The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
43 views

formant frequency bandwidth of LPC root

For formant estimation from LP polynomial roots, more roots amplitude shows that poles is near to unit circle in Z-domain but Can anyone explain why the bandwidth of the formats must be small ? I have ...
0
votes
1answer
45 views

Format location from LPC magnitude

I am confusing when I find the lpc roots magnitude, f1=0.9313, f2=0.9308, f3=0.91 and f4=0.95 but when I look at LPC envelope the f1 is higher than f4 in term of magnitude in dB. Could anybody explain ...
0
votes
1answer
131 views

Remove spurious peaks of Hilbert transform

I want to eliminate spurious peaks of Hilbert transform for finding Glottal closure in LP residual. I have the following 4 steps: 1-down-sample. 2-Hilbert Transform. 3-Identify Peaks in Hilbert ...
1
vote
0answers
88 views

DFT, cepstrum, LPC for feature extraction

I am a newbie in speech processing and experimenting to get a feel. I have extracted some speech segments using a window function and I want to find distance between a pair of segments. First, I took ...
0
votes
2answers
153 views

Matching an LPC Magnitude Spectrum to FFT Magnitude Spectrum

I'm trying to get an LPC magnitude spectrum to match to an FFT magnitude spectrum. Basically I want the peak height in the LPC Spectrum to match the peak height in the FFT Spectrum. Thanks to ...