-
danziyoudushoupozhendong
说明: 实现单自由度受迫振动,图像绘制,我们可以绘制出单自由的图像出来,供我们参考(we can use this specification for program to draw the picture,this program is writed by matlab and it is easy to understand.)
- 2011-03-08 16:05:36下载
- 积分:1
-
xiaobo
小波与熵的matlab代码,运行例程,需要的自己改一下(Wavelet and entropy)
- 2013-11-07 15:24:04下载
- 积分:1
-
wavelet-fusion
matlab关于小波融合的源码,里面是word文档,有详细的说明和源码,可以学习和参考(matlab code on wavelet fusion, which is a word document, a detailed description and source code, you can learn and reference)
- 2014-12-24 14:55:43下载
- 积分:1
-
clutter_supression
自适应信号处理仿真设计,设计杂波抑制滤波器计算改善因子(stap算法)(Adaptive signal processing algorithm design and simulation, clutter rejection filter calculation improvement factor (STAP algorithm))
- 2015-04-13 19:45:26下载
- 积分:1
-
BLDCM
基于无刷直流电机的simulink仿真图,可以通过示波器查看电机的反电动势波形和电流波形以及可以使电机转速达到期望值(Based on the simulink simulation diagram of the brushless DC motor, you can view the motor s back electromotive force waveform and current waveform through the oscilloscope and can make the motor speed reach the desired value)
- 2020-06-26 20:00:02下载
- 积分:1
-
dsss
信源为数字信号信道信噪比为10dB的直扩通信系统仿真实验--直扩通信系统仿真源代码(Source to a digital signal channel 10dB SNR DSSS communication system simulation- DSSS communication system simulation source code)
- 2011-05-10 15:51:21下载
- 积分:1
-
upf
无迹粒子滤波例程,简单的跟踪应用。无杂波环境下的(Unscented particle filter routine, a simple tracking applications)
- 2010-05-29 09:20:34下载
- 积分:1
-
Integral-Simpson-
辛普森积分的四种经典算法的matlab程序(Simpson points of the four classic algorithm matlab program)
- 2012-05-22 00:28:22下载
- 积分:1
-
MATLAB简单程序大全
说明: 求解MATLAB中关于特征值特征向量、卫星运行问题、动态玫瑰线、二重积分、函数画图问题的分析程序。(Analytical program for solving eigenvalue eigenvector, satellite operation problem, dynamic rose line, double integral and function drawing problem in MATLAB.)
- 2020-06-15 23:40:01下载
- 积分:1
-
newnethodotsu
一个新设计的OTSU算法,使用方法如下:% load clown
% subplot(221)
% imshow(X/max(X(:)))
% title( Original , FontWeight , bold )
% for n = 2:4
% Iseg = otsu(X,n)
% subplot(2,2,n), colormap(gray)
% imshow(Iseg)
% title([ n = int2str(n)], FontWeight , bold )
% end(OTSU design a new algorithm, using the method as follows: load clown subplot (221) imshow (X/max (X (:))) title (Original, FontWeight, bold) for n = 2:4 Iseg = otsu (X, n) subplot (2,2, n), colormap (gray) imshow (Iseg) title ([n = int2str (n)], FontWeight, bold) end)
- 2007-11-14 12:45:49下载
- 积分:1