搜索资源列表
fftbianhuan
- 实现了一维实序列的fft变换,有随机数产生函数、补零函数,返回值放在一个复数数组中,并有取模运算。-Achieved on the real sequence of fft transform, there are random number generator function, zero fill function, the return value in a complex array, and a modulo operation.
q
- 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间-Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show
meierdaopufadematlabshixian
- 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
filter_fft
- 仿真不同频率的组合信号通过滤波器后作FFT,得到滤波后信号的fft频谱及fft求模,并找出最大值及索引,非常实用。-The combination of simulation of different frequency signal through a filter made after FFT, the filtered signal the fft spectrum and fft modulo, and find out the maximum and the index is very
fft
- 计算fft,输出频谱,相位,模值,Calculation of FFT, the output frequency, phase, amplitude,
FFT
- 计算fft,输出频谱,相位,模值,Calculation of FFT, the output frequency, phase, amplitude,
Ti1_Ti2
- 对上述数据取一帧(512点), 进行fft变换, 对其模值取对数log后在图上标示(x轴为其频率, 要标注单位)出频谱曲线.-The above data in a frame (512 points), FFT transform, the modulus value after taking logarithm log marked on the diagram (x axis as its frequency, to indicate the unit) spectrum curve.
fft
- FFT变换 原始信号图 模值结果图 幅值-频率图 相位-频率图-FFT transform the original signal amplitude results in Fig Figure modulus value- frequency diagram phase- frequency plot
iuvhcnis
- 迭代自组织数据分析,GSM中GMSK调制信号的产生,计算加权加速度,合成孔径雷达(SAR)目标成像仿真,基于kaiser窗的双谱线插值FFT谐波分析,数据模型归一化,模态振动。- Iterative self-organizing data analysis, GSM is GMSK modulation signal generation, Weighted acceleration, Synthetic Aperture Radar (SAR) imaging simulation targ
knvq
- 研究生时的现代信号处理的作业,直线阵采用切比学夫加权控制主旁瓣比,数据模型归一化,模态振动,基于kaiser窗的双谱线插值FFT谐波分析,通过matlab代码,自己编的5种调制信号,一种噪声辅助数据分析方法。- Modern signal processing jobs when the graduate, Linear array using cut than learning laid upon the right control of the main sidelobe ratio, No
fengsun
- 对HARQ系统的吞吐量分析,基于kaiser窗的双谱线插值FFT谐波分析,数据模型归一化,模态振动。- HARQ throughput analysis of the system, Dual-line interpolation FFT harmonic analysis kaiser windows, Normalized data model, modal vibration.
FFT
- MSP430F149外部AD采样,然后进行FFT运算,并用12864显示各次谐波分量模值-MSP430F149 external AD sampling and FFT operation, and 12864 show harmonic components modulus
qaotang_v68
- 给出接收信号眼图及系统仿真误码率,基于kaiser窗的双谱线插值FFT谐波分析,数据模型归一化,模态振动。- The received signal is given eye and BER simulation systems, Dual-line interpolation FFT harmonic analysis kaiser windows, Normalized data model, modal vibration.
feng
- 一个师兄的毕设,基于kaiser窗的双谱线插值FFT谐波分析,数据模型归一化,模态振动。- A complete set of brothers, Dual-line interpolation FFT harmonic analysis kaiser windows, Normalized data model, modal vibration.
gei-tm80
- IMC-PID是利用内模控制原理来对PID参数进行计算,基于kaiser窗的双谱线插值FFT谐波分析,利用matlab针对图像进行马氏距离计算 。- The IMC- PID is using the internal model control principle for PID parameters is calculated, Dual-line interpolation FFT harmonic analysis kaiser windows, Using matlab to calc
pinlv668
- 仿真不同频率的组合信号通过滤波器后作FFT,得到滤波后信号的fft频谱及fft求模,并找出最大值及索引,非常实用。。(The combination of different frequency signal through the filter FFT was obtained after filtering FFT spectrum and FFT signal for mold, and find out the maximum value and index, very practica
zd17
- 生成原始信号,做出FFT模值、幅度频率曲线、相位频率曲线 不是我写的程序,是别人下载的程序却无法运行,我帮他改好的(The original signal is generated, and the FFT modulus, amplitude frequency curve and phase frequency curve are made I did not write the program, the program is downloaded by others, but can
能量检测法源代码
- 能量检测法是一种比较简单的信号检测方法[1], 属于信号的非相干的检测, 直接对时域信号采样值求模,然后平方即可得到;或利用FFT转换到频域,然后对频域信号求模平方也可得到。它无需知道检测信号的任何先验知识,对信号类型也不作限制。 实际上,能量检测是在一定频带范围内作能量积累,如果积累的能量高于一 定的门限,则说明信号的存在;如果低于一定的门限,则说明仅有噪声。能量检 测的出发点是信号加噪声的能量大于噪声的能量。能量检测方法对信号没有作任何假设,是一种盲检算法。 此代码“利用FFT转换