5g-ofdm-simulation/ ├── src/ │ ├── modulation.py # QPSK / 16QAM / 64QAM Gray-coded mapper │ ├── channel.py # AWGN + 3GPP TDL-A multipath │ └── ofdm_transceiver.py # OFDM modulator, demodulator, ZF ...