Chronos-Q RFSOC Driver
Chronos-Q RFSOC Driver Documentation
DemodulationFrequencyWord Class Reference

Demodulation Frequency Word. More...

Collaboration diagram for DemodulationFrequencyWord:
Collaboration graph

Static Public Member Functions

int generate (float frequency, float sampling_interval)
 Generate demodulation frequency word. More...
 

Detailed Description

Helper object used to generate the demodulator frequency word data.

Member Function Documentation

◆ generate()

generate ( float  frequency,
float  sampling_interval 
)
static

Generates the fixed point representation of the CORDIC angle step interval in half-pi steps for a given frequency and sampling rate.

Parameters
[in]frequencyFrequency to be generated.
[in]sampling_intervalSampling interval of the channel.
Returns
Binary representation of angle step in half-pi steps.