-
rtw2
基于simulink/RTW的闭环控制系统平台设计(Based on simulink/RTW of the closed-loop control system design of the platform)
- 2007-09-01 15:32:48下载
- 积分:1
-
equals
对时域均衡进行分析比较,得出较好的编码方案。(equals)
- 2010-12-04 18:51:11下载
- 积分: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
-
me_ULA_Music
阵列天线中的子空间算法中经典的MUSIC算法程序,使用的是均匀线阵。(Neutron space antenna array classical algorithm MUSIC algorithm algorithm using a linear array)
- 2013-12-13 10:00:02下载
- 积分:1
-
Simple-Integer-Programming
Discrete PSO optimization code in matlab sample integer programming
- 2012-11-01 17:26:49下载
- 积分:1
-
Spectrum-Analysis-using-FFT
Spectrum Analysis using FFT
- 2011-09-07 19:43:09下载
- 积分:1
-
matlab-written-number-recognistion
本程序基于“图像模式识别—VC++技术实现”写就,实现了线性和非线性手写数字识别。
程序主文件是homework.m
具体实现可以参考程序内注释。
(this is a matalb programme,in order to recognise the number writtern by yourself.
it include
homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig)
- 2013-05-16 19:59:18下载
- 积分:1
-
FIR
FIR滤波器的仿真和实现。包括matlab的仿真文件和基于VHDL语言的硬件实现代码。算法包括串行和并行两种。(Simulation and implementation of FIR filters. Including matlab simulation files and hardware implementation based on VHDL code. Including both serial and parallel algorithms.)
- 2015-04-07 16:34:57下载
- 积分:1
-
ContrLib
用MATLAB的脚本语言M语言编写的,用于在MATLAB环境下实现帕笛近似(高阶模型简化降阶)的程序源代码,可以在MATLAB环境下直接运行。(MATLAB M scripting language language, MATLAB environment for the realization of Palau under Di approximation (high-order model to simplify Reduction) program source code, in the MATLAB environment direct operation.)
- 2007-04-04 13:15:01下载
- 积分:1
-
TSP
求解TSP问题,即在N个城市中各经历一次回到出发点,使所经过的路程最短。采用连续的Hopfield网络实现以5个城市为例的TSP问题。(TSP problem, that each of the N cities experiencing a return to the starting point, so that the shortest distance elapsed. Use continuous Hopfield networks to five cities as an example of the TSP.)
- 2013-11-03 16:26:49下载
- 积分:1