Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRAN_Status_Badge

fftwtools

R package, implementing of fftw 2d, multivariate fftw, and other fftw tools.

Build instructions for general Linux machine.

  1. download and unzip to a folder called multitaper-master 2) from the parent folder: a) R CMD build fftwtools-master/ b) R CMD check fftwtools_0.9-3.tar.gz (optional) c) R CMD INSTALL fftwtools_0.9-3.tar.gz

Note: The version number may change, and you will likely have to set the PATH variable for other operating systems. This will require gfortran, and fftw libraries installed. Please see the document ion for your Linux distribution, Xcode (or Fink) for Mac, or Rtools, maintained by Duncan Murdoch, on CRAN for Windows. You will need to ensure you properly install fftw and link files accordingly.

See the folder speedTrials for an example of testing for which data length fftw is generally faster. On my laptop I found fftw faster at approximately >= 2^17 data points, and mvfftw faster at approximately >= 2^16 data points using five columns of data.

Note: Mac users please see: http://r.research.att.com/tools/

About

fftwtools package for R available on CRAN

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.