搜索资源列表
STFTTest
- 《实用小波分析》附录中STFT源代码(VC中编译链接正确,运行出错fopen处;WinTC中可以运行,我电脑显卡有问题,未显示出结果;Turbo C中未生成目标文件)-This program is for computing the STFT of the signal in a data file and create a output data file containing STFT result.
STFT_serial
- 短时傅利叶转换或短时傅利叶变换(英文:short-time Fourier transform, STFT,又称short-term Fourier transform)是和傅利叶转换相关的一种数学转换关系,用以决定时变讯号其局部段落之弦波成份的频率与相位。 -Short-time Fourier transform or short-term Fourier transform (in English: short-time Fourier transform, STFT, also kn
STFT
- 目前的代码是一个matlab函数,它提供给定信号x[n]的短时傅立叶变换(stft)。该函数是matlab命令“光谱图”的一个替代项。功能输出为: 1)一个具有复杂stft系数的矩阵,该矩阵具有跨列时间和跨行频率; 2)频率矢量; 3)时间矢量。 为了阐明函数的用法,给出了一个示例。为了方便起见,输入和输出参数在函数的开头给出。(The present code is a Matlab function that provides a Short-Time Fourier Transfor