| 715 | | const short BPSK_LEVEL(10000); ///< BPSK amplitude (RMS=10000) |
| 716 | | |
| 717 | | const short QPSK_LEVEL(7071); ///< QPSK amplitude (RMS=10000) |
| 718 | | |
| 719 | | const short PSK8_LEVEL_1(7071); ///< Low 8-PSK amplitude (RMS=10000) |
| 720 | | const short PSK8_LEVEL_2(10000); ///< High 8-PSK amplitude (RMS=10000) |
| 721 | | |
| 722 | | const short QAM16_LEVEL_1(3162); ///< Low 16-QAM amplitude (RMS=10000) |
| 723 | | const short QAM16_LEVEL_2(9487); ///< High 16-QAM amplitude (RMS=10000) |
| 724 | | |
| 725 | | const short PAM4_LEVEL_1(4472); ///< Low 4-PAM amplitude (RMS=10000) |
| 726 | | const short PAM4_LEVEL_2(13416); ///< High 4-PAM amplitude (RMS=10000) |
| | 715 | #define BPSK_LEVEL 10000 ///< BPSK amplitude (RMS=10000) |
| | 716 | |
| | 717 | #define QPSK_LEVEL 7071 ///< QPSK amplitude (RMS=10000) |
| | 718 | |
| | 719 | #define PSK8_LEVEL_1 7071 ///< Low 8-PSK amplitude (RMS=10000) |
| | 720 | #define PSK8_LEVEL_2 10000 ///< High 8-PSK amplitude (RMS=10000) |
| | 721 | |
| | 722 | #define QAM16_LEVEL_1 3162 ///< Low 16-QAM amplitude (RMS=10000) |
| | 723 | #define QAM16_LEVEL_2 9487 ///< High 16-QAM amplitude (RMS=10000) |
| | 724 | |
| | 725 | #define PAM4_LEVEL_1 4472 ///< Low 4-PAM amplitude (RMS=10000) |
| | 726 | #define PAM4_LEVEL_2 13416 ///< High 4-PAM amplitude (RMS=10000) |