SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::lib::radio::fsk_conf Class Reference

FSK configuration parameters. More...

#include <radio.hpp>

Public Attributes

at86rf215_fsk_srate_t rate
 FSK data rate.
float mod_idx
float excess_bw
 FSK 3-dB bandwidth of the shaping filter.

Detailed Description

FSK configuration parameters.

Definition at line 258 of file radio.hpp.

Member Data Documentation

◆ excess_bw

float satnogs::comms::lib::radio::fsk_conf::excess_bw

FSK 3-dB bandwidth of the shaping filter.

Definition at line 265 of file radio.hpp.

◆ mod_idx

float satnogs::comms::lib::radio::fsk_conf::mod_idx

FSK modulation index. Use 0.5 for MSK. The radio supports quantized modulation index values. The closest to the given on wiil be applied

Definition at line 262 of file radio.hpp.

◆ rate

at86rf215_fsk_srate_t satnogs::comms::lib::radio::fsk_conf::rate

FSK data rate.

Definition at line 261 of file radio.hpp.


The documentation for this class was generated from the following file:
  • libsatnogs-comms/include/satnogs-comms-lib/radio.hpp