Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 3 of 3 found.
[1] < 1 > [1]  Sort:

fftw2d (Package: fftwtools) : Compute a two-dimensional FFT on a matrix using FFTW3

Computes two-dimensional FFT on a matrix using the FFTW3 libraries. Use fftw_r2c_2d(x, HermConj=0) for real to complex FFT. This will return the result without the "Hermitian" redundancy. These functions follow the R convention when returning the inverse of the FFT. For the two-dimension fft, the inverse is currently requires the entire matrix, including the redundant complex conjugate.
● Data Source: CranContrib
● Keywords: fftw
● Alias: fftw2d, fftw_c2c_2d, fftw_r2c_2d
● 0 images

mvfftw (Package: fftwtools) : Compute the FFT on each column of a matrix using FFTW3

This will compute the FFT of each column of a matrix using the FFTW3 libraries. Use mvfftw_r2c(x, HermConj=0) for real to complex fft. This will return the result without the redundant complex conjugate. This follows the R convention for returning the unscaled inverse of the FFT. The function mvfftw_c2r(res, HermConj=0, n=dim(x)[1]) will invert the FFT from the result not containing the "Hermitian" redundant conjugate. You must specify, n, the column dimension of the original data–the column length of the original data–if the redundant complex conjugate is not included.
● Data Source: CranContrib
● Keywords: fftw
● Alias: mvfftw, mvfftw_c2c, mvfftw_c2r, mvfftw_r2c
● 0 images

fftw (Package: fftwtools) : Compute fft using fftw3

These functions compute the FFT using the FFTW3 libraries. Use fftw_r2c(x, HermConj=0) for real to complex fft. This will return the result without the redundant complex conjugate. This follows the R convention for returning the unscaled inverse of the FFT. The function fftw_c2r(res, HermConj=0, n=length(x)) will invert the FFT from the result not containing the redundant complex conjugate. You must specify, n, the dimension of the original data–length–if the redundant complex conjugate is not included.
● Data Source: CranContrib
● Keywords: fftw
● Alias: fftw, fftw_c2c, fftw_c2r, fftw_r2c
● 0 images