⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 软件无线电的平台
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -