-
2010-05-11
关于小波包去噪和小波去噪的matlab程序,对理解小波和小波包两种算法很有帮助。(On wavelet packet denoising and wavelet denoising matlab program for understanding the two algorithms of wavelet and wavelet packet helpful.)
- 2010-07-23 14:13:02下载
- 积分:1
-
VC++andMatlab
在VC++ 集成环境里,若想实现与MATLAB引擎之间的通讯,应该对VC++进行一些设置(In VC++ Integrated environment, wants to achieve with the communication between the MATLAB engine, there should be VC++ Some settings)
- 2008-06-05 10:54:49下载
- 积分:1
-
leaf
分形树叶生成,分形课程中一定会用到的,非常好的!(fenxingshuye)
- 2010-12-23 11:11:18下载
- 积分:1
-
PCM_TDM
It simulates the 2 codes both PCM and TDM, taking 3 voice signals as inputs and a multiplexing signal of them as an output graphic
- 2011-05-30 14:38:06下载
- 积分:1
-
DTW
DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
- 2014-05-05 14:30:21下载
- 积分:1
-
SGAPID
简单遗传算法实现PID 代码有完整注释 可以在MATLAB上运行(Simple genetic algorithm PID a complete code to run in MATLAB comments)
- 2011-10-25 18:48:32下载
- 积分:1
-
Wavelet-OMP
基于小波变换和OMP算法的稀疏表示,不仅包括适用于黑白图片的程序,也包括适用于彩色图片的程序。(the sparse representation basing on wavelet and omp,not only for the gray image,but also color image
)
- 2013-10-15 19:06:05下载
- 积分:1
-
runpf
本例是运用牛顿拉夫逊法求解电力系统潮流的程序(newton,s method of power flow)
- 2015-05-21 20:27:21下载
- 积分:1
-
Imageencryption
这个工程实现了红绿蓝三个分量的提取,采用了新的方法,比传统的方法要清楚些,并且对红色分量做了DFT变换,用模版来对图像进行加密,为图像加密提供了一种新的思路。代码免费下载,功能优。(The project implements the extraction of three components red, green and blue, using a new method to make it clear than the more traditional methods, and components made of red DFT transform, the image used to encrypt the template for the image encryption provides a kinds of new ideas. Code free download, features excellent.)
- 2010-10-11 17:31:59下载
- 积分:1
-
GUASS-RAILY-POSSION
高斯分布,瑞利分布,泊松分布,产生符合这三个分布的随机序列(Gaussian distribution, Rayleigh distribution, Poisson distribution, that meets these three distributed random sequence)
- 2013-12-09 22:23:20下载
- 积分:1