EX

excitation-signal-design

Creates step tests and excitation signals for system identification in control engineering.

Install

mkdir -p .claude/skills/excitation-signal-design && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3252" && unzip -o skill.zip -d .claude/skills/excitation-signal-design && rm skill.zip

Installs to .claude/skills/excitation-signal-design

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Design effective excitation signals (step tests) for system identification and parameter estimation in control systems.
119 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Design step response tests
  • Calculate process gain and time constant
  • Select optimal sample rates
  • Collect time-series input-output data

How it works

The skill guides the user through applying a step input to a stable system and recording the transient response over several time constants. It uses the resulting exponential curve to estimate system parameters like gain and time constant.

Inputs & outputs

You give it
System step input value
You get back
Time-series data containing time, input, and output measurements

When to use excitation-signal-design

  • Designing step response tests
  • System parameter estimation
  • Control system verification

About this skill

Excitation Signal Design for System Identification

Overview

When identifying the dynamics of an unknown system, you must excite the system with a known input and observe its response. This skill describes how to design effective excitation signals for parameter estimation.

Step Test Method

The simplest excitation signal for first-order systems is a step test:

  1. Start at steady state: Ensure the system is stable at a known operating point
  2. Apply a step input: Change the input from zero to a constant value
  3. Hold for sufficient duration: Wait long enough to observe the full response
  4. Record the response: Capture input and output data at regular intervals

Duration Guidelines

The test should run long enough to capture the system dynamics:

  • Minimum: At least 2-3 time constants to see the response shape
  • Recommended: 3-5 time constants for accurate parameter estimation
  • Rule of thumb: If the output appears to have settled, you've collected enough data

Sample Rate Selection

Choose a sample rate that captures the transient behavior:

  • Too slow: Miss important dynamics during the rise phase
  • Too fast: Excessive data without added information
  • Good practice: At least 10-20 samples per time constant

Data Collection

During the step test, record:

  • Time (from start of test)
  • Output measurement (with sensor noise)
  • Input command
# Example data collection pattern
data = []
for step in range(num_steps):
    result = system.step(input_value)
    data.append({
        "time": result["time"],
        "output": result["output"],
        "input": result["input"]
    })

Expected Response Shape

For a first-order system, the step response follows an exponential curve:

  • Initial: Output at starting value
  • Rising: Exponential approach toward new steady state
  • Final: Asymptotically approaches steady-state value

The response follows: y(t) = y_initial + K*u*(1 - exp(-t/tau))

Where K is the process gain and tau is the time constant.

Tips

  • Sufficient duration: Cutting the test short means incomplete data for fitting
  • Moderate input: Use an input level that produces a measurable response without saturating
  • Noise is normal: Real sensors have measurement noise; don't over-smooth the data
  • One good test: A single well-executed step test often provides sufficient data

When not to use it

  • Systems with non-linear dynamics
  • Systems requiring complex multi-frequency excitation

Limitations

  • Limited to first-order system identification
  • Requires steady-state stability before testing

How it compares

Unlike manual data collection, this skill provides specific duration and sampling rate guidelines to ensure the captured response is sufficient for accurate parameter estimation.

Compared to similar skills

excitation-signal-design side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
excitation-signal-design (this skill)16moNo flagsIntermediate
quant-analyst1032moNo flagsAdvanced
stock-analyzer712moReviewBeginner
xlsx876moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

quant-analyst

zenobi-us

Expert quantitative analyst specializing in financial modeling, algorithmic trading, and risk analytics. Masters statistical methods, derivatives pricing, and high-frequency trading with focus on mathematical rigor, performance optimization, and profitable strategy development.

103355

stock-analyzer

FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

71214

xlsx

anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

87191

google-analytics

davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

43193

market-sizing-analysis

wshobson

This skill should be used when the user asks to "calculate TAM", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or requests market sizing analysis for a startup or business opportunity.

73142

data-engineering

pluginagentmarketplace

ETL pipelines, Apache Spark, data warehousing, and big data processing. Use for building data pipelines, processing large datasets, or data infrastructure.

13192

Search skills

Search the agent skills registry