add measure about voltage amplifier AC/DC

This commit is contained in:
Thomas Dehaeze 2019-05-03 17:23:00 +02:00
parent c56271c261
commit 7aa568e55d
4 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -57,6 +57,9 @@ One geophone is located on the marble.
It's signal goes to two voltage amplifiers with a gain of 60dB. It's signal goes to two voltage amplifiers with a gain of 60dB.
On voltage amplifier is on the AC option, the other on the DC option. On voltage amplifier is on the AC option, the other on the DC option.
- meas14 First column: AC
Second column: DC
- meas14: col-1 = amp1+AC. col-2 = amp2+DC.
- meas15: col-1 = amp1+DC. col-2 = amp2+AC.

View File

@ -26,6 +26,8 @@ if tg.Connected == "Yes"
pause(Tsim); pause(Tsim);
tg.stop; tg.stop;
end end
else
error("The target computer is not connected");
end end
%% %%
@ -38,7 +40,7 @@ close(f);
data = SimulinkRealTime.utils.getFileScopeData('data/data_001.dat').data; data = SimulinkRealTime.utils.getFileScopeData('data/data_001.dat').data;
%% %%
n = 13; n = 15;
while isfile(['mat/data_', num2str(n, '%03d'), '.mat']) while isfile(['mat/data_', num2str(n, '%03d'), '.mat'])
disp('File exists.'); disp('File exists.');