搜索资源列表
stft_rect
- computes the stft using rectangular window
vuvuzela_sound_cancelation
- Based on the spectrum of the vuvuzela sound, this denoising technique simply computes an antenuation map in the time-frequency domain. Then, the audio signal is restored by computing the inverse STFT. See [1] or [2] for more detail about the algorith
lpc
- This MATLAB exercise computes the log magnitude of the STFT of a specified frame of speech. Then, using the same frame of speech, the exercise computes LPC log spectral matches to the speech frame, using the autocorrelation method, the covariance
STFT_SWT_ST_matlab-files
- STFT和ST变换的基本函数,和一个stft的一个例程-This code computes the Stockwell transform (S-Transform) of a one dimensional series without for loop, thereby making it computationally fast and simple. S-Transform was proposed in 1996. A nice tutorial on S-Transform can