new_swdft3d {swdft} | R Documentation |
Constructor function for class 'swdft3d'
Description
Constructor function for class 'swdft3d'
Usage
new_swdft3d(a, x, n0, n1, n2, type)
Arguments
a |
4D complex-valued array of 2D SWDFT coefficients |
x |
3D real or complex-valued array |
n0 |
window size in dimension 0 |
n1 |
window size in dimension 1 |
n2 |
window size in dimension 2 |
type |
defaults to 'base', which is the only option |
Value
S3 object w/ the same elements as arguments to this constructor function
[Package swdft version 1.0.0 Index]