A Discrete-Event Network Simulator
API
spectrum-value.cc File Reference
#include <ns3/spectrum-value.h>
#include <ns3/math.h>
#include <ns3/log.h>
+ Include dependency graph for spectrum-value.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

double ns3::Integral (const SpectrumValue &arg)
 
SpectrumValue ns3::Log (const SpectrumValue &arg)
 
SpectrumValue ns3::Log10 (const SpectrumValue &arg)
 
SpectrumValue ns3::Log2 (const SpectrumValue &arg)
 
double ns3::Norm (const SpectrumValue &x)
 
SpectrumValue ns3::operator* (const SpectrumValue &lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator* (const SpectrumValue &lhs, double rhs)
 
SpectrumValue ns3::operator* (double lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator+ (const SpectrumValue &lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator+ (const SpectrumValue &lhs, double rhs)
 
SpectrumValue ns3::operator+ (double lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator+ (const SpectrumValue &rhs)
 
SpectrumValue ns3::operator- (const SpectrumValue &lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator- (const SpectrumValue &lhs, double rhs)
 
SpectrumValue ns3::operator- (double lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator- (const SpectrumValue &rhs)
 
SpectrumValue ns3::operator/ (const SpectrumValue &lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::operator/ (const SpectrumValue &lhs, double rhs)
 
SpectrumValue ns3::operator/ (double lhs, const SpectrumValue &rhs)
 
std::ostream & ns3::operator<< (std::ostream &os, const SpectrumValue &pvf)
 Output stream operator. More...
 
SpectrumValue ns3::Pow (double lhs, const SpectrumValue &rhs)
 
SpectrumValue ns3::Pow (const SpectrumValue &lhs, double rhs)
 
double ns3::Prod (const SpectrumValue &x)
 
double ns3::Sum (const SpectrumValue &x)