Agent skill · Backend & API

matlab-generate-ble-waveform

Generate Bluetooth Low Energy (BLE) PHY waveforms. Read BEFORE writing any BLE waveform code to avoid hallucinating API patterns. Covers bleWaveformGenerator, bleIdealReceiver, bleCTEIQSample, bleAngleEstimate, bluetoothTestWaveform for LE1M/LE2M/LE500K/LE125K. Bluetooth Toolbox R2022a+.

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

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

Facts
Files in the skill folder: 12
SKILL.md size: 18 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Requires: >=R2022a
Path: skills-catalog/wireless-communications/matlab-generate-ble-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

# BLE Waveform Generation ## Routing | Intent | Cues | Pattern | |--------|------|---------| | Basic generation | "generate", "waveform" | Single-Mode | | Compare modes | "compare", "all modes" | All-Mode | | Direction finding | "CTE", "AoA", "AoD" | CTE | | RF-PHY compliance | "compliance", "RF-PHY" | RF-PHY Test | | Coexistence | "WLAN", "interference" | WLAN Coexistence | | TX measurements | "PAPR", "OBW", "power" | TX Measurements | | Localization | "RSSI", "beacon", "distance" | RSSI Localization | | BER/receiver | "BER", "noise", "sensitivity" | BER Simulation | | Multi-packet | "burst", "IFS" | Multi-Packet | | Spectrum | "spectrum", "spectral mask" | Spectral Analysis | | Whitening | "whitening", "scrambling" | Whitening Comparison | | Impairments | "CFO", "practical", "realistic" | End-to-End | Default (ambiguous request): LE1M, 37-byte payload, channel 37. ## When To Use Use this skill when the user asks to generate, simulate, or analyze BLE PHY-layer waveforms — including mode comparisons, CTE/direction finding, RF-PHY compliance testing, BER simulations, TX measurements, WLAN coexistence, or RSSI localization. Applies to any task involving `bleWaveformGenerator`, `bleId

What's inside
Steps it walks through
  1. Routing
  2. When To Use
  3. When Not To Use
  4. PHY Modes
  5. References
  6. Parameters (bleWaveformGenerator)
  7. Core Recipe
  8. Patterns
  9. All-Mode Comparison
  10. Multi-Packet Burst (TIFS = 150 us)
  11. Round-Trip Decode
  12. Data Channel + Custom Access Address
  13. CTE Generation
  14. CTE Full Pipeline (Tx → Rx → Angle)
Ships with 11 files
  • manifest.yaml
  • references/cte-direction-finding.md
  • references/data-whitening.md
  • references/direction-finding.md
  • references/functionalAPI.md
  • references/phy-modes-and-timing.md
  • references/practical-receiver-simulation.md
  • references/rfphy-compliance-testing.md
  • references/rssi-localization.md
  • references/transmitter-measurements.md
  • references/wlan-coexistence.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-generate-ble-waveform skill do?

Generate Bluetooth Low Energy (BLE) PHY waveforms. Read BEFORE writing any BLE waveform code to avoid hallucinating API patterns. Covers bleWaveformGenerator, bleIdealReceiver, bleCTEIQSample, bleAngleEstimate, bluetoothTestWaveform for LE1M/LE2M/LE500K/LE125K. Bluetooth Toolbox R2022a+.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-generate-ble-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