Agent skill · Testing & QA

matlab-generate-5g-waveform

Generate 3GPP-compliant 5G NR downlink and uplink baseband waveforms. Use to create NR signals, test model (TM) waveforms, fixed reference channels (FRC), test and measurement (T&M) signals, or test vectors for conformance testing. Covers configuring data, control, and broadcast channels and signals: PDSCH, PUSCH, PDCCH, PUCCH, SRS, SSBurst, CSI-RS, DM-RS, PT-RS, CORESET, and BWP parameters including bandwidth, subcarrier spacing (SCS), modulation (QPSK, QAM), numerology, FR1, FR2, TDD, FDD, and multi-bandwidth-part setups. Use for signal generation, RF instrument playback, or IQ baseband synt

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-generate-5g-waveform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Requires: >=R2024b
Path: skills-catalog/wireless-communications/matlab-generate-5g-waveform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Generate 5G NR Waveforms Generate standard-compliant 5G NR downlink and uplink waveforms for test and measurement, simulation, and verification using `nrWaveformGenerator`. ## When to Use - Generate a 5G, NR, or New Radio waveform - Create DL waveforms with PDSCH, PDCCH, SSBurst, CSI-RS - Create UL waveforms with PUSCH, PUCCH, SRS - Generate NR test model (TM) or fixed reference channel (FRC) waveforms - Configure waveform parameters: bandwidth, SCS, modulation, power levels - Create multi-bandwidth-part waveforms ## When NOT to Use - Channel modeling or propagation — use `nrCDLChannel`, `nrTDLChannel` - Receiver processing or decoding — use `nrPDSCHDecode`, `nrDLSCHDecoder` - Link-level simulation end-to-end ## API Choice | Need | API | Notes | |------|-----|-------| | Standard test model (TM) | `hNRReferenceWaveformGenerator` | Predefined 3GPP configs. See [test-models-and-frc.md](references/test-models-and-frc.md) | | Fixed reference channel (FRC) | `hNRReferenceWaveformGenerator` | DL and UL FRCs | | Custom DL waveform | `nrDLCarrierConfig` + `nrWaveformGenerator` | Full control over all DL channels | | Custom UL waveform | `nrULCarrierConfig` + `nrWaveformGenerator` | Full c

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. API Choice
  4. Workflow
  5. Custom DL or UL Waveform
  6. Test Model or FRC
  7. Key Functions
  8. Critical Rules
  9. NSizeGrid Must Match Channel Bandwidth
  10. BWP Must Fit Within SCS Carrier
  11. CORESET Must Fit Within BWP
  12. SSB Carrier Must Be at Least 20 RBs
  13. Point A Centering Constrains Multi-Carrier Layouts
  14. CSI-RS Must Not Conflict With Other Channels
Ships with 4 files
  • manifest.yaml
  • references/documentation-links.md
  • references/multi-bwp-guidance.md
  • references/test-models-and-frc.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-generate-5g-waveform skill do?

Generate 3GPP-compliant 5G NR downlink and uplink baseband waveforms. Use to create NR signals, test model (TM) waveforms, fixed reference channels (FRC), test and measurement (T&M) signals, or test vectors for conformance testing. Covers configuring data, control, and broadcast channels and signals: PDSCH, PUSCH, PDCCH, PUCCH, SRS, SSBurst, CSI-RS, DM-RS, PT-RS, CORESET, and BWP parameters including bandwidth, subcarrier spacing (SCS), modulation (QPSK, QAM), numerology, FR1, FR2, TDD, FDD, and multi-bandwidth-part setups. Use for signal generation, RF instrument playback, or IQ baseband synt

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-generate-5g-waveform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going