📄 readme
字号:
mapper======This is a PSK and QAM mapper module which allows both to map and to decideon the mappings made. It uses hard decisions, but a nice extension would beto make a module with a soft-output...slicer------ This is a hard-decision slicer that works on two tables, one for{1,2,3,4}-PSK, the other for {1,2,3,4}-QAM. It can either estimatethe amplitude itself, or it takes the calculated amplitude from achest-module.Inputs: SYMBOL_COMPLEXoutputs: U8Config: bits_per_symbol<int>: 2 The bits per symbol mafi_id<int>: -1 The id of the matched filter symbol_type<int>: 0 Which table to take: 0-PSK 1-QAMmapper------A simple mapper-class for demodulator and mapper. It supports different PSK and QAM symbolsInputs: U8outputs: SYMBOL_COMPLEXConfig: amplitude<int>: 32767 The amplitude of the symbols bits_per_symbol<int>: 2 The bits per symbol symbol_type<int>: 0 Which table to take: 0-PSK 1-QAM
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -