Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello there,
Give us an example of your transfer function and we can probably help with this.
Try:
num = [0.094, 0.3759, 0.5639, 0.3759, 0.094];
den = [1, 0, 0.486, 0, 0.0117];
sys = filt(num, den);
bode(sys)
Matlab syntax is painful when you are used coding with C.