sonalranjit / LSSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 62.5%Language:Python 37.5%