⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 软件无线电的平台
💻
字号:
ldpc_2fold========== LDPC codes are Low Density Parity Check codes used in favor ofconvolutional codes. Usually they are calculated on a SISO channel.This module tries to enhance the case for a 2x2 MIMO channel. Thetheory has been written down by Nicolae Chiurtu.ldpc_decode_2fold-----------------LDPC-decoder using the 2fold-techinque to decode a stream coming from aMIMO environment.Inputs:	SYMBOL_COMPLEX[2]outputs:	U8Config:	chest1<int>: -1		Block-id of the ChEst1 block. This will provide variance and h11 and h12.	chest2<int>: -1		Block-id of the ChEst2 block. This will provide variance and h21 and h22.	iterations<int>: 30		The total iteration-number. For each iteration, iterations_left		followed by iterations_right are done.	iterations_left<int>: 1		How many iterations to the left are done per total iteration	iterations_right<int>: 1		How many iterations to the right are done per total iteration	ldpc_code_id<int>: 1		The number of 		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 3992Stats:	snr<double>:		The calculated SNR in case of a AWGN channelldpc_encode_2fold----------------- Encodes a slot. Needs to have a modulator-module with a QPSKmodulation.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 + -