Constructor function for class 'swdft2d'
new_swdft2d(a, x, n0, n1, type)
a
: 4D complex-valued array of 2D SWDFT coefficientsx
: 2D real or complex valued signaln0
: window size in row directionn1
: window size in column directiontype
: algorithm to implement. defaults to "fftw", other option 'fft' for R's base FFT function. R's base fft function is used ifS3 object w/ the same elements as arguments to this constructor function
Useful links