-
digfilt
数字滤波器设计程序,对各种滤波器设计,参数,原理进行了纤细说明(Digital filter design program, a variety of filter design parameters were slim that the principle)
- 2010-11-23 19:23:27下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
MLP_BP_Matlab_V1
Implementation of two layer multiperceptron neural networks
- 2014-02-03 14:12:39下载
- 积分:1
-
aperfectOFDMsimulationMATLAB
接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。(Receiver used algorithms and program flow with the sender sends the frame structure of OFDM symbols are. Concrete frame structure and timing estimates, frequency offset estimation, the remaining error tracking algorithm can reference algorithm documentation.)
- 2009-12-17 16:47:43下载
- 积分:1
-
plcstore
PLC立体仓库系统,发生的发生地方开始的警方立即了(!!!)
- 2010-05-13 02:04:30下载
- 积分:1
-
music
在满足MUSIC算法的假设前提下,MUSIC算法可以精确的估计出信号的DOA(MUSIC algorithm to meet the assumptions, MUSIC algorithm can accurately estimate the signal DOA)
- 2011-09-23 20:10:10下载
- 积分:1
-
Desktop
the file that is sended is desktop file
- 2014-01-02 17:55:28下载
- 积分:1
-
matlabbook
两本matlab 书,pdf格式, matlab6.5辅助图像处理和精通matlab6.5 北航 张志涌版(Matlab two books, pdf format, matlab6.5-assisted image processing and proficient in matlab6.5 version BUAA Zhang Zhiyong)
- 2009-05-15 10:43:57下载
- 积分:1
-
boxcount
mathlab code for boxcount
- 2009-09-08 06:47:56下载
- 积分:1
-
BLDC choppers
说明: BLDC motor speed and torque control using ZETA, cuk, Z-source choppers and comparison with buck-boost chopper
- 2020-03-26 11:22:23下载
- 积分:1