bandwith of high pass filter

4 ビュー (過去 30 日間)
suketu vaidya
suketu vaidya 2020 年 12 月 25 日
回答済み: Raunak Gupta 2020 年 12 月 31 日
num = [-c1/c4, 0, 0];
den = [1, (c1+c4+c3)/(R5*c4*c3), 1/(R5*R2*c4*c3)];
H_HP = tf(num, den);
wcut=sqrt(1/(R5*R2*c4*c3));
Q=wcut/((c1+c4+c3)/(R5*c4*c3));
figure;
bode(H_HP)
slope=H_HP/2

回答 (1 件)

Raunak Gupta
Raunak Gupta 2020 年 12 月 31 日
Hi,
I am not sure if the code is to find the bandwidth, but in my opinion bandwidth must not exist for a high pass filter since it is able to pass all the frequency components above a certain cutoff frequency. So, a cutoff frequency make sense but bandwidth for a high pass filter is not something which can be find.

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by