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개)

카테고리

Help CenterFile Exchange에서 Frequency-Domain Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by