-
GSitesDWT
this is a matlab code fro h.264 coding
- 2014-09-09 22:43:17下载
- 积分:1
-
MV_Plot
画运动矢量的好例子。用matlab实现
画运动矢量的好例子。用matlab实现(Painting a good example of motion vector. Using matlab to achieve a good example of motion vector drawing. Achieved using matlab)
- 2009-12-22 13:33:39下载
- 积分:1
-
Yale
这是一个模式识别中关于主成分分析的特征提取的matlab源码 (This is a pattern recognition principal component analysis on the feature extraction matlab source)
- 2010-06-02 09:14:08下载
- 积分:1
-
Solution-of-PDE
偏分方程的MATLAB解法(对matlab的pde工具箱,从图形用户界面入手,对各种典型方程和应用实例逐个作了计算和分析)(MATLAB Solution of partial differential equation (pde on the matlab toolbox, starting from the graphical user interface, a variety of typical equations and application examples have been calculated and analyzed individually))
- 2013-08-26 23:49:41下载
- 积分:1
-
programs
We have added following files in matlab
1.global thresholding
2.Histogram equalization
3.low and high pass filtering
4.various masks
5.zooming
6.power law
- 2010-02-11 19:29:17下载
- 积分:1
-
ber_16qam
主要用于仿真16qam的输入输出整体系统仿真,系统很全,值得参考(used to simalate the 16qam function)
- 2014-11-06 20:29:03下载
- 积分:1
-
ImageRegistration_model
我的毕业设计程序--对遭受仿射变换、非线性形变的图像实现基于模型的图像配准(需手动选取配准点),matlab仿真程序。(I graduated from the design process-- from the affine transformation, Nonlinear deformation of the image of the model-based image registration (required manually selected registration points). Matlab simulation program.)
- 2007-05-14 20:54:23下载
- 积分:1
-
Learn-Matlab-7.0
本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的全英文说明(This tutorial provides a practical guide to using MATLAB, which is based MATLAB6.0 version of the content digest, especially for the book using the format of each command are detailed yet simple and clear instructions in English)
- 2013-08-11 00:38:05下载
- 积分:1
-
Matlab-Noise-Reduction
说明: LMS (Least Mean Squares): most basic canonical ANC algo
FxLMS (Filtered eXtended Least Mean Squares): adds an additional learned filter for the secondary path signal - signal from cancellation speakers to users ears - to account for phase problems and audio coloration added during practical noise cancellation applications
NLMS (Normalized Least Mean Squares): adds simple adaptively updated learning rate on top of LMS to speed convergence.
FxNLMS (Normalized Filtered eXtended Least Mean Squares): combines FxLMS and NLMS
FuNLMS (Filtered-u Last Mean Squares): adds an additional active LMS filter to FxNLMS to cancel out noise bleeding from the cancellation speaker to the error mic. Fairly robust but convergence not gaurunteed!
- 2019-01-23 00:18:22下载
- 积分: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