Add Hans Petter measurements

This commit is contained in:
Thomas Dehaeze 2019-05-10 09:07:30 +02:00
parent b0e7186ef6
commit e643b2f80b
4 changed files with 20 additions and 18 deletions

View File

@ -171,24 +171,6 @@ We then:
coh_hexa_z(:, 3) = coh6(:, 4); % hexa_z
#+end_src
Finally, we save the processed data.
#+begin_src matlab :results none
save('./data/id31_microstation_2018_01_12_frf.mat', ...
'frf_marble_x', ...
'frf_marble_y', ...
'frf_marble_z', ...
'frf_hexa_x', ...
'frf_hexa_y', ...
'frf_hexa_z');
save('./data/id31_microstation_2018_01_12_frf.mat', ...
'coh_marble_x', ...
'coh_marble_y', ...
'coh_marble_z', ...
'coh_hexa_x', ...
'coh_hexa_y', ...
'coh_hexa_z');
#+end_src
** X-direction FRF
#+begin_src matlab :exports none :results none
figure;
@ -336,3 +318,23 @@ Finally, we save the processed data.
#+CAPTION: Response to a force applied on the hexa in the Z direction
#+RESULTS: fig:hexa_z_frf
[[file:figs/hexa_z_frf.png]]
** Save the processed data
Finally, we save the processed data.
#+begin_src matlab :results none
save('./data/id31_microstation_2018_01_12_frf.mat', ...
'freq_frf', ...
'frf_marble_x', ...
'frf_marble_y', ...
'frf_marble_z', ...
'frf_hexa_x', ...
'frf_hexa_y', ...
'frf_hexa_z');
save('./data/id31_microstation_2018_01_12_coh.mat', ...
'freq_frf', ...
'coh_marble_x', ...
'coh_marble_y', ...
'coh_marble_z', ...
'coh_hexa_x', ...
'coh_hexa_y', ...
'coh_hexa_z');
#+end_src

BIN
Static/doc/ID31 µ-station.pdf Executable file

Binary file not shown.