Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's
computed by this class.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleSymmetric2DSignalReader GetSignalReader( ref double[,] packedarray ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSignalReader ( _ ByRef packedarray As Double(,) _ ) As DoubleSymmetric2DSignalReader |
| Visual C++ |
|---|
public: DoubleSymmetric2DSignalReader^ GetSignalReader( array<double,2>^% packedarray ) |
Parameters
- packedarray
- Type:
array<
System..::.Double
,2>[,](,)[,]
%
Packed result of a 2D FFT of a real signal.
Return Value
Reader to facilitate unpacking packed 2D FFT signals.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the dimensions of the input complex conjugate symmetric array, packedarray, are smaller than the dimensions of this DoubleForward2DFFT instance. |