Skip to content

bigbluewhale111/Noise-reduction-STFT-and-FFT

Repository files navigation

Noise-reduction-STFT-and-FFT

Installation

pip install -r requirements.txt

Running

python app.py "AUDIO_WITH_NOISE.wav" "NOISE_PROFILE.wav"

-h for help

Files

Filename Description
app.py Running code. Entry point of the application.
denoise.py Our denoise code. Contains functions for signal denoising.
plot.py Plot the visual comparison of FFT, STFT and CWT.
plot_2.py Plot the visual comparison of FFT method and STFT method.

About

We denoise using STFT and FFT to extract Noise feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages