https://github.com/armandfs/cwt_signalprocessing
This repository was a final project on my biomedical engineering course "Non-Stationary Signal Analysis" Where I was given data for a PCG signal, and had to do all sorts of stuff with it, such as applying a Discrete Fourier Transform (DFT), a Continuous Wavelet Transform (CWT), the Shannon Envelope, and some Thresholding.
https://github.com/armandfs/cwt_signalprocessing
Last synced: about 1 year ago
JSON representation
This repository was a final project on my biomedical engineering course "Non-Stationary Signal Analysis" Where I was given data for a PCG signal, and had to do all sorts of stuff with it, such as applying a Discrete Fourier Transform (DFT), a Continuous Wavelet Transform (CWT), the Shannon Envelope, and some Thresholding.
- Host: GitHub
- URL: https://github.com/armandfs/cwt_signalprocessing
- Owner: ArmandFS
- License: gpl-3.0
- Created: 2023-10-21T12:40:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:47:24.000Z (over 2 years ago)
- Last Synced: 2025-01-28T23:12:23.754Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cwt_signalprocessing
This repository was a final project on my biomedical engineering course "Non-Stationary Signal Analysis" Where I was given data for a PCG signal, and had to do all sorts of stuff with it, such as applying a Discrete Fourier Transform (DFT), a Continuous Wavelet Transform (CWT), the Shannon Envelope, and a Thresholding method.
PS. To view the output and graphs of the signal processing, you can open this in the google colab instead. Due to me using plotly, GIthub is unable to display it here in the repository, unlike matplotlib..