A structure that holds the parameters for the ComputeSnr function. More...
Public Attributes | |
double | noiseFigure |
the noise figure in dB More... | |
Ptr< PhasedArrayModel > | rxAntenna |
the rx antenna array More... | |
Ptr< MobilityModel > | rxMob |
the rx mobility model More... | |
Ptr< PhasedArrayModel > | txAntenna |
the tx antenna array More... | |
Ptr< MobilityModel > | txMob |
the tx mobility model More... | |
Ptr< SpectrumSignalParameters > | txParams |
the params of the tx signal More... | |
double | txPow |
the tx power in dBm More... | |
A structure that holds the parameters for the ComputeSnr function.
In this way the problem with the limited number of parameters of method Schedule is avoided.
Definition at line 65 of file three-gpp-v2v-channel-example.cc.
double ComputeSnrParams::noiseFigure |
the noise figure in dB
Definition at line 70 of file three-gpp-v2v-channel-example.cc.
Ptr< PhasedArrayModel > ComputeSnrParams::rxAntenna |
the rx antenna array
Definition at line 72 of file three-gpp-v2v-channel-example.cc.
Ptr< MobilityModel > ComputeSnrParams::rxMob |
the rx mobility model
Definition at line 68 of file three-gpp-v2v-channel-example.cc.
Ptr< PhasedArrayModel > ComputeSnrParams::txAntenna |
the tx antenna array
Definition at line 71 of file three-gpp-v2v-channel-example.cc.
Ptr< MobilityModel > ComputeSnrParams::txMob |
the tx mobility model
Definition at line 67 of file three-gpp-v2v-channel-example.cc.
Ptr<SpectrumSignalParameters> ComputeSnrParams::txParams |
the params of the tx signal
Definition at line 69 of file three-gpp-v2v-channel-example.cc.
double ComputeSnrParams::txPow |
the tx power in dBm
Definition at line 65 of file three-gpp-channel-example.cc.