===== Bode-Plot ===== %%(matlab) R = 10000; C = 10E-9; RC = R * C; H=tf(RC,[RC 1]); bode(H); %% ---- Siehe auch {{backlinks}}