An open API service indexing awesome lists of open source software.

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.

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..