Is there a MATLAB function similar to 'Spectrum0.ar()' from R?

1 view (last 30 days)
Hi,
I want know if there is a function could return the same results from 'Spectrum0.ar()' (a R fucntion)?
I am not familiar with signal processing, it will be great that there is a matlab function can return the same result.
A big thank you in advance!
Han

Answers (1)

Walter Roberson
Walter Roberson on 5 Dec 2022
  1 Comment
Han F
Han F on 5 Dec 2022
Hi Walter,
Thank you for your reply. I tried on pyulear but the result is quite different
y = [1,2,4,5,7,8,9]
pyulear(y) at zero is around 17
spectrum0.ar(y) is 43.69

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!