# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fftab" in publications use:' type: software license: MIT title: 'fftab: Tidy Manipulation of Fourier Transformed Data' version: 0.1.0.9000 doi: 10.32614/CRAN.package.fftab abstract: The 'fftab' package stores Fourier coefficients in a tibble and allows their manipulation in various ways. Functions are available for converting between complex, rectangular ('re', 'im'), and polar ('mod', 'arg') representations, as well as for extracting components as vectors or matrices. Inputs can include vectors, time series, and arrays of arbitrary dimensions, which are restored to their original form when inverting the transform. Since 'fftab' stores Fourier frequencies as columns in the tibble, many standard operations on spectral data can be easily performed using tidy packages like 'dplyr'. authors: - family-names: Keitt given-names: Timothy email: tkeitt@gmail.com repository: https://thk686.r-universe.dev repository-code: https://github.com/thk686/fftab commit: 8786a3a34c8bb063b6c2038110e4f7e3c4328b9d url: https://thk686.github.io/fftab/ contact: - family-names: Keitt given-names: Timothy email: tkeitt@gmail.com