-
Monte-carlo
蒙特卡洛算法用于解非线性方程,包括三个函数(Monte Carlo algorithm for solving nonlinear equations, including the three functions)
- 2011-08-19 10:24:41下载
- 积分:1
-
MATLAB
变结构控制仿真实例源代码,《滑模变结构控制仿真研究》随书光盘(Variable Structure Control simulation source code, " Sliding Mode Variable Structure Control Based on" CD with the book)
- 2013-08-19 20:10:06下载
- 积分:1
-
power_SOFC
Grid connected fuel cell simulink model
- 2013-11-22 19:58:10下载
- 积分:1
-
Space-Time-Adaptive-Processing
美国林肯实验室关于空时自适应处理里程碑式的著作Ward报告的程序源代码(The source code for adaptive processing of milepost type Ward book report of space-time USA Lincoln Laboratory)
- 2021-03-28 15:49:11下载
- 积分:1
-
mt9075b
MT9075为E1接口芯片MT9075为E1接口芯片MT9075为E1接口芯片(Combined pcm30 framer,line interface unit and link controllers in a 68pin PLCCor 100 pin MQFPpackage)
- 2010-01-25 14:13:01下载
- 积分: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
-
peaking
Derive coefficients for a peaking filter with a given amplitude and
DAFX book (p. 50 - 55). This algorithm assumes a constant Q-term
is used through the equation.
- 2010-06-03 10:54:23下载
- 积分:1
-
qizhongji
在matlab里搭建了一个起重机的仿真模型。模型很好滴仿真了实际系统(Built in the matlab simulation model of a crane.Good drop simulation actual system model)
- 2014-08-10 10:34:09下载
- 积分:1
-
bp-algorithm-CPP-Fortran-and-Matlab
分别用C++,matlab以及Fortran语言实现bp算法(bp algorithm using C++, matlaband Fortran language)
- 2011-05-10 15:21:49下载
- 积分:1
-
Circle-detection-
基于c—v模型和hough变换的圆检测,输出圆的参数(C-v model and hough transform circle detection, the output parameters of the circle)
- 2013-05-19 21:20:10下载
- 积分:1