An open API service indexing awesome lists of open source software.

https://github.com/jpcima/gnuplot-dsp

A set of gnuplot functions which help in digital signal processing
https://github.com/jpcima/gnuplot-dsp

Last synced: 4 months ago
JSON representation

A set of gnuplot functions which help in digital signal processing

Awesome Lists containing this project

README

          

# gnuplot-dsp
A set of gnuplot functions which help in digital signal processing

- utility functions
- window functions
- periodic waveforms

By convention the window functions are defined in the domain [0,1].

Copy **dsp.gp** somewhere in your home directory and load it in **.gnuplot**:

load "~/.gnuplot.d/dsp.gp"