-
matlabGUI
matlab句柄绘图和GUI, 坐标绘图,基于matlab的绘图讲义(matlab GUI)
- 2010-11-10 16:23:35下载
- 积分:1
-
LTE
MIMO—OFDM的 MATLAB程序
(MIMO—OFDM MATLAB Program)
- 2012-05-01 20:59:59下载
- 积分:1
-
LDPC_code_principle
LDPC的通俗易懂的讲解。包括LDPC的编码和译码等。(Of LDPC easy to understand explanations. Including LDPC encoding and decoding.)
- 2012-06-29 14:44:55下载
- 积分:1
-
Hamiltion
程序理论详见内附的pdf:《Hamilton图的充要条件及圈的矩阵算法》
主程序为
[K]=getPk(A,k)
A表示图的邻接矩阵,k表示k阶长路和圈
返回K表示该图的所有k阶长路和圈
其他函数介绍:
Ppro定义路的乘法
Psum定义路的加法
MatPro定义路矩阵的乘法
isaPorC判断是否为路或圈
P2subP提取路的和式中的所有路
getP1从邻接矩阵得到1阶路矩阵(get a k-path from a graph)
- 2014-09-13 07:05:38下载
- 积分:1
-
wavelet
Image Wavelet Transform
- 2010-11-12 15:47:51下载
- 积分: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
-
guiDatePicker
Date time picker in matlab
- 2014-09-25 18:30:20下载
- 积分:1
-
MIMO
利用matlab实现简易的MIMO系统仿真,其中包括AWGN信道和瑞利信道的2发2收有无信道编码的比较,以及1发2收。(Using matlab to achieve a simple MIMO system simulation, including the relatively AWGN channel and Rayleigh channel of the two 2 admission with or without channel coding, as well as a 2 admission.)
- 2021-04-19 20:48:50下载
- 积分:1
-
sdp
semi conductor text book
- 2014-11-21 12:32:55下载
- 积分:1
-
Wavelet-processing
小波变换处理,用于处理图像,同事评价处理后的图像质量(Wavelet processing
)
- 2011-04-21 21:46:14下载
- 积分:1