Tangle to the matlab directory instead of src
This commit is contained in:
parent
8b92419775
commit
895c443a15
10
index.org
10
index.org
@ -52,7 +52,7 @@ This document is divided into the following sections:
|
||||
|
||||
* Effect of a change of capacitance
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle src/effect_change_capacitance.m
|
||||
:header-args:matlab+: :tangle matlab/effect_change_capacitance.m
|
||||
:END:
|
||||
<<sec:effect_change_capacitance>>
|
||||
** Matlab Init :noexport:ignore:
|
||||
@ -202,7 +202,7 @@ We remove the phase delay due to the time delay of the ADC/DAC:
|
||||
|
||||
* Effect of a change in Voltage level
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle src/effect_change_voltage.m
|
||||
:header-args:matlab+: :tangle matlab/effect_change_voltage.m
|
||||
:END:
|
||||
<<sec:effect_change_voltage>>
|
||||
** Matlab Init :noexport:ignore:
|
||||
@ -339,7 +339,7 @@ We remove the phase delay due to the time delay of the ADC/DAC:
|
||||
|
||||
* Comparison PI / Cedrat
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle src/comp_pi_cedrat.m
|
||||
:header-args:matlab+: :tangle matlab/comp_pi_cedrat.m
|
||||
:END:
|
||||
<<sec:comp_pi_cedrat>>
|
||||
** Matlab Init :noexport:ignore:
|
||||
@ -415,7 +415,7 @@ We remove the phase delay due to the time delay of the ADC/DAC:
|
||||
|
||||
* Impedance Measurement
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle src/impedance_meas.m
|
||||
:header-args:matlab+: :tangle matlab/impedance_meas.m
|
||||
:END:
|
||||
<<sec:impedance_meas>>
|
||||
** Introduction :ignore:
|
||||
@ -584,7 +584,7 @@ From the two values of voltage, the internal resistor value can be computed:
|
||||
|
||||
* Effect of filters configuration on the PI-E505 dynamics
|
||||
:PROPERTIES:
|
||||
:header-args:matlab+: :tangle src/pi_e505_filters.m
|
||||
:header-args:matlab+: :tangle matlab/pi_e505_filters.m
|
||||
:END:
|
||||
<<sec:pi_e505_filters>>
|
||||
** Matlab Init :noexport:ignore:
|
||||
|
Loading…
Reference in New Issue
Block a user