RADLib
RADical C++ application framework
RADDsp::ComplexSample Struct Reference

Complex I/Q sample used by SDR and constellation-oriented helpers. More...

#include <RADDsp.h>

Public Attributes

float i = 0.0f
 In-phase component. More...
 
float q = 0.0f
 Quadrature component. More...
 

Detailed Description

Complex I/Q sample used by SDR and constellation-oriented helpers.

Member Data Documentation

◆ i

float RADDsp::ComplexSample::i = 0.0f

In-phase component.

◆ q

float RADDsp::ComplexSample::q = 0.0f

Quadrature component.


The documentation for this struct was generated from the following file: