Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 566 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 566 Bytes

Time Series to Power Spectrum Analyzer

This is a simple web app that allows you to upload a time series data file and analyze its power spectrum.

Usage

  1. Run the app using streamlit run app.py
  2. Upload a time series data file
  3. Adjust the sampling rate in the sidebar
  4. View the power spectrum plot

Notes

  • The app supports CSV, JSON, binary, and plain text files.
  • The sampling rate is used to calculate the power spectrum.
  • The power spectrum is displayed as a line plot.

TODO

  • Test with different data types
  • Add more options in sidebar