-
Lnode
typedef int ElemType:
stuct LNode{
ElemType data
LNode*next
}
- 2010-10-19 11:41:16下载
- 积分:1
-
matlab
matlab下的数字图象处理例程,其中有关图片文件只要随便找个图片就可以了(matlab under the digital image processing routines, including the relevant picture file as long as you can not find a picture of the)
- 2007-11-06 21:38:49下载
- 积分:1
-
Q6ii
image processing-filter
- 2010-10-22 22:10:24下载
- 积分:1
-
zishiyinglvbo
有关matlab的自适应滤波设计,有波束形成理论(the Matlab adaptive filter design, a beam forming theory)
- 2007-01-24 09:46:25下载
- 积分:1
-
repmat
用于matlab,主要针对的是matlab中的repmat基本功能的解析(used for matlab)
- 2012-05-12 08:21:14下载
- 积分:1
-
pisar
Pisarenko谐波分解
matlab程序(Pisarenko Harmonic Decomposition
PISAR(XT,SIN_NUM) Subplots the input signal (Xt) and the signal generated by the Pisarenko Harmonic Decomposition algorithm for a sum of SIN_NUM sinusoid waves)
- 2009-12-10 22:45:17下载
- 积分: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
-
rayleigh
rayleigh信道仿真rayleigh信道仿真(rayleigh channel simulation
)
- 2010-03-01 16:00:05下载
- 积分:1
-
4.Simulink
仿真程序,适合matlab初学者实用。简单实用,基于matlab开发平台。(Simulation program, matlab for beginners and practical.)
- 2014-08-08 07:20:00下载
- 积分:1
-
viterbi_decode
用matlab实现维特比算法译码,程序简单易懂,自己编写的。(Using matlab Viterbi decoding algorithm, the program is simple and easy to understand, I have written.)
- 2020-12-17 08:29:12下载
- 积分:1