readme

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

TXT
28
字号
block-----After the modules work with a very simple chain, it is nice to have anext step before using the channel-simulator. The 'block' goes between'rrc' and 'matched_filter' and simulates a perfect channel with theappropriate attenuation. A future todo could be to add some noise. As most of the normal chains don't set the IO-size, you can do sousing the 'size'-configInputs:	SAMPLE_S12outputs:	SAMPLE_S12Config:	noise_amplitude<int>: 0		sets the amplitude of the white noise.	sigma<double>: 100		sets the variance of the gaussian noise.	size<int>: 2560		sets the size in samples.

⌨️ 快捷键说明

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