test-bench-apa/matlab/setup.m

10 lines
106 B
Mathematica
Raw Normal View History

2020-11-12 09:27:24 +01:00
% Parameters
2020-07-17 11:46:45 +02:00
Ts = 1e-4;
2020-11-12 09:27:24 +01:00
% Filter White Noise
2020-07-17 11:46:45 +02:00
Glpf = 1/(1 + s/2/pi/500);
2020-11-12 09:27:24 +01:00
Gz = c2d(Glpf, Ts, 'tustin');