New R Package -

New R Package

Posted January 08, 2025

FFTAB Logo

FFTAB 2D ACF
Simulated autocorrelation.

Every time I need to use Fourier transforms in R, I have to relearn the layout and the relationship between the order of coefficients and their associated frequencies.

I decided to make things easier for myself by wrapping the Fourier coefficients, along with their frequencies, in a tibble for easy manipulation.

The result is the fftab package. You can also find it on CRAN.