10 lines
106 B
Mathematica
10 lines
106 B
Mathematica
|
% Parameters
|
||
|
|
||
|
Ts = 1e-4;
|
||
|
|
||
|
% Filter White Noise
|
||
|
|
||
|
Glpf = 1/(1 + s/2/pi/500);
|
||
|
|
||
|
Gz = c2d(Glpf, Ts, 'tustin');
|