-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1
-
fingerprint-identification
指纹识别预处理 matlab程序 包括 指纹增强 二值化 细化 等步骤(Fingerprint preprocessing including fingerprint enhancement matlab program binary refinement step, etc
)
- 2013-03-12 18:11:53下载
- 积分:1
-
Chapter-10
Yagi Uda, Beverage antenna Matlab Simulation
- 2011-05-25 22:07:35下载
- 积分:1
-
1
说明: mATLAB CODE FOR gAUSSIAN KERNEL
- 2011-08-10 17:22:26下载
- 积分:1
-
huffman
霍夫曼编码 是一种瞬时的、唯一可解码的分组编码。 MATLAB源文件,用于图像压缩 ,可添加到MATLAB路径,直接调用!(Huffman coding is a transient, only the encoding can be decoded packet. MATLAB source files, for image compression, can be added to the MATLAB path, directly call!)
- 2014-10-08 10:41:37下载
- 积分:1
-
Fast-matching
讲述了频域模板匹配的原理及算法,将图像转到频域进行处理可以提高匹配的精度(About the frequency domain template matching principle and algorithm, the image to the frequency domain processing can improve the matching precision)
- 2013-04-14 09:14:34下载
- 积分:1
-
daixinanxindaojianmo
用线性滤波器来对一个带限通信信道建模仿真(Linear filter to a band-limited communication channel modeling and simulation)
- 2010-01-16 10:13:38下载
- 积分:1
-
newtn
说明: 牛顿法解决求根问题。给出所需要求根的方程,以及搜索步长,搜索步数,输出所求得的根值。(Newton s method for solving the root of equation. Inputs: eqation, step lenth, number of steps.)
- 2010-04-13 10:41:57下载
- 积分:1
-
P_Mgaijin
这是很好的Matlab文件,pm模型的源代码,分享给大家(This is a good Matlab files, pm model the source code to share for everyone)
- 2011-05-06 13:44:51下载
- 积分:1
-
Region_of_interest_GUI
Run the ROI file by issuing the command ROI in the command window and a GUI screen will pop up, the screen may be used for selecting a Region of interest while viewing the full length movie and adjusting the region of interest accordingly, after hitting save the GUI will dismantle the movie to seperate images and will save them in current folder.The GUI panel is self explanatory and as such does not require any further explanations
- 2013-08-01 22:17:11下载
- 积分:1