-
Desktop
matlab绘图命令,描述了各种绘图用工具,对matlab新手有很好的指导作用(matlab drawing commands, described in a variety of drawing tools, good for novice matlab guide)
- 2010-10-14 22:09:30下载
- 积分:1
-
Comp_SVD
Image compression using SVD is a very useful compression algorithm. The image size will not decrease in the compression algorithm.
- 2013-10-17 22:31:15下载
- 积分: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
-
元胞自动机模拟交通路况
单车道或者两车道交通流的模拟仿真,密度、流量、速度之间的关系图(The relationship between simulation, density, flow and speed of a single lane or two-lane traffic flow)
- 2017-06-30 12:06:43下载
- 积分:1
-
MATLAB-in-signal
这是有关MATLAB在电子信息中的应用程序,包括信号的表示,求解零输入分量、信号的频谱分析和滤波,求解线性系统的冲击函数和卷积,程序简单,适合初学ATLAB的同学。(It is about MATLAB applications in electronic information, including the representation of the signal, solving zero input component, spectral analysis and filtering the signal, impulse function and convolution solving linear systems, the program is simple, suitable for beginners ATLAB classmates.)
- 2015-03-15 20:25:27下载
- 积分:1
-
OFDM
Matlab的OFDM仿真,信道估计,有BER曲线 该程序进行了简单的LMS信道估计,没有加入与MMSE等其他信道估计算法的比较;(Matlab simulation of OFDM, channel estimation, BER curves the program was simple LMS channel estimation, not joined with the MMSE channel estimation algorithm and other comparative )
- 2010-06-15 11:39:40下载
- 积分:1
-
EMSCtoolbox
emsc
extended的msc
多元散射校正(emsc extended a msc multiple scattering correction)
- 2009-03-07 10:14:46下载
- 积分:1
-
HSMM
隐半马尔可夫模型,只要替换原有的参数就能计算。可以用于模式识别,剩余寿命预测等(Half hidden markov model, as long as replacing the original parameters can be calculated. Can be used in pattern recognition, the residual life prediction, etc)
- 2021-04-26 19:58:45下载
- 积分:1
-
sing
matlab中GUI实现删除声音短,声音中插入声音(the matlab GUI delete voice short, insert voice sound)
- 2012-09-14 21:11:43下载
- 积分:1
-
digital-signal-processing
这是数字信号处理的程序,里面的子程序也重新整理好的,本人已经调试成功!(This is the digital signal processing program,it contains the subcode and I have debugging it sucessfully!)
- 2014-09-03 17:58:33下载
- 积分:1