📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -