Levinson algorithm
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
The 'n' in levinson algorithm is the order of the all pole filter right?
Say the order is 12. The output 'a' should have only 12 elements as the output right? why do I get 13 elements? Is my understanding wrong... Please help
0 Kommentare
Antworten (1)
Honglei Chen
am 13 Apr. 2012
Hi Shweta,
It is true that the algorithm only solves n unknowns, but if you look at the reference page below, the returned result is the AR coefficients which always include the leading coefficient of 1, therefore the total length is n+1.
HTH
0 Kommentare
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!