Agent skill · Data & Analytics

matlab-analyze-ams-waveform

Analyze AMS waveform data using Mixed-Signal Blockset utilities: phase noise measurement, clock jitter, anti-aliased resampling, timing measurements, lock time, INL/DNL, ADC/DAC calibration, HSpice import. Use when analyzing time-domain voltage from PLL/VCO/clock simulations, measuring phase noise from variable-step solver output, computing jitter, or resampling non-uniform data.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/rf-and-mixed-signal/matlab-analyze-ams-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

# Analyze AMS Waveforms — Mixed-Signal Blockset Utilities Analyze waveform data using `msblksutilities` functions from the Mixed-Signal Blockset. Covers timing, phase noise, jitter, lock time, resampling, INL/DNL, ADC/DAC calibration, and HSpice data import. ## When to Use - Measuring phase noise from time-domain VCO/PLL simulation output - Computing period jitter or cycle-to-cycle jitter from clock signals - Resampling non-uniform (variable-step solver) data to a uniform grid - Measuring rise/fall time, duty cycle from digital waveforms - Computing INL/DNL for ADC/DAC characterization - Importing HSpice simulation results (.tr0, .ac0, .sw0) - Converting a phase noise profile to integrated RMS jitter ## When NOT to Use - Spectral analysis with Signal Processing Toolbox (FFT, PSD, spectrogram) — use SPT directly - Signal quality metrics (SNR, SINAD, THD, SFDR) — use SPT functions (`snr`, `thd`, `sfdr`, `sinad`) directly - Filtering or envelope detection — use Signal Processing Toolbox directly - Uniformly-sampled data that doesn't need anti-aliased resampling --- ## Workflow Directive: Phase Noise Parameter Gathering When the user asks to measure phase noise from waveform data, **as

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow Directive: Phase Noise Parameter Gathering
  4. Phase 1: Ingest Waveform Data
  5. 1.1 Determine Data Source
  6. 1.2 Basic Waveform Summary
  7. 1.3 MSB Analysis Menu
  8. Phase 2: Execute Analysis
  9. 2.1 Timing Measurements
  10. 2.2 Phase Noise Measurement
  11. 2.3 Jitter Measurements
  12. 2.4 Lock Time Measurement
  13. 2.5 Resampling
  14. 2.6 INL/DNL Measurement
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-analyze-ams-waveform skill do?

Analyze AMS waveform data using Mixed-Signal Blockset utilities: phase noise measurement, clock jitter, anti-aliased resampling, timing measurements, lock time, INL/DNL, ADC/DAC calibration, HSpice import. Use when analyzing time-domain voltage from PLL/VCO/clock simulations, measuring phase noise from variable-step solver output, computing jitter, or resampling non-uniform data.

How do I install it?

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