-
ClockAnimation
这是在MATLAB下写的一段程序是个时钟动画,很有意思,可以从中领悟如何在MATLAB下来编写程序(This is in the Writing section of MATLAB procedures under the clock are animation, very interesting, can understand how to down MATLAB programming)
- 2009-03-11 20:55:34下载
- 积分:1
-
ARMA
arma建模,可用于时间序列分析、建模,也可用于信号处理(It is a ARMA model,it can be use in time model analy.)
- 2011-12-09 11:23:46下载
- 积分:1
-
jalase-22
Nonlinear Homework Problem - Shahrood university- session 22
- 2015-12-26 18:42:22下载
- 积分:1
-
frequence5oo1
design cycloconverter 3/3 ph by simulink matlab
- 2011-07-18 02:23:08下载
- 积分: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
-
程序three
自动泊车matlab自动泊车程序设计其中的一个程序。(Automatic parking Matlab automatic parking program design one of the programs.)
- 2021-03-24 17:29:14下载
- 积分:1
-
Rossler_Reconstruction
ROSSLER方程的混沌时间序列相空间重构程序(Equation ROSSLER chaotic time series phase space reconstruction procedure)
- 2009-04-11 18:05:32下载
- 积分:1
-
LETITSNOW-
使得最近打开的MATLAB图形开始下雪,如果没有已经打开的窗口,则首先创建一个窗口。(LETITSNOW- Make the figure snow!
Usage:
------
letitsnow - Create snow in the CURRENT figure. If no figure
exists, an empty figure will be created.
letitsnow(figure_hdl) - Create snow in the figure represented by
figure_hdl
letitsnow(figure_hdl, color)- Create snow with the specified color
color is a scalar ranged 0~1)
- 2012-03-22 22:44:55下载
- 积分:1
-
antAlgorithm
解决中国31个城市周游问题,已注解,可直接运行(31 cities to travel around China to solve the problem, annotated, can be run directly)
- 2014-12-13 17:24:00下载
- 积分:1
-
lint11
calculates line integral using matlab
- 2010-07-20 06:08:14下载
- 积分:1