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 FloatSymmetricSignalReader GetSignalReader( FloatVector packedvector ) |
| Visual Basic (Declaration) |
|---|
Public Function GetSignalReader ( _ packedvector As FloatVector _ ) As FloatSymmetricSignalReader |
| Visual C++ |
|---|
public: FloatSymmetricSignalReader^ GetSignalReader( FloatVector^ packedvector ) |
Parameters
- packedvector
- Type: CenterSpace.NMath.Core..::.FloatVector
Packed result of a FFT of a real signal.