📄 readme
字号:
spread======Spreading is a simple repetition-code that is used either in a multi-user scenario or for simple coding.despread--------This is the despreader, taking the input-signal and doing aninternal convolution.Inputs: SYMBOL_COMPLEXoutputs: SYMBOL_COMPLEXConfig: factor[MAX_OUTPUTS]<int>: 8 The factor is the spreading-sequence length sequence[MAX_OUTPUTS]<int>: 0x0f Each bit is one spreading-symbol. 0 is -1, 1 is 1...Stats: snr<double>: The snr of output 0 after despreadingspread------This module spreads every input-symbol by a config->factor. It doesthis according to the config->sequence, which defines thespreading-sequence. So, if config->sequence is 0x55, the spreading-sequence is -1 +1 -1 +1 -1 +1 -1 +1Inputs: SYMBOL_COMPLEXoutputs: SYMBOL_COMPLEXConfig: factor<int>: 8 The factor is the spreading-sequence length sequence<int>: 0x0f Each bit is one spreading-symbol. 0 is -1, 1 is 1...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -