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