-
wtest
用dwt函数实现了一层小波变换,并将各分量用图像显示了出来(Dwt function implementation with a layer of wavelet transform, and image display using the component out)
- 2009-03-24 13:37:27下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
Newton_Raphson_method_1
牛顿拉夫逊的matlab程序,可以用,已验证。(Newton Raphson method)
- 2014-11-01 19:29:40下载
- 积分:1
-
Extended-Kalman-Filter-(EKF)
Introduction to Extended Kalman Filter
- 2013-11-04 19:11:16下载
- 积分:1
-
estimate_AR
现代谱估计welch方法,可以变换成巴特莱特方法(welch altroithm in modern spectral estimation)
- 2011-12-26 11:52:22下载
- 积分:1
-
Database-TDX
Matlab 通达信股票数据接口,使用矩阵的算法直接复制数据,较常见的循环算法效率更高。(A Data interface for Matlab which can read stock data TDX, it can work more effective than other.)
- 2015-04-19 14:02:18下载
- 积分:1
-
2DPCA_2DLDA
利用2DPCA和2DLDA在ORL人脸数据库上做的人脸识别实验,注解详细,适合初学者使用,对理解PCA与LDA有很大的作用。(2DPCA and 2DLDA use in ORL face database for face recognition experiments do, comment in detail, suitable for beginners, on the understanding of PCA and LDA are very useful.)
- 2010-06-25 20:46:05下载
- 积分:1
-
UWBSimulate
超宽带通信的仿真源程序,应该比较好使,请试一试(Simulation of ultra-wideband communications source, should be more so, please try)
- 2009-01-14 15:41:15下载
- 积分:1
-
UWB_BPSK_Fifth_Order_Derivative
说明: 生成第五级的高斯函数,它用来作为uwb的发射脉冲(Gaussian function, it is used as the launch pulse UWB)
- 2005-12-06 17:55:28下载
- 积分:1
-
ACA_TSP
ACA_TSP是用蚁群算法(ant colony algorithm)解决旅行商问题(travelling salesman problem)。文件打开后运行ACA_TSP.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(ACA_TSP is to solve the traveling salesman problem (travelling salesman problem) ACO (ant colony algorithm). Run ACA_TSP.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:47:23下载
- 积分:1