Lentickle model for C1

Scripts are found in iscmodeling/LentickleC1

Purpose

Main script to execute

C1lentickle.m builds the Optickle model, then inclides the loops defined by C1cucumber.m The Optickle model for C1 is same as Kiwamu's scripts, optC1:

C1cucumber setting

DoF

REFL3I1

REFL3Q1

ASI2

ASQ2

ASDC

AS3I2

AS3Q2

MICH

0

0

0

1

0

0

0

PRCL

1

0

0

0

0

0

0

SRCL

0

0

0

0

0

0

1

Drive

MICH

PRCL

SRCL

IX

1

0

0

IY

-1

0

0

BS

0

0

0

PR

0

1

0

SR

0

0

1

AM

0

0

0

PM

0

0

0

OSC AM

0

0

0

OSC PM

0

0

0

MICH

PRCL

SRCL

ZPK(10, 1000, 1)* ZPK(5, 1, 5)

ZPK(10, 1000, 1)* ZPK(50, 1, 50)

ZPK(10, 1000, 1)* ZPK(50, 1, 50)

bodeplot of the filters These filters already have pendulum compensation. Therefore in cucumber, you don't need the pendulum compensation (mirrFilt) matrix. Here we use a flat (unity) mirrFilt.

* Mechanical transfer function dampRes = [-0.1 + 1i, -0.1 - 1i];
opt = setMechTF(opt, 'IX', zpk([], par.w * dampRes, 1 / par.mass));


Results

Feb24OLT.png

Feb24FMcoupling.png

Feb24AMcoupling.png

MICH
Feb24TFMICH.png

PRCL
Feb24TFPRCL.png

SRCL
Feb24TFSRCL.png


- both open loop and closed loop

- full lines are adding all contributions from all sensors (weighted by their TF to that DOF)

- dashed lines are only contribution from sensor corresponding to that DOF

- in open loop, full line and dash overlap as expected


How different between getTF, pickleTF ol, bare sensors, and Dof sensors?

LentickleC1 (last edited 2012-03-09 02:31:12 by AnamariaefflerATligoDOTorg)