A Discrete-Event Network Simulator
qkdnetsim_etsi_014 @ (+)
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ns3::BandInfo Struct Reference

The building block of a SpectrumModel. More...

#include "spectrum-model.h"

+ Collaboration diagram for ns3::BandInfo:

Public Attributes

double fc
 center frequency More...
 
double fh
 upper limit of subband More...
 
double fl
 lower limit of subband More...
 

Detailed Description

The building block of a SpectrumModel.

This struct models a frequency band defined by the frequency interval [fl, fc] and with center frequency fc. Typically, the center frequency will be used for stuff such as propagation modeling, while the interval boundaries will be used for bandwidth calculation and for conversion between different SpectrumRepresentations.

Definition at line 50 of file spectrum-model.h.

Member Data Documentation

◆ fc

◆ fh

◆ fl


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