-
MATLAB.Programming.for.Engineers.(2001)
Matlab 编程所用 很好的一本书,如果你想学好Matlab的编程开发,这本书是一个不错的帮手,下载来看看吧。(This book is very useful for the people who want to learn Matlab well.)
- 2010-07-23 15:39:26下载
- 积分:1
-
线性代数实验及MATLAB入门
说明: 线性代数实验及MATLAB入门,电子工业出版社出版 陈怀琛 龚杰民合著(linear algebra tests and MATLAB entry, the electronics industry publishing house Huai-China co-authored al.)
- 2006-01-28 14:51:14下载
- 积分:1
-
Patch
communication related antenna design
- 2014-12-13 13:24:47下载
- 积分:1
-
MIMO-OfdmDifferentChannelCompare
基于Matlab的MIMO-OFDM不同信道估计的对比程序,挺好的。(Matlab based on the MIMO-OFDM channel estimation different contrast procedures, quite good.)
- 2008-04-26 08:41:13下载
- 积分:1
-
recognition-algorithm
基于种群算法的多项目关键链识别算法Many key chain project recognition algorithm based on population algorithm(Many key chain project recognition algorithm based on population algorithm)
- 2013-08-18 09:20:08下载
- 积分:1
-
matlab
matlab讲义资料,教你如何简单的掌握matlab的使用方法(matlab lecture materials, teaching you how to master the simple use of matlab)
- 2011-06-06 23:58:36下载
- 积分: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
-
mfcc
使用matlab实现对语音文件的分析、处理并提取出mfcc参数(Matlab is used to analyze and process voice files and extract MFCC parameters.)
- 2018-09-05 11:21:46下载
- 积分:1
-
LPC
利用matlab编程实现LPC谱与语音频谱的比较。(
LPC spectrum using matlab programming comparison with the speech spectrum)
- 2021-04-08 18:09:00下载
- 积分:1
-
DTS200_song
三容水箱故障诊断仿真源码,这是基于德国DST200三容水箱的仿真分析源码(Fault diagnosis of three-tank simulation source, which is based on the German three-DST200 simulation analysis of source water tanks)
- 2009-06-09 21:08:46下载
- 积分:1