ns3::LoraTxParameters Struct Reference

Structure to collect all parameters that are used to compute the duration of a packet (excluding payload length). More...

#include "satellite-lora-phy-tx.h"

Public Attributes

double bandwidthHz = 125000
 Bandwidth in Hz. More...
 
double codingRate = 4.0 / 5
 Code rate. More...
 
bool crcEnabled = 1
 Whether Cyclic Redundancy Check is enabled. More...
 
bool headerDisabled = 0
 Whether to use implicit header mode. More...
 
bool lowDataRateOptimizationEnabled = 0
 Whether Low Data Rate Optimization is enabled. More...
 
uint32_t nPreamble = 8
 Number of preamble symbols. More...
 
uint8_t sf = 7
 Spreading Factor. More...
 

Detailed Description

Structure to collect all parameters that are used to compute the duration of a packet (excluding payload length).

Definition at line 35 of file satellite-lora-phy-tx.h.

Member Data Documentation

◆ bandwidthHz

◆ codingRate

◆ crcEnabled

bool ns3::LoraTxParameters::crcEnabled = 1

◆ headerDisabled

bool ns3::LoraTxParameters::headerDisabled = 0

◆ lowDataRateOptimizationEnabled

bool ns3::LoraTxParameters::lowDataRateOptimizationEnabled = 0

◆ nPreamble

◆ sf


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