 | DoubleForward2DFFTGetSignalReader Method (DoubleMatrix) |
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 DoubleSymmetric2DSignalReader GetSignalReader(
ref DoubleMatrix packedmatrix
)
Public Function GetSignalReader (
ByRef packedmatrix As DoubleMatrix
) As DoubleSymmetric2DSignalReader
public:
DoubleSymmetric2DSignalReader^ GetSignalReader(
DoubleMatrix^% packedmatrix
)
member GetSignalReader :
packedmatrix : DoubleMatrix byref -> DoubleSymmetric2DSignalReader
Parameters
- packedmatrix
- Type: CenterSpace.NMath.CoreDoubleMatrix
Packed result of a 2D FFT of a real signal.
Return Value
Type:
DoubleSymmetric2DSignalReaderReader to facilitate unpacking packed 2D FFT signals.
ExceptionsException | Condition |
---|
InvalidArgumentException |
Thrown if the dimensions of the input complex conjugate symmetric matrix, packedmatrix, are smaller than the dimensions of this
DoubleForward2DFFT instance.
|
See Also