Skip to content

A utility that lets you graphically select and remove parts of a time-series data (csv). It can then show you the new FFT curves and the original FFT curves for your comparision.

Notifications You must be signed in to change notification settings

darrylad/remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Remover

Go to the project root directory in Terminal and run:

Setup Python venv

# Create a virtual environment:
python -m venv .venv

# Activate the virtual environment:
source .venv/bin/activate   # On Windows use `.venv\Scripts\activate`

Get Requirements

pip install -r requirements.txt

This will install the required packages into your virtual environment.

Run

python main.py <PATH_TO_YOUR_CSV_FILE>

Replace <PATH_TO_YOUR_CSV_FILE> with the path to your CSV file containing the data you want to open.

Your source file will not be modified. Output will be saved to the outputs folder in the project root directory.

Deactivate venv

# When done, deactivate the virtual environment:
deactivate

Screenshots

Selection on time-series plot Welch Fourier Transform plot after removal Welch Fourier Transform plot before removal Welch Fourier Transform logarithmic plot

About

A utility that lets you graphically select and remove parts of a time-series data (csv). It can then show you the new FFT curves and the original FFT curves for your comparision.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages