readme

来自「This a framework to test new ideas in tr」· 代码 · 共 49 行

TXT
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?