Band pass filter design
Show older comments
Hi lads ,
I want to ask how can ı apply band bass signal an audio file which is 'wav'.
Answers (1)
KALYAN ACHARJYA
on 1 Mar 2019
Edited: KALYAN ACHARJYA
on 1 Mar 2019
[y,Fs]=audioread('audio.wav');
% define cutoff frequencies
fc1=?
fc2=?
bandpass(y,[fc1 fc2],fs);
Categories
Find more on Audio Processing Algorithm Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!