-
41664480rs
MATLAB code for reed soloman encoding
- 2014-01-31 14:34:02下载
- 积分:1
-
ManifoldLearn.tar
流形学习的matlab集成代码,包括经典的LLE等算法(manifold learning for matlab)
- 2015-02-02 21:32: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
-
CIC
说明: 利用matlab,实现插值滤波器的设计 有需要的朋友可以(Using matlab, realize the design of interpolation filters can have a friend in need)
- 2008-09-01 15:02:01下载
- 积分:1
-
BP_iris
进行Iris数据分类实验,使用matlab构建bp神经网络(Iris data classification experiments, using matlab to build the bp neural network)
- 2014-11-27 10:59:59下载
- 积分:1
-
Sensor-Node-Data
Signal Processing of Sensor Node Data for
Vehicle Detection
- 2013-11-22 16:49:25下载
- 积分:1
-
PhysModMatlab
phsical mpdelling matlab
- 2013-11-29 10:42:17下载
- 积分:1
-
BPSK2
本程序是自己写的,经过验证的,瑞利衰落信道下的BPSK信号仿真(This program is written in their own, after verification, simulation of BPSK signals in Rayleigh fading channels)
- 2013-12-17 16:46:10下载
- 积分:1
-
图片中的数字识别
说明: 可以实现图片中的数字识别,并将识别之后的数字写入文本文件中,数字可以式多行,可以长度不同才可以(But realize the number recognition in the picture, and write the recognized number into the text file.)
- 2019-12-02 15:54:47下载
- 积分:1
-
ICA
ICA是比较新的用于图像水印的方法,使用matlab实现,具有水印的提取和嵌入功能。(ICA is a relatively new method for image watermarking, the use of matlab realize, with watermarks and embedded feature extraction.)
- 2008-07-25 00:29:48下载
- 积分:1