noise measurement with DAC

This commit is contained in:
Operator Cad
2021-01-21 14:54:44 +01:00
parent a0f602fe74
commit 49e197a0e1
8 changed files with 3 additions and 3 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.
+3 -3
View File
@@ -13,15 +13,15 @@ t = data(:, end);
%% Notes %% Notes
pre_amp = struct('coupling', 'DC A-B', ... pre_amp = struct('coupling', 'DC A-B', ...
'gain', 1000, ... 'gain', 100, ...
'LPF', '6dB 0.1Hz', ... 'LPF', '6dB 0.1Hz', ...
'input', 'PD200', ... 'input', 'PD200', ...
'HPF', '6dB 30kHz'); 'HPF', '6dB 30kHz');
pd200 = struct('input', '50 Ohm', ... pd200 = struct('input', 'DAC', ...
'load', '3 uF'); '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_3uF_warmup.mat', 't', 'Vn', 'notes'); save('mat/noise_PD200_7_3uF_DAC.mat', 't', 'Vn', 'notes');