Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 570 Bytes

File metadata and controls

35 lines (21 loc) · 570 Bytes

LSSA

Brief intro to Least Square Spectral Analysis. An alternative to Fast Fourier Transforms.

Getting started

This project uses python3, virtualenv and jupyter notebooks.

Clone this repo

git clone git@github.com:sonalranjit/LSSA.git

virtualenv Install virtualenv if it is not installed already, if you have python3 it comes installed.

virtualenv venv

# Once the virtualenv is created install the requirements.
pip install -r requirements.txt

Jupyter Notebook

Start Jupyter Notebook

jupyter notebook