-
Matlab-Programming
this document deescribed step by step approach to learn matlab programming easy and efficient way for beginners
- 2013-02-26 18:53:22下载
- 积分:1
-
Circle
Matlab圆弧插补,只要给定起点与终点,半径,设点圆心方向以及顺逆时针方向即可实现插补(Matlab circular interpolation, given the starting point and end point, radius, set the direction of the point of the center as well as Shun counterclockwise to achieve interpolation)
- 2013-03-29 00:19:00下载
- 积分:1
-
LMS
LMS matlab code
least mean square free code for matlab
- 2015-03-09 16:38:17下载
- 积分:1
-
atrous-toolbox
atrous-toolbox,静态小波变换工具箱,matlab程序,里边有用于图像融合的融合程序(Atrous- toolbox, static wavelet toolbox, matlab, with a imagefusion program in it.
)
- 2014-11-13 09:58:25下载
- 积分:1
-
BP_yasuo
难得的5篇关于神经网络进行视频压缩的资料,全网络仅有的5篇。(A rare 5 articles about neural network video compression data, the whole network only 5 articles.)
- 2014-12-28 18:10:56下载
- 积分:1
-
xiti10-3
智能控制(刘金琨版)第10章第3题课后练习MATLAB程序(Intelligent Control (Hangzhou Press Edition) Chapter 10 Homework Question 3 MATLAB program)
- 2015-04-09 21:37:16下载
- 积分:1
-
propagation
Propogarions methos for Wimax
- 2009-02-14 04:30:44下载
- 积分:1
-
pls
输入自变量与因变量,输出x。y主成分、负荷及回归系数( Inputs:
x x matrix
y y matrix
Outputs:
t score for x
p loading for x
u score for y
q loading for y
b regression coefficient)
- 2010-10-05 18:25:14下载
- 积分:1
-
FHSS_DSSS_CDMA
直接序列扩频DSSS,
跳频扩频FHSS,
码分多址CDMA编译码,
的实现(the realization of Direct Sequence Spread Spectrum DSSS, frequency hopping spread spectrum FHSS, Code Division Multiple Access CDMA codec, )
- 2009-04-20 21:11:14下载
- 积分: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