-
junyun
基于matlab的数字频带通信系统仿真,实现对采样信号的均匀量化(To achieve uniformity of the sampling signal quantification)
- 2010-05-29 15:35:28下载
- 积分:1
-
Series-Fourier
GUI Fourier series representation
- 2014-11-20 07:27:19下载
- 积分:1
-
rcosine
对码元序列进行基带成型滤波,来减少码间串扰,采用的是升余弦滚降滤波器,可以通过更改参数的方式来更改成根升余弦滚降滤波器(Symbol sequence baseband shaping filter to reduce inter-symbol interference, raised cosine roll-off filter, you can change the parameters to change into a root raised cosine roll-off filter)
- 2013-04-22 16:00:08下载
- 积分:1
-
matlab_webserver_test
应用matlab Java Builder实现matlab的Web应用部署的一个简单示例,测试方法在doc文档。(Matlab Java Builder realize the application of the Web application deployment matlab a simple example to test the method in the document doc.)
- 2008-02-28 11:46:58下载
- 积分:1
-
ANC_Adaptive_filter
A source code for implementign anc adaptive filter
- 2009-12-12 19:51:50下载
- 积分:1
-
GA_OPT
利用matlab实现遗传算法的求函数最大值最小值问题(Using genetic algorithm for matlab function to achieve maximum minimum problem)
- 2010-05-21 11:16:42下载
- 积分:1
-
susan
mallest Univalue Segment Assimilating Nucleus is used to extract the edge and corner points of local feature area. The principle of operator SUSAN is to make a mask on the circle area of one point with the radius of r and then observe every point in the whole image on the consistency of this point with all points contained in the mask area.
- 2011-09-23 20:28:47下载
- 积分:1
-
adaboost-matlab
Adaboost Algorithm matlab source code
- 2012-10-07 22:54:20下载
- 积分:1
-
MMSE
以BPSK调制方式的DS-CDMA,通过AWGN信道,并以MMSE detection来进行detect所得到的的BER特性图(The BER performance of BPSK for DS-CDMA over AWGN channel, detected by MMSE detection)
- 2014-05-06 03:56:32下载
- 积分: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