readme
来自「This a framework to test new ideas in tr」· 代码 · 共 61 行
TXT
61 行
snr=== A module to test independently the SNR of the received slot. This is tocompare against the SNR calculated by the matchde_filter. The sending andreveiving module both need an input of the same random-bytes. SNR - measure the signal to noise ratio of a transmitted slot. In order to do this, we send a slot of known random data thatis measured on the other side.snr_rcv-------This module receives the stream from the matched filterand the stream of random-signals that are supposed to bethe same that have been used by the snr_send. It thencalculates the amplitude, the variance and the snr.Inputs: SYMBOL_COMPLEX U8Config: type<int>: 0 The QPSK-type, 0->in the corner, 1->on the axesStats: amp<int>: The calculated amplitude snr<double>: The calculated SNR, in dB var<int>: The calculated variancesnr_send--------This module expects some random input that is then modulatedusing QPSK modulation so that the noise can be mesured.Inputs: U8outputs: SYMBOL_COMPLEXConfig: amplitude<int>: 32767 The amplitude of the generated QPSK-signal type<int>: 0 The QPSK-type, 0->in the corner, 1->on the axes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?