readme

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

TXT
53
字号
ofdm==== A module to compute the Fast Fourier Transform and its inverse, thus enablingOFDM transmission. As the scaling of the output of a OFDM is difficult, thereis a manual scaling-factor that can be chosen by the programmer.ofdm_rcv-------- This module will receive the time domain samples and compute their FFT's@size_pot is the size of the input as a power of two.Inputs:	SYMBOL_COMPLEXoutputs:	SYMBOL_COMPLEXConfig:	mult<double>: 1		Some multiplicative factor, must be the same as in fft_send.		In fact it is more like a division factor, but well, I chose to		take the same name as in fft_send...	size_pot<int>: 8		The size of the fft will be 2 ^ size_potofdm_send--------- A module to compute the Fast Fourier Transform and its inverse, thus enablingOFDM transmission. As the scaling of the output of a OFDM is difficult, thereis a manual scaling-factor that can be chosen by the programmer.Inputs:	SYMBOL_COMPLEXoutputs:	SYMBOL_COMPLEXConfig:	mult<double>: 1		Some multiplicative factor. Should be the same as in fft_rcv	size_pot<int>: 8		The total size will be 2 ^ size_pot

⌨️ 快捷键说明

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