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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi lads ,
I want to ask how can ı apply band bass signal an audio file which is 'wav'.
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);
Voir également
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!