-
PAM
Signal modulation using Pam modulation (simulink)
- 2009-10-22 22:01:50下载
- 积分:1
-
89346531signal_modulation
说明: 这是本人下载的matlab 代码,希望能注册账号,成为会员(hello)
- 2010-04-08 10:45:41下载
- 积分:1
-
Butterworth-filter
这是Simulink关于巴特沃兹滤波器的模型。希望对初学者有用。(This is the Simulink model about bart ward filter. Hope useful for beginners.
)
- 2021-04-19 09:38:51下载
- 积分:1
-
FINAL_RUN_WAVELET
Source code for image fusion using wavelet tansform
- 2015-04-06 03:59:28下载
- 积分:1
-
capon
雷达阵列波束测向 capon算法 适合初学者(radar array direction finding)
- 2010-05-13 21:48:29下载
- 积分:1
-
Simpson
辛普松微分两种最经典算法matlab程序(The Xinpu Song differential two most classical algorithm matlab program)
- 2012-05-22 00:17:19下载
- 积分:1
-
youhua
matlab的优化算法,经典算法,可用于数学建模(matlab optimization algorithm, the classical algorithm can be used for mathematical modeling)
- 2011-08-04 15:30:11下载
- 积分:1
-
t-sGPC
基于T-S模型的广义预测控制,呈持续可以直接运行(Generalized predictive control program based on T-S model
)
- 2020-09-06 09:28:07下载
- 积分:1
-
matlabABCbianjie
MATLAB在ABC边界上的FDTD程序仿真程序。(MATLAB in the ABC program on the border FDTD simulation program.)
- 2009-04-19 16:24:48下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1