add measure about voltage amplifier AC/DC
This commit is contained in:
parent
c56271c261
commit
7aa568e55d
BIN
slip-ring-test/mat/data_014.mat
Normal file
BIN
slip-ring-test/mat/data_014.mat
Normal file
Binary file not shown.
BIN
slip-ring-test/mat/data_015.mat
Normal file
BIN
slip-ring-test/mat/data_015.mat
Normal file
Binary file not shown.
@ -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.
|
||||||
|
|
||||||
|
@ -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.');
|
||||||
|
Loading…
Reference in New Issue
Block a user