Go to the source code of this file.
Some flags to define several modes for modulation. | |
enum | diff_type { ABS, DIFF, SEQDIFF } |
flag for differential modulation More... | |
enum | detect_type { DD, QC, EAD } |
Detection scheme for differential modulation. More... | |
enum | metric_type { IDEAL_METRIC, SIMPL1_METRIC, SIMPL2_METRIC, AWGN_METRIC, STANDARD, STANDARD_MIN, KARSTEN } |
Metric calculation methods for differential modulation. More... | |
detect_type | string_to_detect_type (const std::string &s) |
|
Detection scheme for differential modulation.
|
|
flag for differential modulation
|
|
Metric calculation methods for differential modulation.
|
|
Convert strings into the detect_type |