This MATLAB script demonstrates noise reduction in audio files using a Butterworth band-pass filter. It reads an audio file specified by the user, applies the filter to remove unwanted noise, and saves the cleaned audio and statistics in separate folders.
- MATLAB (R2018a or later)
- Audio System Toolbox
- Install MATLAB R2018a or later.
- Install the required MATLAB Toolbox: Audio System Toolbox.
- Download or copy the project files to your computer.
- Open
main.m
in MATLAB. - You will see a prompt in the command line saying "Enter the path of the input audio file:". Enter the path of the audio file you want to process.
- The project will process the audio file, save the cleaned audio in the "cleaned" folder, and save statistics in the "statistics" folder as a JSON file.
This project is licensed under the MIT License. For more information, see the LICENSE file.
Please use the New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to akin.bicer@outlook.com.tr.