📄 readme
字号:
ldpc_sse2=========This is the optimised version of the message-passing LDPC-decoder.SSE2 has been used to speed up the message-passing.ldpc_decode_sse2----------------This is the optimised part of the LDPC - the decoder. It uses quitea sophisticated scheme to get all out of the SSE2-extension.Nevertheless, it still takes too long for a real-time, 5MHz bandwithQPSK decoding...Inputs: SYMBOL_COMPLEXoutputs: U8Config: channel_param<double>: 0.07 either 'p' for a BSC channel or 'a/variance' for a AWGN channel_type<int>: 1 The type of the channel: 1:BSC 2:AWGN iterations<int>: 30 Number of iterations ldpc_code_id<int>: 1 The index of the ldpc-code. For the moment, three codes are implemented: 1 - rate .25, size 4000 2 - rate .5, size 3992 3 - rate .75, size 3992 mafi<int>: -1 Define the matched filter to calculate the correct a/variance. If this is defined, channel_param won't be used.Stats: snr<double>: The calculated SNRldpc_encode_sse2----------------The encoder-part of the LDPC coder. This is not optimised.Inputs: U8outputs: U8Config: ldpc_code_id<int>: 1 The index of the ldpc-code. For the moment, three codes are implemented: 1 - rate .25, size 4000 2 - rate .5, size 3992 3 - rate .75, size 3992
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -