-
GNSS_SDR
gnss跟踪算法仿真,使用matlab编译,文件类型为.m(Tracking algorithm simulation)
- 2013-12-20 00:01: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
-
clean
This is a matlab code for scalart algorithm implementation (noise straction)
- 2010-01-16 03:59:17下载
- 积分:1
-
hht
emd 分解程序 希尔伯特换变换的程序有图(emd decomposition process Hilbert transform procedures change map)
- 2014-08-19 11:46:40下载
- 积分:1
-
Lecture_19_MATLAB_ScriptaFunctionFiles06
free matlab book tutorial
- 2013-09-09 18:21:10下载
- 积分:1
-
e-greedy
使用matlab实现multi-armed bandit中的 e-geedy 算法.(Use matlab to implement e-geedy algorithm in multi-armed bandit.)
- 2018-10-11 15:16:01下载
- 积分:1
-
qpsk_mod_ZiBian
考虑载波的qpsk信号在瑞利信道上的仿真(consider Carrier qpsk Rayleigh channel signal simulation)
- 2006-11-06 08:27:45下载
- 积分:1
-
serialcomm
Matlab编写的串口通讯程序,可以实现PC与串口外设的通讯与检测(Serial communication program written in Matlab, can achieve PC and serial communication with the detection of peripheral)
- 2010-08-04 08:49:24下载
- 积分:1
-
zonghexunlian1
实际光源不是绝对的单色,包含一定的光谱宽度△λ。△λ范围内的每一种波长的光都生成各自一组干涉条纹,除零干涉级外,相互间均有位移,使条纹对比度下降。(The actual light source is not absolutely monochromatic, contain a certain spectral width △ λ. Each wavelength of light within the range △ λ generates a set of interference fringes each, in addition to the zero level outside interference, mutual displacement are so fringe contrast decreases.)
- 2015-01-10 18:36:54下载
- 积分:1
-
voc-release5
Latent SVM code voc-release 5
- 2013-12-08 12:50:45下载
- 积分:1