Thank you sir bu ı dont understand last part little fs should Fs is it because our sampling frequency is defined in the audio wav file
Band pass filter design
2 views (last 30 days)
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);
See Also
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!