control/Control Vectorial/Alinear_encoder_sg_rtw/Alinear_encoder_cal.cpp
2025-09-03 11:47:17 +02:00

128 lines
2.1 KiB
C++

#include "Alinear_encoder_cal.h"
#include "Alinear_encoder.h"
/* Storage class 'PageSwitching' */
Alinear_encoder_cal_type Alinear_encoder_cal_impl = {
/* Mask Parameter: EdgeDetector_model
* Referenced by: '<S4>/Constant1'
*/
2.0,
/* Mask Parameter: EdgeDetector_ic
* Referenced by: '<S4>/Memory'
*/
false,
/* Expression: -1e6
* Referenced by: '<S8>/Out1'
*/
-1.0E+6,
/* Expression: [1 0]
* Referenced by: '<S4>/pos. edge'
*/
{ 1.0, 0.0 },
/* Expression: [0 1]
* Referenced by: '<S4>/neg. edge'
*/
{ 0.0, 1.0 },
/* Expression: [1 1]
* Referenced by: '<S4>/either edge'
*/
{ 1.0, 1.0 },
/* Expression: -1
* Referenced by: '<S1>/Gain1'
*/
-1.0,
/* Expression: initCond
* Referenced by: '<S2>/ '
*/
0.0,
/* Expression: 0
* Referenced by: '<Root>/Constant1'
*/
0.0,
/* Expression: 0
* Referenced by: '<S1>/Constant'
*/
0.0,
/* Computed Parameter: Encoder1_P1_Size
* Referenced by: '<Root>/Encoder1'
*/
{ 1.0, 1.0 },
/* Expression: id
* Referenced by: '<Root>/Encoder1'
*/
1.0,
/* Computed Parameter: Encoder1_P2_Size
* Referenced by: '<Root>/Encoder1'
*/
{ 1.0, 3.0 },
/* Expression: chan
* Referenced by: '<Root>/Encoder1'
*/
{ 8.0, 9.0, 10.0 },
/* Computed Parameter: Encoder1_P3_Size
* Referenced by: '<Root>/Encoder1'
*/
{ 1.0, 1.0 },
/* Expression: vectorizeOutput
* Referenced by: '<Root>/Encoder1'
*/
0.0,
/* Computed Parameter: Encoder1_P4_Size
* Referenced by: '<Root>/Encoder1'
*/
{ 1.0, 1.0 },
/* Expression: ts
* Referenced by: '<Root>/Encoder1'
*/
4.0E-5,
/* Expression: 0
* Referenced by: '<S1>/Delay1'
*/
0.0,
/* Expression: 0
* Referenced by: '<S1>/Switch2'
*/
0.0,
/* Expression: 0
* Referenced by: '<S1>/Delay2'
*/
0.0,
/* Expression: eps
* Referenced by: '<S5>/Constant'
*/
2.2204460492503131E-16,
/* Computed Parameter: OUT_Y0
* Referenced by: '<S6>/OUT'
*/
false,
/* Computed Parameter: OUT_Y0_c
* Referenced by: '<S7>/OUT'
*/
false
};
Alinear_encoder_cal_type *Alinear_encoder_cal = &Alinear_encoder_cal_impl;