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 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi lads ,
I want to ask how can ı apply band bass signal an audio file which is 'wav'.
Risposte (1)
KALYAN ACHARJYA
il 1 Mar 2019
Modificato: KALYAN ACHARJYA
il 1 Mar 2019
[y,Fs]=audioread('audio.wav');
% define cutoff frequencies
fc1=?
fc2=?
bandpass(y,[fc1 fc2],fs);
Vedere anche
Categorie
Scopri di più su Audio Processing Algorithm Design in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!