-
ASK-and-PSK
This is a matlab code for Amplitude shift keying and Phase shift keying
- 2013-12-24 20:43:02下载
- 积分:1
-
kzrjbuji
包括数据分析、绘图等等,这个有中文注释,看得明白,对信号进行频谱分析及滤波,IMC-PID是利用内模控制原理来对PID参数进行计算,分析了该信号的时域、频域、倒谱,循环谱等,基于互功率谱的时延估计。( Data analysis, plotting, etc., The Chinese have a comment, understand it, The signal spectral analysis and filtering, The IMC- PID is using the internal model control principle for PID parameters is calculated, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. Based on the time delay estimation of power spectrum.)
- 2016-03-11 22:29:40下载
- 积分:1
-
st
说明: matlab编的时频分析的小程序,可用于各种信号的时频分析(matlab series of time-frequency analysis procedures can be used for a variety of signal time-frequency analysis)
- 2012-09-06 10:08:22下载
- 积分:1
-
chengxu-
有用的文件 matlab程序 对于初学者很有帮助 尤其是广义简约梯度法(Especially useful file matlab program for beginners helpful Generalized Reduced Gradient Method)
- 2012-11-29 23:21:33下载
- 积分:1
-
FCV
这是一个燃料电池混合动力汽车的仿真模型,在simulink中构建的,共享给大家。(FCV POWERTRAIN)
- 2017-05-28 14:40:36下载
- 积分:1
-
State_MPC
说明: 构建状态空间模型,运用模型预测控制控制追踪,适用于初学者(Construct a state space model, use model predictive control to control tracking, suitable for beginners)
- 2020-07-31 15:58:37下载
- 积分:1
-
Matlabhandbook
有关matlab的详细介绍,有关matlab初步学习的形象指导(introduction of matlab )
- 2009-03-21 09:41:09下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
xibao
细胞检测,通过细胞颜色来给出结论判断是否为病变血细胞(Cell detection, to determine whether the conclusions are given for the lesions of blood cells)
- 2009-05-09 15:24:43下载
- 积分:1
-
first
正弦信号的谱分析及提取 是一个课程设计的题目 程序能够运行 (Sinusoidal signal spectral analysis and extraction is the subject of a course design programs to run)
- 2009-12-29 20:10:59下载
- 积分:1