5G-NR Numerlogy Understanding Using MATLAB Simulation
Why It Matters
Understanding numerology visually helps engineers optimize 5G slot configurations, ensuring efficient spectrum use and faster rollout of diverse services.
Key Takeaways
- •MATLAB animation visualizes 5G NR numerology across μ values.
- •Subcarrier spacing ranges from 15 kHz to 240 kHz across numerologies.
- •Higher μ yields more slots per subframe and higher data rates.
- •Frame structure shows 10 ms radio frame with varying slot counts.
- •Different μ support both FR1 (sub‑6 GHz) and FR2 (mmWave) bands.
Summary
The video walks through a MATLAB script that animates the 5G‑NR numerology, illustrating how the parameter μ (0‑4) determines subcarrier spacing and slot configuration. By defining an animate5GNRframeMu function, the code visualizes the transition from 15 kHz up to 240 kHz spacing, covering both sub‑6 GHz (FR1) and millimeter‑wave (FR2) frequency ranges.
Key data points include: μ = 0 yields 15 kHz spacing with one slot per subframe and ten slots per 10 ms radio frame; μ = 1 doubles the spacing to 30 kHz, giving two slots per subframe and twenty slots per frame; μ = 2 uses 60 kHz spacing, four slots per subframe and forty slots per frame; μ = 3 employs 120 kHz spacing, eight slots per subframe and eighty slots per frame. The script computes slots per subframe as 2^μ and slots per frame as 10 × 2^μ.
The presenter highlights practical use‑case mappings: 15 kHz for wide‑area, low‑band coverage; 30 kHz for mid‑band mobile broadband; 60 kHz for high‑data‑rate urban scenarios; 120 kHz (and 240 kHz) for ultra‑low‑latency, millimeter‑wave deployments. The animation displays frame structures for each numerology, reinforcing how slot density scales with subcarrier spacing.
For engineers and network planners, this visual tool clarifies trade‑offs between latency, throughput, and coverage, accelerating design decisions for 5G deployments across diverse spectrum bands.
Comments
Want to join the conversation?
Loading comments...