Borrar filtros
Borrar filtros

High pass filter design with magnitude and frequency plot

1 visualización (últimos 30 días)
Desigining a single high pass filter having both magnitude and frequency plot
  2 comentarios
Mathieu NOE
Mathieu NOE el 13 de En. de 2022
what is the question ?
A M Basavakiran
A M Basavakiran el 13 de En. de 2022
Code for designing high pass filter with magnitude and frequency plot

Iniciar sesión para comentar.

Respuesta aceptada

Max Heimann
Max Heimann el 13 de En. de 2022
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.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by