test-bench-apa/matlab/setup_experiment.m

10 lines
106 B
Mathematica
Raw Normal View History

2020-07-20 10:55:38 +02:00
% Parameters
Ts = 1e-4;
% Filter White Noise
Glpf = 1/(1 + s/2/pi/500);
Gz = c2d(Glpf, Ts, 'tustin');