Package: RFIF 1.0.2

Chuck Coleman
RFIF: Fast Iterative Filtering (FIF) with Portable FFT Backend
Provides an R interface to a C implementation of Fast Iterative Filtering (FIF) for decomposing a univariate signal into intrinsic mode functions (IMFs) and a residual. The package uses Fast Fourier Transform library FFTW, if found. If not, it provides instructions to install it for your OS. This is recommended, as R's internal fft(), while avoiding external FFT dependencies, is two orders of magnitude slower. See vignette 'Installing FFTW for RFIF' for RFIF installation instructions.
Authors:
RFIF_1.0.2.tar.gz
RFIF_1.0.2.tar.gz(r-4.7-arm64)RFIF_1.0.2.tar.gz(r-4.7-x86_64)RFIF_1.0.2.tar.gz(r-4.6-arm64)RFIF_1.0.2.tar.gz(r-4.6-x86_64)
RFIF_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RFIF/json (API)
NEWS
| # Install 'RFIF' in R: |
| install.packages('RFIF', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/chuckcoleman/rfif/issues
Last updated from:dec65ba7ff. Checks:4 NOTE, 2 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 116 | ||
| linux-devel-x86_64 | NOTE | 114 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | NOTE | 118 | ||
| linux-release-x86_64 | NOTE | 117 | ||
| wasm-release | OK | 93 |
Exports:rfif
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fast Iterative Filtering (C backend) | rfif |