-
M_Files
EBMA and HBMA using MATLAB
- 2010-06-10 23:48:32下载
- 积分:1
-
hline_vline
Draws a horizontal line on the current axes at the location specified by y . Optional arguments are
linetype (default is r: ) and label , which applies a text label to the graph near the line. The
label appears in the same color as the line.
- 2010-10-24 16:45:06下载
- 积分:1
-
a_book_for_simulink
MATLAB通信仿真及应用实例详解,很不错的一本书(MATLAB simulation and application example explanation of communication, very good book)
- 2010-05-07 10:27:18下载
- 积分:1
-
peaqb-1.0.beta.tar
this is a matlab for the PSNR. In this .m I have been using the PSNR to evluate the quality of the audio quality. Its a very useful way to do it.
- 2014-11-17 02:13:30下载
- 积分:1
-
kalman
this code is an example for kalman filter
- 2009-03-04 19:46:52下载
- 积分:1
-
example
很不错的matlab电子书籍,内有实例解析,值得推荐。(Matlab very good e-books, there are examples of analysis, worthy of recommendation.)
- 2008-01-07 18:46:50下载
- 积分:1
-
sushu
控制均值一定,使用搜索法求出固定长度及固定均值的素数集,输入个数及均值,输出素数集,(Control mean a certain set of prime numbers, use the search method to find the fixed-length and fixed mean, the number of input and the mean output prime number set,)
- 2013-04-22 00:52:45下载
- 积分:1
-
wavelet01
绘制3层正弦信号,对之进行小波分解(5层)重构5层逼近信号和细节信号。(Draw 3-layer sinusoidal signals, the wavelet decomposition (5 layer) Reconstruction of 5-layer approximation signal and detail signal.)
- 2010-12-17 09:57:05下载
- 积分:1
-
m_sequence
利用matlab编写的m序列发生器。内容参见《FPGA设计及应用》褚振勇编 西安电子科技大学出版社(Matlab prepared using m sequence generator. See the contents of )
- 2008-07-20 17:47:49下载
- 积分:1
-
filterImage
There are different m files for different filter to use.
perwit.m:=uses window Wx=[1 0 -1 1 0 -1 1 0 -1]/3
and Wy=Wx and then convolves this window with the image.
sobel.m:=uses window W=[1 0 -1 2 0 -2 1 0 -1]/4
lablacian.m=uses window W=[0 1 0 1 -4 1 0 1 0]
convolve.m=convolves window and image
- 2011-07-27 23:15:28下载
- 积分:1