A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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
 
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 52 of file spectrum-model.h.

Member Data Documentation

◆ fc

◆ fh

◆ fl


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