 | FloatForward2DFFTGetSignalReader Method (Single) |
Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's
computed by this class.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatSymmetric2DSignalReader GetSignalReader(
ref float[,] packedarray
)
Public Function GetSignalReader (
ByRef packedarray As Single(,)
) As FloatSymmetric2DSignalReader
public:
FloatSymmetric2DSignalReader^ GetSignalReader(
array<float,2>^% packedarray
)
member GetSignalReader :
packedarray : float32[,] byref -> FloatSymmetric2DSignalReader
Parameters
- packedarray
- Type: SystemSingle
Packed result of a 2D FFT of a real signal.
Return Value
Type:
FloatSymmetric2DSignalReaderReader to facilitate unpacking packed 2D FFT signals.
ExceptionsException | Condition |
---|
InvalidArgumentException |
Thrown if the dimensions of the input complex conjugate symmetric array, packedarray, are smaller than the dimensions of this
FloatForward2DFFT instance.
|
See Also