Compare commits
2 Commits
964052eae8
...
a0f602fe74
| Author | SHA1 | Date | |
|---|---|---|---|
| a0f602fe74 | |||
| 89e7fef040 |
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
@@ -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.
Reference in New Issue
Block a user