readme

来自「软件无线电的平台」· 代码 · 共 39 行

TXT
39
字号
block_mimo----------This block simulates the channel interface between two transmittingantennas with two receivers. This block also adds noise.The block implements the following, y = Hx + nwhere, 'y = [y1 y2]' ' is the received vector or the output of this module. 'H = [a11 a12;       a21 a22]  is the channel matrix. 'x = [x1 x2]' ' is the transmit vector or the input of this module. 'n = [n1 n2]' ' is the AWGN. n1,n2 are independent.Inputs:	SAMPLE_S12[2]outputs:	SAMPLE_S12[2]Config:	a[2][2]<double>: [ 1 .25 ; .25 1 ]		Channel Transmission Coefficients	noise_amplitude<int>: 0		amplitude of the white noise	sigma<double>: 100		variance of the gaussian noise	size<int>: 2560 * 4		The size in samples

⌨️ 快捷键说明

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