Band pass filter design
古いコメントを表示
Hi lads ,
I want to ask how can ı apply band bass signal an audio file which is 'wav'.
回答 (1 件)
KALYAN ACHARJYA
2019 年 3 月 1 日
編集済み: KALYAN ACHARJYA
2019 年 3 月 1 日
[y,Fs]=audioread('audio.wav');
% define cutoff frequencies
fc1=?
fc2=?
bandpass(y,[fc1 fc2],fs);
カテゴリ
ヘルプ センター および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!