Difference between ar() function burg implementation and arburg() function
Afficher commentaires plus anciens
If we have e.g. ar(y,20,'Burg') where y is the time series and 20 is the model order, y must have a length of 40 data points minimum to work.
If we have arburg(y,20) y can have a length of 20 data points minimum to work.
Why ar() requires double the data points compared to arburg() for the same model order?
For ar() if model order is 20 and data points are 40, does it consider the 20 last observations and discard the 20 first observations?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Parametric Modeling dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!