Metadata-Version: 2.4
Name: dspkit
Version: 1.5.1
Summary: DFT/IDFT, windowing, RMS, autocorrelation and convolution (no numpy).
Author: Lena Fischer, Hugo Marchetti
License: MIT
License-File: LICENSE
Keywords: processing,signal
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

dspkit
======

DFT/IDFT, windowing, RMS, autocorrelation and convolution (no numpy).

Usage::

    import dspkit
    print(round(abs(dspkit.dft([1,0,0,0])[2]),6))
