File:Bode d.svg
| Description |
English: en:Bode plot of a D controller (K = 2) |
| Source | Own work |
| Author | Chris828 |
| This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship. |
Matlab Code
s = tf([2 0], [1])
bode(s, {1, 1e2})
grid on