Add one link to speedgoat commands

This commit is contained in:
Thomas Dehaeze 2019-10-08 10:49:14 +02:00
parent f3bdb7bcf1
commit cb3f3009ed
21 changed files with 48 additions and 50 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
auto/
*.tex *.tex
**/figs/*.pdf **/figs/*.pdf

Binary file not shown.

View File

@ -36,12 +36,16 @@
*** Suppliers *** Suppliers
- https://micromega-dynamics.com/products/ - https://micromega-dynamics.com/products/
- https://www.mmf.de/seismic_accelerometers.htm
- https://www.pcb.com/products/productfinder.aspx?tx=14
** Geophones ** Geophones
*** Suppliers *** Suppliers
- http://www.sercel.com/products/Pages/seismometers.aspx - http://www.sercel.com/products/Pages/seismometers.aspx
** Force Sensors ** Force Sensors
- https://www.pcb.com/products/productfinder.aspx?tx=17
** Strain Gauge ** Strain Gauge
** Interferometers ** Interferometers
*** Suppliers *** Suppliers
@ -68,7 +72,7 @@ cite:fleming13_review_nanom_resol_posit_sensor
- https://www.celeramotion.com/ - https://www.celeramotion.com/
- http://www.beikimco.com/ - http://www.beikimco.com/
- https://www.electromate.com/ - https://www.electromate.com/
- https://www.magneticinnovations.com/ - https://www.magneticinnovations.com/: Netherlands
** Shaker ** Shaker
*** Suppliers *** Suppliers

View File

@ -1,27 +0,0 @@
#+STARTUP: overview
#+LANGUAGE: en
#+EMAIL: dehaeze.thomas@gmail.com
#+AUTHOR: Dehaeze Thomas
#+HTML_LINK_HOME: ../index.html
#+HTML_LINK_UP: ../index.html
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/zenburn.css"/>
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/readtheorg.js"></script>
#+HTML_MATHJAX: align: center tagside: right font: TeX
#+PROPERTY: header-args:matlab :session *MATLAB*
#+PROPERTY: header-args:matlab+ :comments org
#+PROPERTY: header-args:matlab+ :results none
#+PROPERTY: header-args:matlab+ :exports both
#+PROPERTY: header-args:matlab+ :eval no-export
#+PROPERTY: header-args:matlab+ :output-dir figs
#+PROPERTY: header-args:shell :eval no-export

View File

@ -397,7 +397,7 @@ We load the data of the z axis of two geophones.
#+end_src #+end_src
** Voltage to Velocity ** Voltage to Velocity
We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/MEGA/These/meas/src/index.org][here]]). We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/Cloud/These/meas/src/index.org][here]]).
#+begin_src matlab #+begin_src matlab
gain = 60; % [dB] gain = 60; % [dB]

View File

@ -113,7 +113,7 @@ A movie showing the experiment is shown on figure [[fig:exp_sl_sp_gif]].
#+end_src #+end_src
** Voltage to Velocity ** Voltage to Velocity
We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/MEGA/These/meas/src/index.org][here]]). We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/Cloud/These/meas/src/index.org][here]]).
#+begin_src matlab #+begin_src matlab
gain = 60; % [dB] gain = 60; % [dB]

Binary file not shown.

View File

@ -108,7 +108,7 @@ Each of the measurement =mat= file contains one =data= array with 3 columns:
#+end_src #+end_src
** Voltage to Velocity ** Voltage to Velocity
We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/MEGA/These/meas/src/index.org][here]]). We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/Cloud/These/meas/src/index.org][here]]).
#+begin_src matlab #+begin_src matlab
gain = 40; % [dB] gain = 40; % [dB]

Binary file not shown.

View File

@ -118,7 +118,7 @@ Each of the measurement =mat= file contains one =data= array with 3 columns:
#+end_src #+end_src
** Voltage to Velocity ** Voltage to Velocity
We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/MEGA/These/meas/src/index.org][here]]). We convert the measured voltage to velocity using the function =voltageToVelocityL22= (accessible [[file:~/Cloud/These/meas/src/index.org][here]]).
#+begin_src matlab #+begin_src matlab
gain = 40; % [dB] gain = 40; % [dB]

Binary file not shown.

View File

@ -50,3 +50,4 @@ Noise coming from the Slip-Ring:
- [[file:actuators-sensors/index.org][Actuators and Sensors]] - [[file:actuators-sensors/index.org][Actuators and Sensors]]
- [[file:equipment/index.org][Equipment used for the measurements]] - [[file:equipment/index.org][Equipment used for the measurements]]
- [[file:src/index.org][Matlab functions used for the data analysis]] - [[file:src/index.org][Matlab functions used for the data analysis]]
- [[file:speedgoat-measurement/index.org][Speedgoat]]

View File

@ -349,7 +349,7 @@ The values of the components are:
Which makes a cut-off frequency of $f_c = \frac{1}{RC} = 1000 rad/s = 160Hz$. Which makes a cut-off frequency of $f_c = \frac{1}{RC} = 1000 rad/s = 160Hz$.
#+NAME: fig:lpf #+NAME: fig:lpf
#+HEADER: :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/MEGA/These/LaTeX/}{config.tex}") #+HEADER: :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/These/LaTeX/}{config.tex}")
#+HEADER: :imagemagick t :fit yes :iminoptions -scale 100% -density 150 :imoutoptions -quality 100 #+HEADER: :imagemagick t :fit yes :iminoptions -scale 100% -density 150 :imoutoptions -quality 100
#+HEADER: :results raw replace :buffer no :eval no-export :exports both :mkdirp yes #+HEADER: :results raw replace :buffer no :eval no-export :exports both :mkdirp yes
#+HEADER: :output-dir figs #+HEADER: :output-dir figs

View File

@ -30,7 +30,7 @@
#+PROPERTY: header-args:shell :eval no-export #+PROPERTY: header-args:shell :eval no-export
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/MEGA/These/LaTeX/}{config.tex}") #+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/These/LaTeX/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes #+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150 #+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100 #+PROPERTY: header-args:latex+ :imoutoptions -quality 100
@ -772,3 +772,6 @@ Then, as we know the positions of the accelerometers on each solid body, and we
#+begin_src matlab #+begin_src matlab
save('mat/frf_com.mat', 'FRFs_CoM'); save('mat/frf_com.mat', 'FRFs_CoM');
#+end_src #+end_src
* Bibliography :ignore:
bibliographystyle:unsrt
bibliography:ref.bib

View File

@ -28,7 +28,7 @@
#+PROPERTY: header-args:shell :eval no-export #+PROPERTY: header-args:shell :eval no-export
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/MEGA/These/LaTeX/}{config.tex}") #+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/These/LaTeX/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes #+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150 #+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100 #+PROPERTY: header-args:latex+ :imoutoptions -quality 100
@ -134,3 +134,6 @@ Is it meaningful to compare mode shapes as they give no information about the am
| | 9 | 9 | 18 | | | | 9 | 9 | 18 | |
#+TBLFM: $4=vsum($2..$3) #+TBLFM: $4=vsum($2..$3)
#+TBLFM: @>$2..$>=vsum(@I..@II) #+TBLFM: @>$2..$>=vsum(@I..@II)
* Bibliography :ignore:
bibliographystyle:unsrt
bibliography:ref.bib

View File

@ -30,7 +30,7 @@
#+PROPERTY: header-args:shell :eval no-export #+PROPERTY: header-args:shell :eval no-export
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/MEGA/These/LaTeX/}{config.tex}") #+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/These/LaTeX/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes #+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150 #+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100 #+PROPERTY: header-args:latex+ :imoutoptions -quality 100

View File

@ -30,7 +30,7 @@
#+PROPERTY: header-args:shell :eval no-export #+PROPERTY: header-args:shell :eval no-export
#+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/MEGA/These/LaTeX/}{config.tex}") #+PROPERTY: header-args:latex :headers '("\\usepackage{tikz}" "\\usepackage{import}" "\\import{$HOME/Cloud/These/LaTeX/}{config.tex}")
#+PROPERTY: header-args:latex+ :imagemagick t :fit yes #+PROPERTY: header-args:latex+ :imagemagick t :fit yes
#+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150 #+PROPERTY: header-args:latex+ :iminoptions -scale 100% -density 150
#+PROPERTY: header-args:latex+ :imoutoptions -quality 100 #+PROPERTY: header-args:latex+ :imoutoptions -quality 100

Binary file not shown.

View File

@ -1,4 +1,22 @@
* Usefull Simulink Real Time commands #+TITLE: Vibrations induced by the translation stage motion
:DRAWER:
#+STARTUP: overview
#+LANGUAGE: en
#+EMAIL: dehaeze.thomas@gmail.com
#+AUTHOR: Dehaeze Thomas
#+HTML_LINK_HOME: ../index.html
#+HTML_LINK_UP: ../index.html
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/zenburn.css"/>
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/bootstrap.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
#+HTML_HEAD: <script type="text/javascript" src="../js/readtheorg.js"></script>
:END:
* Get data from the target computer * Get data from the target computer
@ -67,14 +85,11 @@ First run the following commands to have the =FTP= Object:
#+end_src #+end_src
Then, the =f= object can be used to access the filesystem on the target computer. Then, the =f= object can be used to access the filesystem on the target computer.
| cd | | | - =cd=
| dir | | | - =dir=
| mget | Used to download data from the target host | =f.mget('data.dat', 'local_folder')= | - =mget=: Used to download data from the target host. =f.mget('data.dat', 'local_folder')=
| mkdir | | | - =mkdir=
| mput | | | - =mput=
| rename | | | - =rename=
| rmdir | | | - =rmdir=
| close | | | - =close=
* ELMO
tutorials: https://www.elmomc.com/products/application-studio/easii/easii-tutorials/