High pass filter design with magnitude and frequency plot

4 ビュー (過去 30 日間)
A M Basavakiran
A M Basavakiran 2022 年 1 月 13 日
回答済み: Max Heimann 2022 年 1 月 13 日
Desigining a single high pass filter having both magnitude and frequency plot
  2 件のコメント
Mathieu NOE
Mathieu NOE 2022 年 1 月 13 日
what is the question ?
A M Basavakiran
A M Basavakiran 2022 年 1 月 13 日
Code for designing high pass filter with magnitude and frequency plot

サインインしてコメントする。

採用された回答

Max Heimann
Max Heimann 2022 年 1 月 13 日
Assuming you own Control System Toolbox or System Identification Toolbox, you could use the "bode" command.
This will give you a magnitude and phase plot for your filter.
To design your filter you could use the "tf" command.
s = tf('s')
And then you can freely define your filter transfer function with "s". The Transfer function can then be passed into "bode" for your desired graphs.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by