readme

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

TXT
31
字号
block_complex-------------This module gives a general 2x2 MIMO block with definablechannel-matrix h and noise-variance sigma. Additionally to the size, a precision in bits can be given,too. This precision is used to cut off the transmitted signal,which simulates a perfect channel, but with some error due to theA/D converters.Inputs:	SYMBOL_COMPLEX[2]outputs:	SYMBOL_COMPLEX[2]Config:	double h[2][2]<complex>: identity		The channel matrix	double sigma[2]<complex>: 100 + 100j		The variance of the gaussian noise at the receiver	precision<int>: 12		The precision of the A/D converter	size<int>: 2560		The number of symbols of the block

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?