Reworked the header of each org-mode file
This commit is contained in:
@@ -56,6 +56,7 @@ Then, we determine is the slip-ring add some noise to the signal when it is turn
|
||||
:END:
|
||||
<<sec:meas_slip_ring_geophone>>
|
||||
|
||||
** ZIP file containing the data and matlab files :ignore:
|
||||
#+begin_src bash :exports none :results none
|
||||
if [ matlab/meas_slip_ring_geophone.m -nt data/meas_slip_ring_geophone.zip ]; then
|
||||
cp matlab/meas_slip_ring_geophone.m meas_slip_ring_geophone.m;
|
||||
@@ -201,6 +202,7 @@ We then compute the Power Spectral Density of the two signals and we compare the
|
||||
:END:
|
||||
<<sec:meas_sr_geophone>>
|
||||
|
||||
** ZIP file containing the data and matlab files :ignore:
|
||||
#+begin_src bash :exports none :results none
|
||||
if [ matlab/meas_sr_geophone.m -nt data/meas_sr_geophone.zip ]; then
|
||||
cp matlab/meas_sr_geophone.m meas_sr_geophone.m;
|
||||
@@ -602,6 +604,7 @@ Additionnal LPF is added before the voltage amplifiers
|
||||
:END:
|
||||
<<sec:meas_effect_sr>>
|
||||
|
||||
** ZIP file containing the data and matlab files :ignore:
|
||||
#+begin_src bash :exports none :results none
|
||||
if [ matlab/meas_effect_sr.m -nt data/meas_effect_sr.zip ]; then
|
||||
cp matlab/meas_effect_sr.m meas_effect_sr.m;
|
||||
@@ -756,6 +759,7 @@ We now look at the difference between the signal directly measured by the ADC an
|
||||
:END:
|
||||
<<sec:meas_slip_ring>>
|
||||
|
||||
** ZIP file containing the data and matlab files :ignore:
|
||||
#+begin_src bash :exports none :results none
|
||||
if [ matlab/meas_slip_ring.m -nt data/meas_slip_ring.zip ]; then
|
||||
cp matlab/meas_slip_ring.m meas_slip_ring.m;
|
||||
@@ -948,6 +952,7 @@ And we plot the ASD of the measured signals (figure [[fig:sr_psd_compare]]);
|
||||
:END:
|
||||
<<sec:meas_slip_ring_lpf>>
|
||||
|
||||
** ZIP file containing the data and matlab files :ignore:
|
||||
#+begin_src bash :exports none :results none
|
||||
if [ matlab/meas_slip_ring_lpf.m -nt data/meas_slip_ring_lpf.zip ]; then
|
||||
cp matlab/meas_slip_ring_lpf.m meas_slip_ring_lpf.m;
|
||||
|
Reference in New Issue
Block a user