How to use Line Spectral Pairs in matlab?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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.
0 commentaires
Réponses (1)
TED MOSBY
le 2 Mai 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!
0 commentaires
Voir également
Catégories
En savoir plus sur Spectral Measurements dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!