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 DoubleSymmetricSignalReader GetSignalReader( double[] packedvector ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSignalReader ( _ packedvector As Double() _ ) As DoubleSymmetricSignalReader |
| Visual C++ |
|---|
public: DoubleSymmetricSignalReader^ GetSignalReader( array<double>^ packedvector ) |
Parameters
- packedvector
- Type: array<
System..::.Double
>[]()[]
Packed result of a FFT of a real signal.