Description
Sliding Window Discrete Fourier Transform (SWDFT).
Description
Implements the Sliding Window Discrete Fourier Transform (SWDFT). Also provides statistical methods based on the SWDFT, and graphical tools to display the outputs.
README.md
Overview
The swdft package implements the Sliding Window Discrete Fourier Transform (SWDFT), and provides some statistical methods and graphical tools based on the SWDFT.
Installation
# The swdft package is available on CRAN
install.packages("swdft")
# The development version is available on Github
# install.packages("devtools")
devtools::install_github("leerichardson/swdft/r/swdft")
See the vignette for an introduction.