/AudioNoiseFilter

Using Butterworth filter to cancel out the noise from an .wav file

Primary LanguageMATLAB

Setup
%%% START %%%
% Brandon Fong 
% CES 440 Project 3
% Due Date: Monday, 11/24/2020 
% Name & ID : Brandon Fong (007808236)
% email: fong.m.brandon97@gmail.com & fongb@sonoma.edu
% Link to Report: NA
% Link to Git: NA

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Part 1: the DFT
% M-file name: /src/Part1/theDFT.m
% Notes: 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

theDFT

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Part 2: Digital Audio
% M-file name: /src/Part2/DigitalAudio.m
% Notes: 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

DigitalAudio

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Part 2: Butterworth filter design
% M-file name: /src/Part2/BFilterDesign.m
% Notes: 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

BFilterDesign

%%% END %%%
Fin