readme

来自「This a framework to test new ideas in tr」· 代码 · 共 58 行

TXT
58
字号
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 + =
减小字号Ctrl + -
显示快捷键?