A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
two-ray-to-three-gpp-ch-calibration.FtrParams Class Reference

FtrParams class. More...

Public Member Functions

def __init__ (self)
 The initializer with default values.
 
def __init__ (self, float m, float sigma, float k, float delta)
 The initializer.
 
def __str__ (self)
 The initializer with default values.
 

Public Attributes

 delta
 Parameter delta [0, 1].
 
 k
 Parameter K.
 
 m
 Parameter m for the Gamma variable.
 
 sigma
 Parameter sigma.
 

Detailed Description

FtrParams class.

Definition at line 132 of file two-ray-to-three-gpp-ch-calibration.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def two-ray-to-three-gpp-ch-calibration.FtrParams.__init__ (   self,
float  m,
float  sigma,
float  k,
float  delta 
)

The initializer.

Parameters
selfthe object pointer
mParameter m for the Gamma variable. Used both as the shape and rate parameters.
sigmaParameter sigma. Used as the variance of the amplitudes of the normal diffuse components.
kParameter K. Expresses ratio between dominant specular components and diffuse components.
deltaParameter delta [0, 1]. Expresses how similar the amplitudes of the two dominant specular components are.

Definition at line 142 of file two-ray-to-three-gpp-ch-calibration.py.

◆ __init__() [2/2]

def two-ray-to-three-gpp-ch-calibration.FtrParams.__init__ (   self)

Member Function Documentation

◆ __str__()

def two-ray-to-three-gpp-ch-calibration.FtrParams.__str__ (   self)

The initializer with default values.

Parameters
selfthe object pointer
Returns
A string reporting the value of each of the FTR fading model parameters

Definition at line 166 of file two-ray-to-three-gpp-ch-calibration.py.

Member Data Documentation

◆ delta

two-ray-to-three-gpp-ch-calibration.FtrParams.delta

Parameter delta [0, 1].

Expresses how similar the amplitudes of the two dominant specular components are.

Definition at line 154 of file two-ray-to-three-gpp-ch-calibration.py.

Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().

◆ k

two-ray-to-three-gpp-ch-calibration.FtrParams.k

Parameter K.

Expresses ratio between dominant specular components and diffuse components.

Definition at line 153 of file two-ray-to-three-gpp-ch-calibration.py.

Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().

◆ m

two-ray-to-three-gpp-ch-calibration.FtrParams.m

Parameter m for the Gamma variable.

Used both as the shape and rate parameters.

Definition at line 151 of file two-ray-to-three-gpp-ch-calibration.py.

Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().

◆ sigma

two-ray-to-three-gpp-ch-calibration.FtrParams.sigma

Parameter sigma.

Used as the variance of the amplitudes of the normal diffuse components.

Definition at line 152 of file two-ray-to-three-gpp-ch-calibration.py.

Referenced by two-ray-to-three-gpp-ch-calibration.FtrParams.__init__().


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