SigLyser

Installation

Requirements

Install from PyPI

pip install siglyser

Install from source

git clone https://github.com/siglyser/siglyser.git
cd siglyser
pip install .

Verify the installation

import siglyser
print(dir(siglyser))
# ['calc_3dfft', 'calc_fft', 'calc_rms_ampl', 'plot_3dfft']