Skip to content

kfrlib/dspplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

DSP plots (impulse/frequency/phase response)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages