📄 readme
字号:
rrc=== This is a pulse-shaper, using a root-raised cosine with roll-off factor0.22. At the same time it converts the complex-signal to a real signaland upsamples by a factor of 2. So one complex signal is converted into4 samples. The main application is to prepare the signal for the STM-cards whichtake a real, pass-band signal.rrc_rcv------- Does the inverse of the rrc_send, that is, applies the rrc, and downsamplesby a factor of 2.Inputs: SAMPLE_S12outputs: SYMBOL_COMPLEXConfig: delay<int>: 0 How many samples delayedStats: modulo<int>: How many samples we missedrrc---short makes the root-raised-cosine with roll-off 0.22Is more or less a copy-paste from the ancient software-radio.Highly-optimized convolution and upsampling of 4 in one.Inputs: SYMBOL_COMPLEXoutputs: SAMPLE_S12
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -