add feedback / repetability measurement
This commit is contained in:
parent
7ec253af25
commit
b577ecd124
BIN
mat/K_diag.mat
Normal file
BIN
mat/K_diag.mat
Normal file
Binary file not shown.
BIN
mat/data_rep_1.mat
Normal file
BIN
mat/data_rep_1.mat
Normal file
Binary file not shown.
BIN
mat/plant.mat
BIN
mat/plant.mat
Binary file not shown.
3
matlab/setup.m
Normal file
3
matlab/setup.m
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Ts = 1e-4; % [s]
|
||||||
|
load('../mat/plant.mat');
|
||||||
|
load('../mat/K_diag.mat');
|
@ -90,7 +90,7 @@ ylabel('Distance [m]');
|
|||||||
legend();
|
legend();
|
||||||
|
|
||||||
%% Save
|
%% Save
|
||||||
save('mat/data_cal_pd_v.mat', 't', 'Uch', 'Ucv', ...
|
save('mat/data_rep_1.mat', 't', 'Uch', 'Ucv', ...
|
||||||
'Unh', 'Unv', ...
|
'Unh', 'Unv', ...
|
||||||
'Vph', 'Vpv', ...
|
'Vph', 'Vpv', ...
|
||||||
'Vch', 'Vcv', ...
|
'Vch', 'Vcv', ...
|
||||||
|
BIN
test_cercalo.slx
BIN
test_cercalo.slx
Binary file not shown.
Loading…
Reference in New Issue
Block a user