-
dianjihechang
simulink下的异步交流异步电机dqo模型,可以模拟异步电机定子短路和转子断条的故障(asynchronous AC induction motor dqo under simulink model can simulate asynchronous motor stator and rotor off of a short circuit fault)
- 2014-05-03 12:24:11下载
- 积分:1
-
miusiu
数值分析的EULER法,小波包分析提取振动信号中的特征频率,isodata 迭代自组织的数据分析。( EULER numerical analysis method, Wavelet packet analysis to extract vibration signal characteristic frequency, Isodata iterative self-organizing data analysis.)
- 2016-11-06 17:05:35下载
- 积分:1
-
em
说明: 高斯分布期望优化(em)算法matlab实现,流量矩阵模型(Optimization of Gaussian distribution expectations (em) algorithm matlab realized, the flow matrix model)
- 2007-12-03 18:30:00下载
- 积分:1
-
MATLABfir
本文介绍了怎样用matlab实现模拟滤波器的仿真,资料翔实,值得一看。(This paper introduces the realization of how to use the Matlab simulation filter simulation, informative and an eye-catcher.)
- 2006-10-26 11:54:53下载
- 积分:1
-
ecgread
txt格式心电信号的载入及滤波,滤波方法有巴特沃斯低通和小波分析(txt format to load and ECG filtering, Butterworth filtering methods and wavelet analysis of the low-pass)
- 2011-10-27 15:16:02下载
- 积分:1
-
自适应滤波器
通过设计一个二阶加权系数自适应横向FIR滤波器,对一个加随机噪声的正弦信号实现滤波。
具体设计方案为:
1,生成标准正弦信号S
2,生成等长的随机信号N
3,生成加随机噪声的正弦信号X
4,X通过参数可调数字滤波器,输出Y
5,Y与参考信号作差得到误差E
6,E通过自适应算法调整权值W
7,用LMS算法处理噪声干扰的信号,最终实现滤波器功能(A two order weighted coefficient adaptive transverse FIR filter is designed to filter a sinusoidal signal with random noise.
The specific design scheme is as follows:
1, generating a standard sinusoidal signal S
2, generating an equal length random signal N
3, generating a sinusoidal signal X with random noise
4, X can adjust the digital filter by parameter and output Y
5, the difference between the Y and the reference signal is E
6, E adjusts the weight W through the adaptive algorithm
7, the LMS algorithm is used to deal with the noise interference signal, and the filter function is finally realized.)
- 2018-03-15 21:40:51下载
- 积分:1
-
shy5
matlab中数字图像函数,功能介绍,很好(function)
- 2009-03-12 17:25:21下载
- 积分:1
-
fitness
一种基于人工鱼群算法求解这一类函数极值的代码,并通过仿真实验的研究,验证了该算法求解函数极值是有效可行的。
(Algorithm based on artificial fish extreme function of this type of code, and through simulation studies to verify the function of the algorithm is effective and feasible extreme.)
- 2011-07-14 17:50:26下载
- 积分: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
-
PID2
一级倒立摆系统的PID控制MATLAB仿真程序,PID控制为双闭环控制,有较好的控制效果。(An inverted pendulum system simulation program MATLAB PID control, PID control for the dual-loop control, a better control effect.)
- 2021-03-13 22:09:23下载
- 积分:1