-
A_Guide_to_MATLAB_Object_Oriented_Programming_And
helps user to develop matlab with oops concept
- 2009-04-22 04:22:03下载
- 积分:1
-
SISO-OFDMSystem
OFDM系统的仿真代码MATLAB环境下(OFDM system simulation environment MATLAB code)
- 2008-04-24 17:50:37下载
- 积分: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
-
lmd
此程序主要是提供了信号非线性分解的一种新方法,局部均值分解,程序运行完整,可以使用,可供初学者学习使用,模拟仿真。(This program is mainly provides a new kind of nonlinear signal decomposition method, the local mean decomposition, programs run is complete, you can use, for beginners learning to use, and simulation.)
- 2021-03-30 15:19:10下载
- 积分:1
-
speech-process
语音变速变调matlab程序,包含计算语音周期的函数m文件(Voice shifting tone matlab procedures, including voice-cycle calculation function m-file)
- 2014-11-17 16:24:36下载
- 积分:1
-
Spline
采用MATLAB编写的三次样条插值程序,在《数值计算》典型算例中调试通过。(A cubic spline interpolation program in MATLAB,the validity of which has been verified in the numerical test.)
- 2015-01-03 22:57:37下载
- 积分:1
-
libsvm-mat-2.9-1
libsvm的matlab最新接口,支持64位操作系统下编译,可以超越进程4Gb空间的限制,处理大规模数据(This is the latest libsvm API for matlab supporting to compile under 64 bits OS,which can get away from 4Gb space in order to process large-scale data )
- 2010-01-14 10:28:20下载
- 积分:1
-
ball_kalman
这个程序是在matlab仿真时用到,功能是卡尔曼目标跟踪,这个程序可运行,用到的图像文件也在里面。(This procedure is used when the matlab simulation, Kalman tracking feature is that this program can be run, use the image files are inside.)
- 2011-05-10 20:00:15下载
- 积分:1
-
antena1
阵列信号处理中有关天线阵列处理的基本程序。%%ARRAY ANTENNA SOFTWARE(signal processing array antenna array processing on the basic procedures. %% ARRAY ANTENNA SOFTWARE)
- 2007-04-05 21:06:51下载
- 积分:1
-
3D-linear-elasticity-FEA
3D 线性有限元算法, 可计算模型形变和应力分布(3D linear finite element method, calculate deformation and stress distribution model)
- 2014-11-13 23:02:57下载
- 积分:1