Identification of cercalo dynamics

This commit is contained in:
Thomas Dehaeze 2019-09-12 14:40:18 +02:00
parent 887abfc6da
commit c3ef88a366
4 changed files with 1 additions and 1 deletions

BIN
mat/data_uh.mat Normal file

Binary file not shown.

BIN
mat/data_uv.mat Normal file

Binary file not shown.

View File

@ -29,7 +29,7 @@ xv = data(:, 4); % [...] vertical position
cuh = data(:, 3); % Voltage of the cercalo's inductors used for horizontal
cuv = data(:, 4); % [...] vertical
save('mat/data_001.mat', 't', 'uh', 'uv', 'xh', 'xv', 'cuh', 'cuv');
save('mat/data_uv.mat', 't', 'uh', 'uv', 'xh', 'xv', 'cuh', 'cuv');
%% Plot the data
figure;

Binary file not shown.