1

I have a dataset of EEG signals over a period of time and I need to calculate PSD observation of it.

In matlab I can calculate the PSD of a signal, for that I have a built in function.

Does R have a function to calculate the PSD observation of a dataset ?

Paul Hiemstra
  • 59,984
  • 12
  • 142
  • 149
cppiscute
  • 707
  • 2
  • 10
  • 33

1 Answers1

1

Googling for r power spectral density lead me to the spectrum function.

Paul Hiemstra
  • 59,984
  • 12
  • 142
  • 149