measure small signal bandwidth
This commit is contained in:
parent
820f343169
commit
5ea367641b
BIN
matlab/mat/tf_pd200_1_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_1_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_2_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_2_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_3_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_3_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_4_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_4_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_5_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_5_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_6_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_6_10uF_small_signal.mat
Normal file
Binary file not shown.
BIN
matlab/mat/tf_pd200_7_10uF_small_signal.mat
Normal file
BIN
matlab/mat/tf_pd200_7_10uF_small_signal.mat
Normal file
Binary file not shown.
@ -13,18 +13,15 @@ Vout = data(:, 2);
|
|||||||
t = data(:, end);
|
t = data(:, end);
|
||||||
|
|
||||||
%% Notes
|
%% Notes
|
||||||
pre_amp = struct('coupling', 'DC A', ...
|
pre_amp = struct('coupling', 'AC', ...
|
||||||
'gain', 50000, ...
|
'gain', 10^4, ...
|
||||||
'LPF', '6dB 0.1Hz', ...
|
'LPF', '2.5Hz', ...
|
||||||
'input', 'SSI2V (20bits, +/- 10V)', ...
|
'HPF', '100kHz');
|
||||||
'HPF', '6dB 30kHz');
|
|
||||||
|
|
||||||
pd200 = struct('input', 'DAC', ...
|
pd200 = struct('input', 'DAC', ...
|
||||||
'signal', 'sweep sine 0.1V 1Hz-5kHz', ...
|
'load', '10 uF');
|
||||||
'f_max', f1, ...
|
|
||||||
'load', '3 uF');
|
|
||||||
|
|
||||||
notes = struct('pd200', pd200);
|
notes = struct('pd200', pd200);
|
||||||
|
|
||||||
%% Save
|
%% Save
|
||||||
save('mat/tf_pd200_7_0_1V.mat', 't', 'Vin', 'Vout', 'notes');
|
save('mat/tf_pd200_7_10uF_small_signal.mat', 't', 'Vin', 'Vout', 'notes');
|
||||||
|
@ -3,7 +3,7 @@ Ts = 1/Fs; % [s]
|
|||||||
|
|
||||||
f0 = 1; % [Hz]
|
f0 = 1; % [Hz]
|
||||||
V0 = 0.1; % Sweep Sine Amplitude [V]
|
V0 = 0.1; % Sweep Sine Amplitude [V]
|
||||||
C = 2.7e-6; % Capacitance of the Load [F]
|
C = 10e-6; % Capacitance of the Load [F]
|
||||||
Imax_rms = 0.57; % [A]
|
Imax_rms = 0.57; % [A]
|
||||||
|
|
||||||
f1 = 0.8*Imax_rms/(C*V0*20/sqrt(2))/2/pi; % [Hz]
|
f1 = 0.8*Imax_rms/(C*V0*20/sqrt(2))/2/pi; % [Hz]
|
||||||
@ -14,4 +14,3 @@ t = 0:Ts:t1;
|
|||||||
Vin = struct('time', t, ...
|
Vin = struct('time', t, ...
|
||||||
'signals', struct('values', V0*chirp(t, f0, t1, f1, 'logarithmic', -90)', ...
|
'signals', struct('values', V0*chirp(t, f0, t1, f1, 'logarithmic', -90)', ...
|
||||||
'dimensions', 1));
|
'dimensions', 1));
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user