-
Notifications
You must be signed in to change notification settings - Fork 0
Control Plane
Unlike the PDSCH data region, the control region prioritizes ultimate reliability over throughput.
The PCFICH dictates the size of the control region (CFI = 1, 2, or 3).
- We extract 16 REs (4 REGs) from Symbol 0 based on the Cell ID.
- We equalize them using CRS pilots.
- We perform a maximum likelihood correlation against the 3GPP (32, 2) block code dictionaries.
PDCCH is strictly QPSK and utilizes Alamouti Space-Frequency Block Coding (SFBC).
In src/mmse_equalizer_cpu.cpp (demap_pdcch_transmit_diversity_scalar), we bypass the expensive MMSE matrix inversion entirely.
Instead, we pair adjacent REs (
🗺️ Wiki Navigation: 🏠 Home (主页) | ⬆️ Back to Top (回到顶部)
🔗 Project Links: 💻 GitHub Repository | 🐛 Report an Issue | 🛡️ Security Policy
MMSE_CPP is a high-performance LTE PHY baseband engine optimized for AVX2 and CUDA. > Released under the open-source license. Contributions are welcome!