![]() |
5G-LENA nr-v4.0
The 5G/NR module for the ns-3 simulator
|
FfConverter class. More...
#include "nr-common.h"
Static Public Member Functions | |
static uint16_t | double2fpS11dot3 (double val) |
static double | fpS11dot3toDouble (uint16_t val) |
static double | getMinFpS11dot3Value () |
FfConverter class.
Definition at line 114 of file nr-common.h.
|
static |
Convert from double to fixed point S11.3 notation
val | double value |
Definition at line 123 of file nr-common.cc.
|
static |
Convert from fixed point S11.3 notation to double
val | fixed point S11.3 value |
Definition at line 140 of file nr-common.cc.
|
static |
Get minimum fixed point S11.3 value
Definition at line 148 of file nr-common.cc.