필터 지우기
필터 지우기

MATLAB code for Butterworth filter having sound as a input signal

조회 수: 1 (최근 30일)
sir! kindly send me the MATLAB code for digital butterworth filter having sound as a input signal.. Thanking you.
  댓글 수: 1
Jan
Jan 2011년 1월 28일
Answers is not a "do it for me" platform. If you explain your specific problem, you will get specific help.

댓글을 달려면 로그인하십시오.

채택된 답변

Drew Weymouth
Drew Weymouth 2011년 11월 11일
MATLAB has a built in function butter in the Signal Processing Toolbox that will return coefficients for a Butterworth high- or lowpass filter. Type help butter in the command window. Once you have coefficients, use filter ("standard" filtering) or filtfilt (zero-phase) to perform the filtering.
  댓글 수: 1
Jan
Jan 2011년 11월 11일
The solution is correct. I do no think, that GITS will still need this after 10 months, but for other readers it can be useful.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by