Fast Fourier Transform in R

前端 未结 2 430
心在旅途
心在旅途 2021-01-30 03:36

I have a dataset with the number of hourly visits an animal made during a period of 12 months. I want to use the Fast Fourier Transform to examine cyclical patterns and periodic

2条回答
  •  自闭症患者
    2021-01-30 04:01

    Use spectrum to do a spectral density analysis; also fft for the base fast Fourier transform.

提交回复
热议问题