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 (최근 30일)
이전 댓글 표시
답변 (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);
참고 항목
카테고리
Help Center 및 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!