AR Spectrum Estimation Covariance method Order Problem

Status
Not open for further replies.

asustant

Newbie level 2
Joined
May 15, 2016
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
11
Hi all. I have data matrix y(80x200). I'm trying to find AR Spectrum Estimation using Covariance method (pcov) for orders 10,50,100. But It gives an error at order 100. What should I do to fix it? (like zero-padding, maybe?) Or am I not able to use order 100?

Code:
x=y;          %y(80x200)

order=100;

nfft=80;

pxx = pcov(x,order,nfft);

imagesc(pxx);
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…