I would like to know how to set the lower and upper limits of the frequency range in bode_plot() .
I'm new to Python. I tried using the range() function, as well as other syntax, without success.
Thank you.
Regards,
Esteban
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like to know how to set the lower and upper limits of the frequency range in bode_plot() .
I'm new to Python. I tried using the range() function, as well as other syntax, without success.
Thank you.
Regards,
Esteban
Answer: use numpy.arange()