Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top