Band pass filter design
Afficher commentaires plus anciens
Hi lads ,
I want to ask how can ı apply band bass signal an audio file which is 'wav'.
1 commentaire
öncü uzun
le 1 Mar 2019
Réponses (1)
KALYAN ACHARJYA
le 1 Mar 2019
Modifié(e) : KALYAN ACHARJYA
le 1 Mar 2019
[y,Fs]=audioread('audio.wav');
% define cutoff frequencies
fc1=?
fc2=?
bandpass(y,[fc1 fc2],fs);
1 commentaire
öncü uzun
le 1 Mar 2019
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!