Compare commits

..

No commits in common. "a0f602fe7412f9c83ec83915f4a24e84fc952b12" and "964052eae8c6030cf3136ea0c21e6e5073e79c4e" have entirely different histories.

20 changed files with 5 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,15 +13,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', '6dB 0.1Hz', ... 'LPF', '12dB 0.1Hz', ...
'input', 'PD200', ... 'HPF', '1MHz');
'HPF', '6dB 30kHz');
pd200 = struct('input', '50 Ohm', ... pd200 = struct('input', '50 Ohm', ...
'load', '3 uF'); 'offset', 0.2);
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_6.mat', 't', 'Vn', 'notes');

Binary file not shown.

Binary file not shown.