-
Matlab_program_for_signal_analysis
说明: 里面包含很多MATLAB时频分析的程序,很有用。通过稍微改动就可以应用到其他的地方。(matlab source program)
- 2009-08-01 13:10:37下载
- 积分:1
-
IntProgFZ
分支界限法求解整数规划,matlab
分支界限法求解整数规划,matlab(branch and cut with matlab )
- 2013-01-11 07:10:35下载
- 积分:1
-
STLRead
matlab code for STL File Reader
- 2015-02-07 13:43:53下载
- 积分:1
-
matlab_jiaocheng
说明: Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。
这是关于matlab的教程(Matlab family of products is the basis of Matlab, which provides the basic mathematical algorithms, such as matrix computation, numerical analysis algorithms, Matlab integrates 2D and 3D graphics features, in order to complete the corresponding numerical visualization work, and provides an interactive high-level programming languages- M language, the use of M language can function through the preparation of the script or document to achieve the user)
- 2008-10-10 10:33:27下载
- 积分:1
-
gmsk
说明: gmsk调制解调程序,利用matlab进行仿真,通信类设计可用(gmsk modulation and demodulation process, using matlab simulation, Communications design available)
- 2010-04-12 08:34:47下载
- 积分:1
-
chengxu
基于小波变换的多尺度图像边缘检测matlab源代码,实现图像的边缘检测功能和技术(Detection matlab source code multi-scale image edge based on wavelet transform, image edge detection features and technologies)
- 2014-01-07 14:24:00下载
- 积分:1
-
huxinxi
可以用于求解两个信号的互信息、信息熵,并在此基础上求解广义相关系数。(Mutual information, information entropy can be used to solve the two signals, and solving the generalized correlation coefficient on this basis.)
- 2014-03-11 15:30:19下载
- 积分:1
-
Model-Predictive-Control
一本讲模型预测控制算法的教材,书中提供m语言源代码(A model predictive control algorithm good teaching, the book m language source code!)
- 2015-11-05 20:54:35下载
- 积分:1
-
pca-code-simple
pca face recognition
- 2011-08-20 21:19:50下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1