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

FtrParams class. More...

+ Collaboration diagram for two-ray-to-three-gpp-ch-calibration.FtrParams:

Public Member Functions

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

Public Attributes

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

Detailed Description

FtrParams class.

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

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 132 of file two-ray-to-three-gpp-ch-calibration.py.

◆ __init__() [2/2]

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

The initializer with default values.

Parameters
selfthe object pointer

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

References delta, k, m, and sigma.

Member Function Documentation

◆ __str__()

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 156 of file two-ray-to-three-gpp-ch-calibration.py.

Member Data Documentation

◆ delta

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

Parameter delta [0, 1].

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

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

Referenced by __init__().

◆ k

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

Parameter K.

Expresses ratio between dominant specular components and diffuse components.

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

Referenced by __init__().

◆ m

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

Parameter m for the Gamma variable.

Used both as the shape and rate parameters.

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

Referenced by __init__().

◆ sigma

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

Parameter sigma.

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

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

Referenced by __init__().


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