ns-3 PLC model
 All Classes Functions Variables Enumerations
Public Member Functions | Static Public Member Functions
ns3::PLC_ThreeCoreConcentricCable Class Reference

#include <plc-cable.h>

Inheritance diagram for ns3::PLC_ThreeCoreConcentricCable:
ns3::PLC_Cable ns3::PLC_AL3x95XLPE_Cable ns3::PLC_NYCY70SM35_Cable

List of all members.

Public Member Functions

virtual void Calculate ()=0
 PLC_ThreeCoreConcentricCable (double eps_r, double kappa, double r_a, double r_i, double tand, Ptr< const SpectrumModel > sm)
 PLC_ThreeCoreConcentricCable (PLC_FreqSelectiveRealValue eps_r, double kappa, double r_a, double r_i, PLC_FreqSelectiveRealValue tand, Ptr< const SpectrumModel > sm)
void Calculate (double eps_r, double kappa, double r_a, double r_i, double tand, Ptr< const SpectrumModel > sm)
void Calculate (PLC_FreqSelectiveRealValue eps_r, double kappa, double r_a, double r_i, PLC_FreqSelectiveRealValue tand, Ptr< const SpectrumModel > sm)

Static Public Member Functions

static TypeId GetTypeId (void)

Detailed Description

Coaxial model for the three core concentric cable from "Powerline Communications" by K. Dostert


Constructor & Destructor Documentation

ns3::PLC_ThreeCoreConcentricCable::PLC_ThreeCoreConcentricCable ( double  eps_r,
double  kappa,
double  r_a,
double  r_i,
double  tand,
Ptr< const SpectrumModel >  sm 
)
Parameters:
eps_rdielectric constant
kappaspecific conductivity
r_aCable radius
r_iConductor sector radius
tandTangents loss angle
smSpectrum model

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations