Loading...
Searching...
No Matches
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.
double codingRate = 4.0 / 5
 Code rate.
bool crcEnabled = 1
 Whether Cyclic Redundancy Check is enabled.
bool headerDisabled = 0
 Whether to use implicit header mode.
bool lowDataRateOptimizationEnabled = 0
 Whether Low Data Rate Optimization is enabled.
uint32_t nPreamble = 8
 Number of preamble symbols.
uint8_t sf = 7
 Spreading Factor.

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: