how to design a notch filter in matlab

28 vues (au cours des 30 derniers jours)
premchand m
premchand m le 7 Fév 2019
Modifié(e) : Aquatris le 7 Fév 2019
i wnat to design a notch filter in my project

Réponses (1)

Aquatris
Aquatris le 7 Fév 2019
Modifié(e) : Aquatris le 7 Fév 2019
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

Produits


Version

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by