-
THD
说明: 可计算任意波形THD的小工具,非常方便;修改其输入波形即可得出结果(A tool for calculate THD)
- 2020-10-10 21:17:34下载
- 积分: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
-
Health_manage
Health managment information system (HMIS)
- 2010-07-29 12:53:48下载
- 积分:1
-
MATLABControlSystem
这是一本关于控制系统设计的MATLAB工具书,对于控制领域的朋友来说应该很有帮助的。(This is about a control system design book MATLAB instrument for control of areas of my friends should be very helpful.)
- 2009-03-23 23:09:48下载
- 积分:1
-
bsplinepso
采用改进的pso算法实现实现bspline曲线拟合,malab语言。(Pso algorithm using the improved implementation bspline curve fitting, malab language.)
- 2010-12-15 10:39:00下载
- 积分:1
-
mrp
MRP的源码,这是我刚下在的.就来给大家分享,大家好(MRP DE YUAN MA)
- 2010-03-11 18:59:14下载
- 积分:1
-
eigen_modes_DBR
calculating 1D photonic crystal (calculating 1D photonic crystal)
- 2006-09-20 16:56:35下载
- 积分:1
-
UsingMatLabsimulationcommunicationprincpleseriesof
本毕业设计用Matlab中的建模仿真工具Simulink对通信原理实验进行仿真。作为系列实验的第一部分,包括模拟信号的线性调制解调(AM、DSB、SSB)过程、扰码与解扰实验和低通信号的抽样定理实验。论文中讲述了Matlab的基础知识、Simulink仿真操作方法以及在通信系统中的应用,对被仿真实验的基本原理也进行了简要介绍。 通过本设计对构造通信原理虚拟实验室这一课题进行了初步的探索。(design with the graduation of Matlab Simulink modeling and simulation tools for Progressive Communications principle experiment OK simulation. As the first series of experiments, including a linear analog signal modulation and demodulation (AM, DSB, SSB) process. encryption code and experimental communications, and low sampling theorem experiment. Papers on the basis of Matlab knowledge, Simulink operation and the communication system, the application Simulation experiments on the basic principle was also briefly introduced. Through the design of communication principle structure of the virtual laboratory conducted a preliminary exploration.)
- 2007-05-24 12:47:46下载
- 积分:1
-
yinshiguangyiyuce
用于广义预测自适应控制的M文件。根据模型可以自动匹配进行预测控制;(Used for generalized predictive adaptive control of M files. According to the model can forecast the automatic matching of control )
- 2012-03-19 08:19:55下载
- 积分:1
-
colorspace
是一个matlab写的颜色空间的转换,不是matlab自带的那个文件。可以实现任意的两个颜色空间的转换(Write a matlab color space conversion, not a matlab file that comes with that. Can achieve any two color space conversion)
- 2010-05-25 08:33:05下载
- 积分:1