 | FloatForward2DFFT Constructor (Int32, Int32) |
Constructs a forward 2D FFT instance for single real signal vectors.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatForward2DFFT(
int rows,
int columns
)
Public Sub New (
rows As Integer,
columns As Integer
)
public:
FloatForward2DFFT(
int rows,
int columns
)
new :
rows : int *
columns : int -> FloatForward2DFFT
Parameters
- rows
- Type: SystemInt32
Rows in input data array - columns
- Type: SystemInt32
Columns in input data array
Remarks
The created FFT instance requires that all input signal data be unit-strided (packed) in memory.
See Also