How to use Line Spectral Pairs in matlab?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
TED MOSBY
el 2 de Mayo de 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 comentarios
Ver también
Categorías
Más información sobre Spectral Measurements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!