Holds PDP Tap information (amplitude and delay) More...
#include "uan-prop-model.h"
Public Member Functions | |
Tap () | |
Default constructor. More... | |
Tap (Time delay, std::complex< double > amp) | |
Constructor. More... | |
std::complex< double > | GetAmp () const |
Get the complex amplitude of arrival. More... | |
Time | GetDelay () const |
Get the delay time, usually from first arrival of signal. More... | |
Private Attributes | |
std::complex< double > | m_amplitude |
The amplitude. More... | |
Time | m_delay |
The time delay. More... | |
Holds PDP Tap information (amplitude and delay)
Definition at line 41 of file uan-prop-model.h.
ns3::Tap::Tap | ( | ) |
Default constructor.
Creates Tap with delay=0, amp=0
Definition at line 80 of file uan-prop-model.cc.
ns3::Tap::Tap | ( | Time | delay, |
std::complex< double > | amp | ||
) |
Constructor.
delay | Time delay (usually from first arrival) of signal |
amp | Complex amplitude of arrival |
Definition at line 86 of file uan-prop-model.cc.
std::complex< double > ns3::Tap::GetAmp | ( | ) | const |
Get the complex amplitude of arrival.
Definition at line 93 of file uan-prop-model.cc.
References m_amplitude.
Time ns3::Tap::GetDelay | ( | ) | const |
Get the delay time, usually from first arrival of signal.
Definition at line 99 of file uan-prop-model.cc.
References m_delay.
Referenced by ns3::UanPhyCalcSinrFhFsk::CalcSinrDb().
|
private |
|
private |