Initial commit

This commit is contained in:
Thomas Dehaeze 2022-02-15 14:16:10 +01:00
commit 6324f1dafc
44 changed files with 8869 additions and 0 deletions

62
.gitignore vendored Normal file
View File

@ -0,0 +1,62 @@
auto/
*.tex
*.blg
*-blx.bib
*.bbl
*.aux
*.bcf
*.fdb_latexmk
*.log
*.out
*.pyg
*.toc
*.fls
*.synctex.gz
.auctex-auto/
_minted*
# Emacs
auto/
# Simulink Real Time
*bio.m
*pt.m
*ref.m
*ri.m
*xcp.m
*.mldatx
*.slxc
*.xml
*_slrt_rtw/
# data
data/
# Windows default autosave extension
*.asv
# OSX / *nix default autosave extension
*.m~
# Compiled MEX binaries (all platforms)
*.mex*
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Generated helpsearch folders
helpsearch*/
# Simulink code generation folders
slprj/
sccprj/
# Matlab code generation folders
codegen/
# Simulink autosave extension
*.autosave
# Octave session info
octave-workspace

2
X_tal_cage_PID.dat Normal file
View File

@ -0,0 +1,2 @@
5.162191577102395387e-03 -2.053193047675045887e-02 3.437100092354096470e-02 -3.190511345800899762e-02 1.825561277900273824e-02 -6.730753847845586182e-03 1.609313664393750756e-03 -2.418167184233736648e-04 2.080021948522915606e-05 -7.826806603216290806e-07
1.000000000000000000e+00 -3.972465476658959549e+00 6.626337189494686086e+00 -6.128136890264569203e+00 3.494831182648804546e+00 -1.284884631665979438e+00 3.064788332575871244e-01 -4.595824894480127903e-02 3.946314534021262352e-03 -1.482724007899167095e-04

2
X_tal_cage_PID_20Hz.dat Normal file
View File

@ -0,0 +1,2 @@
0.000000000000000000e+00 5.123345318801274849e-08 4.465059381121026680e-07 -5.539687913181512777e-07 -2.501743723287252284e-07 4.670510404558542367e-07 -1.815336333351060151e-07 2.192959428607522490e-08 1.252880670660841008e-09 -3.204886304414573431e-10
1.000000000000000000e+00 -6.060746556447895728e+00 1.578415410735246915e+01 -2.307024251152614625e+01 2.074784976168569983e+01 -1.185054476238084575e+01 4.286436819918846730e+00 -9.472094817634837405e-01 1.163875141380739525e-01 -6.084890976718200159e-03

2
X_tal_cage_PID_40Hz.dat Normal file
View File

@ -0,0 +1,2 @@
0.000000000000000000e+00 3.916109097006016097e-07 2.515883048071752841e-06 -1.090504899940038926e-05 1.026142643551294789e-05 4.402028213713516958e-06 -1.146749093764098578e-05 5.276493222335721915e-06 -3.762905854779865629e-07 -9.858859748285918252e-08
1.000000000000000000e+00 -8.082077716891920005e+00 2.883885831460112215e+01 -5.954352319604579691e+01 7.824427684619810464e+01 -6.768295458210708659e+01 3.839583227756439499e+01 -1.369753827515415878e+01 2.763766524255220958e+00 -2.366401924198855977e-01

1693
dcm_feedback.html Normal file

File diff suppressed because it is too large Load Diff

2293
dcm_feedback.org Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

1385
figs/loop_gain_compare.pdf Normal file

File diff suppressed because it is too large Load Diff

BIN
figs/loop_gain_compare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
figs/nyquist_compare.pdf Normal file

Binary file not shown.

BIN
figs/nyquist_compare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
figs/sensitivity_comp.pdf Normal file

Binary file not shown.

BIN
figs/sensitivity_comp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

1
index.html Symbolic link
View File

@ -0,0 +1 @@
dcm_feedback.html

11
ref.bib Normal file
View File

@ -0,0 +1,11 @@
@article{fleming10_integ_strain_force_feedb_high,
author = {Fleming, Andrew J and Leang, Kam K},
title = {Integrated Strain and Force Feedback for High-Performance
Control of Piezoelectric Actuators},
journal = {Sensors and Actuators A: Physical},
volume = 161,
number = {1-2},
pages = {256--265},
year = 2010,
publisher = {Elsevier}
}