Update matlab-init org-babel library
This commit is contained in:
parent
16c222c229
commit
8d8c03773c
@ -101,7 +101,7 @@ For each of the measurement, the measured channels are shown on table [[tab:meas
|
||||
|
||||
* Data Analysis
|
||||
** Loading of the data
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -72,7 +72,7 @@ The structure is excited using an *instrumented hammer* with impacts on
|
||||
|
||||
* Data Analysis
|
||||
** Loading and pre-processing of the data
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -87,7 +87,7 @@ Les fichiers xxx_raw sont sans traitement dans le domaine temporel (environ 10 i
|
||||
|
||||
* Data Analysis
|
||||
** Loading of the data
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
[[../index.org][Back to main page]].
|
||||
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
[[../index.org][Back to main page]].
|
||||
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -31,7 +31,7 @@ The report made by the PEL is accessible [[file:documents/Spindle_report_test.pd
|
||||
[[file:./figs/setup_spindle.png]]
|
||||
|
||||
* Data Processing
|
||||
#+begin_src matlab :results none :exports none
|
||||
#+begin_src matlab :results none :exports none :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -160,7 +160,7 @@ We define the parameters of the geophone and we plot its bode plot (figure [[fig
|
||||
| Weight [g] | 2150 |
|
||||
| Sensitivity [V/(m/s)] | 276.8 |
|
||||
|
||||
#+begin_src matlab :exports none :results silent
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
* Signal Processing
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -1,10 +1,22 @@
|
||||
#+TITLE: Equipment used to make the measurements
|
||||
:DRAWER:
|
||||
#+STARTUP: overview
|
||||
|
||||
#+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:
|
||||
|
||||
* Geophone
|
||||
L22
|
||||
|
||||
* Speedgoat
|
||||
ADC and DAC:
|
||||
- ADC: 16bits
|
||||
- DAC: 16bits
|
||||
|
||||
* Voltage amplifier
|
||||
|
||||
|
@ -24,7 +24,9 @@ They are placed on the ID31 granite.
|
||||
They are leveled.
|
||||
|
||||
The signals are amplified using voltage amplifier with a gain of 60dB.
|
||||
The voltage amplifiers include a low pass filter with a cut-off frequency at 1kHz.
|
||||
The voltage amplifiers includes:
|
||||
- an high pass filter with a cut-off frequency at 1.5Hz (AC option)
|
||||
- a low pass filter with a cut-off frequency at 1kHz
|
||||
|
||||
#+name: fig:figure_name
|
||||
#+caption: Setup
|
||||
@ -45,7 +47,7 @@ The Matlab computing file for this part is accessible [[file:signal_processing.m
|
||||
The =mat= file containing the measurement data is accessible [[file:mat/data_001.mat][here]].
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -415,7 +417,7 @@ The =mat= files containing the measurement data are accessible with the followin
|
||||
- north axis: [[file:mat/data_003.mat][here]].
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#+TITLE:Measurement of the ID31 Micro-Station
|
||||
:drawer:
|
||||
:DRAWER:
|
||||
#+STARTUP: overview
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
||||
@ -9,7 +9,9 @@
|
||||
#+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:
|
||||
:END:
|
||||
|
||||
This web-page gathers all the measurements done on the ID31 Micro Station.
|
||||
|
||||
* Measurements of the dynamics of the station
|
||||
** Measurement 1
|
||||
|
@ -60,7 +60,7 @@ The goal is to determine is the signal is altered when the spindle is rotating.
|
||||
Here, the rotation speed of the Slip-Ring is set to 1rpm.
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -195,7 +195,7 @@ The data and matlab files are accessible [[file:data/meas_volt_amp.zip][here]].
|
||||
- =data_006=: Ampli ON set to 60dB
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -343,7 +343,7 @@ Second column: Slip-ring measure
|
||||
[[file:./img/VID_20190503_161401.gif]]
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -503,7 +503,7 @@ Second column: Slip-ring measure
|
||||
- =data_013=: Slip-Ring ON
|
||||
|
||||
*** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -873,7 +873,7 @@ Second measurement (=mat/data_015.mat= file):
|
||||
[[file:./img/IMG_20190503_170936.jpg]]
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -1035,7 +1035,7 @@ Which makes a cut-off frequency of $f_c = \frac{1}{RC} = 1000 rad/s = 160Hz$.
|
||||
[[file:./img/IMG_20190507_102756.jpg]]
|
||||
|
||||
*** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
@ -48,7 +48,7 @@ Each of the measurement =mat= file contains one =data= array with 3 columns:
|
||||
| 3 | Time |
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -166,7 +166,7 @@ Each of the =mat= file contains one array =data= with 3 columns:
|
||||
| 3 | Time |
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -471,7 +471,7 @@ Each of the =mat= file contains one array =data= with 3 columns:
|
||||
[[file:./img/IMG_20190507_101459.jpg]]
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -702,7 +702,7 @@ Each of the =mat= file contains one array =data= with 3 columns:
|
||||
| 3 | Time |
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -869,7 +869,7 @@ The =data= array contains the following columns:
|
||||
[[file:./img/IMG_20190430_170425.jpg]]
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
@ -1067,7 +1067,7 @@ For each of the measurements, the data are:
|
||||
Measurements are 50s long.
|
||||
|
||||
** Matlab Init :noexport:ignore:
|
||||
#+begin_src matlab :exports none :results silent :noweb yes
|
||||
#+begin_src matlab :exports none :results silent :noweb yes :var current_dir=(file-name-directory buffer-file-name)
|
||||
<<matlab-init>>
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user