Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1659 giacomo 1
/*--------------------------------------------------------------*/
2
/* File: coef.h                         */
3
/* Definisce i coefficienti del sistema in termini di variabili */
4
/* di stato. I valori sono stati ottenuti mediante il file  */
5
/* MATLAB contif.m con un tempo di campionamento pari a 100 ms  */
6
/*--------------------------------------------------------------*/
7
#define AA     -2.7528
8
#define BB     -10.9526
9
#define CC     0.0043
10
#define DD     28.5812
11
#define EE     24.9179
12
#define FF     -0.0441
13
#define GG     1.9432
14
#define HH     -4.4385
15
#define DELTA  0.030
16
#define KK1    -29.2616
17
#define KK2    -5.5492
18
#define KK3    -7.1996
19
#define KK4    -9.8654
20
/*--------------------------------------------------------------*/