how to design a notch filter in matlab

조회 수: 28 (최근 30일)
premchand m
premchand m 2019년 2월 7일
편집: Aquatris 2019년 2월 7일
i wnat to design a notch filter in my project

답변 (1개)

Aquatris
Aquatris 2019년 2월 7일
편집: Aquatris 2019년 2월 7일
Here is one way;
alpha= 2000; % determines the depth
f = 650*2*pi;% notch filter frequecy (rad/s)
x = 0.1; % notch filter damping, determines width
Gn1=tf([1 2*x*f/alpha f*f],[1 2*x*f f*f]);% notch filter TF

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by