-
qpskdemo23
quadrature phase shift keying demodulation technique
- 2009-04-03 21:07:08下载
- 积分: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
-
edgedetec
用matlab实现边缘提取,应用于医学图像效果不错,抑制噪声很好(Edge detection using matlab implementation, good results for medical images, good noise suppression)
- 2010-05-08 22:00:52下载
- 积分:1
-
DRLSE_v0
matlab code for level set for image segmentation
- 2015-02-03 15:15:04下载
- 积分:1
-
csi-exch-massive-mimo-master
D2D underlay Matlab simulator.
- 2017-09-25 19:27:14下载
- 积分:1
-
pulsecompression_demo_fxj
对于两个目标的雷达脉冲信号压缩,通过MATLAB仿真实现(Two goals for radar pulse compression, through the MATLAB simulation)
- 2007-09-04 16:27:15下载
- 积分:1
-
electromagnetic_field_numerical
一本介绍电磁场数值分析的书,分别介绍了有限差分,有限元,矩量法和最优化方法(1 Introduction Numerical Analysis of Electromagnetic Field book, introduced the finite difference, finite element, method of moments and optimization methods)
- 2010-05-27 10:52:01下载
- 积分:1
-
MIPI-Alliance-Specification-for-Camera-Serial-Int
MIPI Interface Introduction
- 2013-12-16 13:48:00下载
- 积分:1
-
dft_precoding_downsampling
DFT BASED PRECODING FOR ostbc
- 2014-01-31 01:11:09下载
- 积分:1
-
Benesty_PMWF_2010
自己编写的基于Jacob “On optimal frequency-domain multichannel linear filtering for noise reduction”的matlab算法实现(matlab code related to On optimal frequency-domain multichannel linear filtering for noise reduction by Jacob)
- 2015-07-30 15:30:00下载
- 积分:1