FFmpeg
|
Go to the source code of this file.
Functions | |
overlap indexes | sw (ovidx) |
Variables | |
function | y |
function | fs |
function | w = w/sum(w) |
function | N |
function | t |
function | nH |
function | minf0 |
function | maxf0 |
function | f0et |
function | maxhd |
analysis window size | Ns = 1024 |
FFT size for synthesis | H = 256 |
hop size for analysis and synthesis | N2 = N/2+1 |
size postive spectrum | soundlength = length(x) |
length of input sound array | hNs = Ns/2 |
half synthesis window size | hM = (M-1)/2 |
half analysis window size | pin = max(hNs+1,1+hM) |
initialize sound pointer to middle of analysis window | pend = soundlength-hM |
last sample to start a frame | fftbuffer = zeros(N,1) |
normalize analysis window | sw = zeros(Ns,1) |
ow = triang(2*H-1) | |
overlapping window | ovidx = Ns/2+1-H+1:Ns/2+H |
bh = blackmanharris(Ns) | |
Function Documentation
overlap indexes sw | ( | ovidx | ) |
Variable Documentation
Definition at line 25 of file harmonicmodel.m.
function f0et |
Definition at line 1 of file harmonicmodel.m.
function fs |
Definition at line 1 of file harmonicmodel.m.
Definition at line 11 of file harmonicmodel.m.
function maxf0 |
Definition at line 1 of file harmonicmodel.m.
function maxhd |
Definition at line 1 of file harmonicmodel.m.
function minf0 |
Definition at line 1 of file harmonicmodel.m.
function N |
Definition at line 1 of file harmonicmodel.m.
function nH |
Definition at line 1 of file harmonicmodel.m.
Definition at line 10 of file harmonicmodel.m.
ow = triang(2*H-1) |
Definition at line 22 of file harmonicmodel.m.
initialize sound pointer to middle of analysis window pend = soundlength-hM |
Definition at line 17 of file harmonicmodel.m.
Definition at line 21 of file harmonicmodel.m.
function t |
Definition at line 1 of file harmonicmodel.m.
Definition at line 1 of file harmonicmodel.m.
Definition at line 1 of file harmonicmodel.m.
Generated on Mon Nov 18 2024 06:52:06 for FFmpeg by 1.8.11