How to use Line Spectral Pairs in matlab?

3 views (last 30 days)
Fahriddin Mamatov
Fahriddin Mamatov on 21 Apr 2011
Answered: TED MOSBY on 2 May 2025
Hi all I need your help to continue my research. Can any one help me in that case,plz? My question is: How can i implement Line Spectral Pairs in matlab? I have to use it, however i have no any idea about that process? Thanks beforehand. Best wishes Fahriddin.

Answers (1)

TED MOSBY
TED MOSBY on 2 May 2025
To implement line spectral pairs, you can use MATLAB's "Signal Processing Toolbox". You can use the function "poly2lsf" . This function returns a column vector whose length equals the LPC (linear prediction filter coefficient) order and whose entries are the line‑spectral frequencies.
lsf = poly2lsf(a);
Here, ‘a’ is your LPC prediction‑filter vector.
To know more about these functions, refer to the documentation below:
Hope this helps!

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!