Structure ModConfig

Digital modulation configuration structure.

Namespace: dsp::telecom

Fields list

wf : sptr< WaveForm >

Waveform specifications.

fs : float

Sampling frequency (Hz)

fi : float

Intermediate frequency (Hz)

fsymb : float

Symbol frequency (Hz)

real_output : bool

If true, a real signal is produced (so, with a signal image).

debug_active : bool

Generate debug figures.

shaping_filter_ntaps : int

Number of taps to be used for the shaping filter implementation.

Methods list

auto fr() const