LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

power spectrum using yule walker method

i am currently working on an algorithm and i need to add a power spectrum using yule walker method or modified covariance method or any other power spectrum estimation method except music and fft (periodogram) that i already did. can anybody help me?or does anybody have any other vi that calculates the power spectrum?
0 Kudos
Message 1 of 4
(2,540 Views)
Hi hampis,

I posed a similar response on the yule walker forum.

If you're running LabVIEW 8.0 or 8.2 you can use the MathScript node to execute the aryule() function, which uses the Yule-Walker method to estimate autoregressive (AR) model parameters.

Here is more information on this command:

aryule (MathScript Function)

Michael K. | Applications Engineer | National Instruments

| Michael K | Project Manager | LabVIEW R&D | National Instruments |

0 Kudos
Message 2 of 4
(2,525 Views)
It didn't appear to hyperlink.

One more time!

aryule (MathScript Function)

Michael K.

| Michael K | Project Manager | LabVIEW R&D | National Instruments |

0 Kudos
Message 3 of 4
(2,523 Views)
thanks Michael
ill try that
0 Kudos
Message 4 of 4
(2,474 Views)