|
FFmpeg
|
Lab4 stptpeaks.m File Reference
Go to the source code of this file.
Variables | |
| function | y |
| function | w = w/sum(w) |
| function | N |
| function | H |
| function | t |
| 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 at the 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) |
| normalize analysis window | sw = hanning(M) |
Variable Documentation
| function H |
Definition at line 1 of file Lab4 stptpeaks.m.
| function N |
Definition at line 1 of file Lab4 stptpeaks.m.
Definition at line 12 of file Lab4 stptpeaks.m.
| initialize sound pointer at the middle of analysis window pend = soundlength-hM |
Definition at line 17 of file Lab4 stptpeaks.m.
Definition at line 16 of file Lab4 stptpeaks.m.
Definition at line 24 of file Lab4 stptpeaks.m.
| function t |
Definition at line 1 of file Lab4 stptpeaks.m.
| initialize output array w = w/sum(w) |
Definition at line 1 of file Lab4 stptpeaks.m.
Initial value:
Definition at line 1 of file Lab4 stptpeaks.m.
Generated on Wed Sep 24 2025 07:00:26 for FFmpeg by
1.8.11