A Discrete-Event Network Simulator
API
Public Attributes | List of all members
ns3::BandInfo Struct Reference

The building block of a SpectrumModel. More...

#include "spectrum-model.h"

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

Member Data Documentation

◆ fc

double ns3::BandInfo::fc

◆ fh

double ns3::BandInfo::fh

◆ fl

double ns3::BandInfo::fl

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