SkillAgentSearch skills...

Dspplot

DSP plots (impulse/frequency/phase response)

Install / Use

/learn @kfrlib/Dspplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DSPPlot

Matlab-style plots in python

  • Impulse response
  • Frequency response
  • Phase response
  • wvtool
  • Highly configurable

Installation

Windows: Install latest prebuilt numpy, scipy and matplotlib before installing dspplot

python setup.py install

Usage

Plotting Window functions

import dspplot

data = [] # create the data
dspplot.plot(
    data,
    freqresp=True,
    padwidth=1024,
    log_freq=False,
    horizontal=False,
    normalized_freq=True,
    title='Hamming window',
    # remove next line to show the plot interactively
    file='../svg/window_hamming.svg'
    )

License

MIT license

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Python

Security Score

90/100

Audited on Feb 28, 2026

No findings