how to design a notch filter in matlab

12 ビュー (過去 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 Center および File ExchangeAnalog Filters についてさらに検索

タグ

製品


リリース

R2010b

Community Treasure Hunt

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

Start Hunting!

Translated by