This is a simple web app that allows you to upload a time series data file and analyze its power spectrum.
- Run the app using
streamlit run app.py
- Upload a time series data file
- Adjust the sampling rate in the sidebar
- View the power spectrum plot
- 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.
- Test with different data types
- Add more options in sidebar