-
dspmatlab
用matlab的GUI做的一个数字信号处理系统,选择输入信号波形及频率,进行滤波、频域分析等等。(Using matlab to do the GUI of a digital signal processing system, select the input signal waveform and frequency for filtering, frequency domain analysis and so on.)
- 2008-08-15 19:23:03下载
- 积分:1
-
IIR
买原创力YCL2812开发板时,赠送的源程序,适合做数字信号处理的朋友参考,谢谢!
(Buy originality YCL2812 development board, the gift of the source, suitable for digital signal processing reference to a friend, thank you!)
- 2011-04-28 15:52:39下载
- 积分:1
-
psntdfig
coding for FVM-based numerical solution
- 2010-12-16 20:21:51下载
- 积分:1
-
nnupdatefigures
the update data figure of nn net in signal processing, and it is the matlab code
- 2014-10-21 11:33:52下载
- 积分:1
-
qiujieguoch
matlab求解reynolds方程程序(matlab program for solving Reynolds equation)
- 2009-02-11 13:56:59下载
- 积分:1
-
Monte-Carlo-simulatio
对一个使用相关器或匹配滤波器的二进制通信系统,用Monte Carlo仿真估计Pe,并画出Pe对SNR的图。(A correlator or matched filter using a binary communication system with Monte Carlo simulation estimates Pe, and Pe draw the map of the SNR.)
- 2011-10-04 10:44:48下载
- 积分: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
-
Chapter2_3_Pacejka89_Tyremodel
在进行车辆动力学仿真时,轮胎受力对汽车的平顺性、操纵稳定性和安全性起着重要作用。选择符合实际又便于使用的轮胎模型是建立车辆模型并进行动力学仿真的基础。(In the simulation of vehicle dynamics, the force of tire plays an important role in vehicle ride comfort, handling stability and safety. Choosing the tire model which is practical and easy to use is the foundation of establishing the vehicle model and performing the dynamic simulation.)
- 2020-07-04 00:00:02下载
- 积分:1
-
NEM_TES
辐射传输,温度与发射率分离算法(ASTER-TES)最关键模块NEM的matlab实现,也可参考其中的普朗克函数写法,demo可直接运行。(Radiative transfer, the temperature and emissivity separation algorithm (ASTER- TES) NEM matlab, the key module can also be reference of the Planck function method and the demo can be run directly.Radiative transfer, the temperature and emissivity separation algorithm (ASTER- TES) NEM matlab, the key module can also be reference of the Planck function method and the demo can be run directly.)
- 2021-04-06 18:49:02下载
- 积分:1
-
2005211155449
说明: matlab图像处理命令大全 是一个较入门的图像处理指令合集(matlab image processing command Daquan is a more entry-collection of image processing instructions)
- 2010-04-28 10:47:52下载
- 积分:1