-
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
-
自动编码器
说明: 改进自动编码器,并将其用于火电机组的数据建模(Improving automatic encoder and applying it to data modeling of thermal power unit)
- 2019-05-15 09:41:27下载
- 积分:1
-
MATLABann
matlab神经网络工具箱很好的东东分享下(matlab neural network toolbox, under a good Dongdong Share)
- 2010-03-15 10:51:23下载
- 积分:1
-
Romberg-sf
数值分析基于Matlab环境下的龙贝格算法(Numerical analysis based on Matlab environment Romberg algorithm)
- 2011-06-17 08:38:54下载
- 积分:1
-
siftmaster
Tutorial on Sift master matlab
- 2018-03-16 06:28:03下载
- 积分:1
-
decode_ldpc_matlab
LDPC码的matlab仿真程序,希望对大家有用,不客气,(LDPC codes matlab simulation program, in the hope that useful, at worst,)
- 2008-12-27 16:24:53下载
- 积分:1
-
1
说明: 数学建模问题 玫瑰有约 MATLAB程序(one mathematic modeling problem
having a meet with Rose
matlab program)
- 2010-08-13 22:58:53下载
- 积分:1
-
OFDMMATLAB
OFDMMATLAB程序,本程序中得到的收端OFDM信号的频谱波形,是与其发端信号的排步有关的。(OFDMMATLAB procedures, the procedures to be closed end of the spectrum of OFDM signal waveforms, is the originator signals and their related scheduling step.)
- 2008-04-22 16:01:07下载
- 积分:1
-
filter
differents types of filters for matlab.
- 2010-11-10 07:59:01下载
- 积分:1
-
finger-recong
指纹识别源代码。思路完全是按照文件夹中网页里介绍的方法,即提取指纹中的分叉点和端点的位置作为指纹的特征值。由于今天太忙,对图像的预处理作的很失败,程序会提取出很多伪点,而指纹轮廓也没有想出办法过滤。汗,你看看能不能参考把。
三个m文件,fd.m提取指纹中的分叉点,fd2.m提取指纹中的端点,Cpoint.m则是前两个文件运行中需要调用的掩模函数。(fingerprint identification code. Thinking is entirely in accordance with the folder on the website Lane, that the fingerprints of the bifurcation point and endpoint position as a fingerprint eigenvalues. As today are too busy, the image preprocessing for the failure, the program will extract a lot of pseudo-point, and the fingerprint profile nor find a way to filter. Khan, you can look at the information put. 3 m documents, fingerprints fd.m the bifurcation point, fd2.m fingerprints of endpoint, Cpoint.m are two documents before the operation need to call the mask function.)
- 2007-05-02 23:49:15下载
- 积分:1