How can i design Butter worth filter

 채택된 답변

Friedrich
Friedrich 2014년 3월 20일

0 개 추천

There is a function called butter in the Signal Processing Toolbox which does exactly what you want.

추가 답변 (1개)

Dries billiet
Dries billiet 2014년 3월 20일

0 개 추천

this is also with the function called butter. For a highpass you can write the following: [a,b]=butter(order,cutofffreq,'high') or write 'low' if you would like lowpass filter

카테고리

질문:

2014년 3월 20일

편집:

2014년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by