Agent skill · Design & Presentation

matlab-design-adaptive-filter

Design and implement adaptive filters using DSP System Toolbox System objects. Use when working with adaptive filtering, system identification, noise cancellation, echo cancellation, active noise control (ANC), channel equalization, inverse system identification, or adaptive prediction. Covers dsp.LMSFilter, dsp.RLSFilter, dsp.FilteredXLMSFilter, dsp.FrequencyDomainAdaptiveFilter, dsp.AffineProjectionFilter, dsp.BlockLMSFilter, dsp.AdaptiveLatticeFilter, dsp.FastTransversalFilter, maxstep(), and algorithm selection for adaptive filtering problems. Replaces deprecated adaptfilt.* objects (remov

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-design-adaptive-filter --agent claude-code

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

Facts
Files in the skill folder: 10
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Requires: >=R2024b
Path: skills-catalog/signal-processing/matlab-design-adaptive-filter/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

# Adaptive Filtering Implementation guideline — Use DSP System Toolbox System objects to implement adaptive filters. Do not implement manual weight-update loops. ## When to Use - System identification — Model unknown FIR or IIR systems online - Noise or interference cancellation — Recover signals from noise-corrupted measurement - Echo cancellation — Suppress acoustic or line echo - Active noise control — Feedforward ANC with secondary path - Inverse system identification — Equalization and deconvolution - Adaptive prediction — Linear prediction and speech coding - Algorithm evaluation — Compare adaptive filter algorithm performance - Migrating from deprecated `adaptfilt.*` objects — Replaced by `dsp.*Filter` System objects (removed in R2020a) - Any task involving `dsp.LMSFilter`, `dsp.RLSFilter`, `dsp.FilteredXLMSFilter`, `dsp.FrequencyDomainAdaptiveFilter`, `dsp.AffineProjectionFilter`, or `maxstep()` ## When NOT to Use - Static (non-adaptive) FIR/IIR filter design — Use `matlab-design-digital-filter` - Kalman filtering or state estimation — Use Control System Toolbox - Deep learning-based denoising — Use Deep Learning Toolbox - Simulink adaptive filter blocks — Use when working

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow
  4. 1. Analyze the Problem
  5. 2. Select Object and Method
  6. 3. Configure
  7. 4. Run in Streaming Loop
  8. 5. Verify Convergence and Extract Weights
  9. Key Functions
  10. Patterns
  11. System Identification
  12. Active Noise Control (Two-Stage)
  13. Low-Latency Long Filter (Partitioned FDAF)
  14. Freeze Adaptation (Stop Learning, Keep Filtering)
Ships with 9 files
  • manifest.yaml
  • references/fdaf-filter.md
  • references/fxlms-filter.md
  • references/lms-filter.md
  • references/maxstep-reference.md
  • references/object-selection.md
  • references/other-filters.md
  • references/rls-filter.md
  • references/weight-extraction.md
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-design-adaptive-filter skill do?

Design and implement adaptive filters using DSP System Toolbox System objects. Use when working with adaptive filtering, system identification, noise cancellation, echo cancellation, active noise control (ANC), channel equalization, inverse system identification, or adaptive prediction. Covers dsp.LMSFilter, dsp.RLSFilter, dsp.FilteredXLMSFilter, dsp.FrequencyDomainAdaptiveFilter, dsp.AffineProjectionFilter, dsp.BlockLMSFilter, dsp.AdaptiveLatticeFilter, dsp.FastTransversalFilter, maxstep(), and algorithm selection for adaptive filtering problems. Replaces deprecated adaptfilt.* objects (remov

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-design-adaptive-filter --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