Moved all the simulink files in each folders

This commit is contained in:
2019-12-12 11:26:27 +01:00
parent d70c7cbe90
commit 9b2d91b464
32 changed files with 97 additions and 623 deletions

View File

@@ -77,7 +77,7 @@ We first define some parameters for the identification.
The simulink file for the identification is =sim_micro_station_id.slx=.
#+begin_src matlab
open 'simscape/sim_micro_station_id.slx'
open('identification/matlab/sim_micro_station_id.slx')
#+end_src
#+begin_src matlab
@@ -140,7 +140,7 @@ save('./mat/id_micro_station.mat', 'G_ms');
** Simscape Model
#+begin_src matlab
open 'simscape/sim_micro_station_modal_analysis.slx'
open('identification/matlab/sim_micro_station_modal_analysis.slx')
#+end_src
#+begin_src matlab
@@ -230,7 +230,9 @@ hold off;
initializeAxisc();
#+end_src
** Center of Mass of each solid body
** TODO Center of Mass of each solid body
- [ ] Verify that this is coherent with the simscape and with the measurements
| | granite bot | granite top | ty | ry | rz | hexa |
|--------+-------------+-------------+------+------+------+------|
@@ -239,7 +241,7 @@ hold off;
| Z [mm] | -1251 | -778 | -600 | -628 | -580 | -319 |
#+begin_src matlab
open 'simscape/sim_micro_station_modal_analysis_com.slx'
open('identification/matlab/sim_micro_station_modal_analysis_com.slx')
#+end_src
** Simscape Model
@@ -409,22 +411,8 @@ hold off;
#+CAPTION: caption ([[./figs/identification_comp_top_stages.png][png]], [[./figs/identification_comp_top_stages.pdf][pdf]])
[[file:figs/identification_comp_top_stages.png]]
* ZIP file containing the data and matlab files :ignore:
#+begin_src bash :exports none :results none
if [ matlab/identification_micro_station.m -nt data/identification_micro_station.zip ]; then
cp matlab/identification_micro_station.m identification_micro_station.m;
zip data/identification_micro_station \
mat/data.mat \
identification_micro_station.m
rm identification_micro_station.m;
fi
#+end_src
#+begin_note
All the files (data and Matlab scripts) are accessible [[file:data/identification_micro_station.zip][here]].
#+end_note
* Matlab Init :noexport:ignore:
* Other analysis
** Matlab Init :noexport:ignore:
#+begin_src matlab :tangle no :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
<<matlab-dir>>
#+end_src
@@ -433,15 +421,14 @@ hold off;
<<matlab-init>>
#+end_src
* Identification of the micro-station
#+begin_src matlab
simulinkproject('../');
#+end_src
#+begin_src matlab
open sim_micro_station_id.slx
open('identification/matlab/sim_micro_station_id.slx')
#+end_src
* Plot the obtained transfer functions
* Compare with the modal measurements
* Modal Identification of the micro station
** Plot the obtained transfer functions
** Compare with the modal measurements
** Modal Identification of the micro station

Binary file not shown.