-
02MatlabDSP
介绍了利用Matlab中Matlab Link for CCS Development Tools工具对DSP进行系统级设计的方法。最后给出
了一个设计实例。
(Introduced the use of Matlab, Matlab Link for CCS Development Tools Tools for DSP system-level design approach. Finally, a design example.)
- 2009-12-11 21:03:44下载
- 积分:1
-
SVMforClassificationandRegression
SVM for Classification and Regression,其文中附有相应的网址,并可以下载SVM,结合相应的实例进行讲解(SVM for the Classification and Regression. his article with the corresponding web site and can be downloaded SVM, with the corresponding example to explain)
- 2006-12-24 09:54:18下载
- 积分:1
-
PhaseUnwrapping2D
这是一个用分割线算法来进行相位去包裹的matlab源代码(This is a separate line for phase unwrapping algorithm matlab source code)
- 2011-09-21 14:18:00下载
- 积分:1
-
PQ-Mathod
PQ分解方法潮流计算,自己编写的简单的电力系统潮流计算MATLAB语言(PQ decomposition method flow calculation, I have written a simple power flow calculation MATLAB language)
- 2013-04-26 13:04:33下载
- 积分: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
-
PSOfirst
用多目标粒子群算法求解0-1规划问题,注释详细,适合新手学习(Solving 0-1 programming problems by genetic algorithm)
- 2020-09-27 14:37:45下载
- 积分:1
-
mix
rbm with bp for comprresion
- 2010-11-14 14:29:57下载
- 积分:1
-
C_function_seeking
学习C的常用工具书,里面包含了常用的函数,您一定用的着的!,希望对您有所帮助!(if you want to study C language well ,you should use this book to help you!)
- 2009-12-21 17:01:37下载
- 积分:1
-
wireless-MATLAB
说明: 有现成的matlab仿真实例,教你如何使用matlab建无线通信模型(Matlab simulation are ready to teach you how to build the wireless communication model matlab)
- 2011-02-25 10:51:12下载
- 积分:1
-
CoefsMel
This sourcecode extracts de melcepstrum coefficient of an audio file. You should give to de function, the audio file save as a vector, and the function returns a vector with 23 melcepstrum coefficients.
- 2010-05-11 16:03:34下载
- 积分:1