Constructor function for class 'swdft'
new_swdft(a, x, n, type, pad, taper_type, taper, p, smooth, m, num_convs)
a
: 2D complex array of SWDFT coefficients. If there is smoothing, then this represents the smoothed squared modulus coefficients.x
: numeric input signaln
: window sizetype
: 'fftw' or 'fft'pad
: whether or not it was paddedtaper_type
: type of tapertaper
: numeric values of the taperp
: of cosine taper (if used)smooth
: type of smootherm
: width of kernel for smoothing (optional)num_convs
: number of kernel convolutions (optional)list w/ the same elements as the arguments, an S3 object of class 'swdft'
Useful links