A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::BandInfo Struct Reference

#include <spectrum-model.h>

Public Attributes

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

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 45 of file spectrum-model.h.


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