FFmpeg
|
stft2.m File Reference
Go to the source code of this file.
Variables | |
function | y |
function | w = w/sum(w) |
function | N |
function | H |
analysis window size | N2 = N/2+1 |
size of positive spectrum | soundlength = length(x) |
length of input sound array | hM = (M-1)/2 |
half analysis window size | pin = 1+hM |
initialize sound pointer in middle of analysis window | pend = soundlength-hM |
last sample to start a frame | fftbuffer = zeros(N,1) |
initialize buffer for FFT | yw = zeros(M,1) |
Variable Documentation
initialize sound pointer in middle of analysis window pend = soundlength-hM |
Initial value:
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11