Compare commits

..

2 Commits

Author SHA1 Message Date
Operator Cad a0f602fe74 measure noise with warmup 2021-01-21 11:42:19 +01:00
Operator Cad 89e7fef040 meas pre amplifier noise + DAC noise 2021-01-21 11:15:32 +01:00
20 changed files with 6 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -4
View File
@@ -14,13 +14,14 @@ t = data(:, end);
%% Notes %% Notes
pre_amp = struct('coupling', 'DC A-B', ... pre_amp = struct('coupling', 'DC A-B', ...
'gain', 1000, ... 'gain', 1000, ...
'LPF', '12dB 0.1Hz', ... 'LPF', '6dB 0.1Hz', ...
'HPF', '1MHz'); 'input', 'PD200', ...
'HPF', '6dB 30kHz');
pd200 = struct('input', '50 Ohm', ... pd200 = struct('input', '50 Ohm', ...
'offset', 0.2); 'load', '3 uF');
notes = struct('pre_amp', pre_amp, 'pd_200', pd200); notes = struct('pre_amp', pre_amp, 'pd_200', pd200);
%% Save %% Save
save('mat/noise_PD200_6.mat', 't', 'Vn', 'notes'); save('mat/noise_PD200_6_3uF_warmup.mat', 't', 'Vn', 'notes');
Binary file not shown.
Binary file not shown.