| 1 | /* |
| 2 | * PWM_sf_data.c |
| 3 | * |
| 4 | * Code generation for model "PWM_sf". |
| 5 | * |
| 6 | * Model version : 1.825 |
| 7 | * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020 |
| 8 | * C source code generated on : Fri Apr 14 12:53:29 2023 |
| 9 | * |
| 10 | * Target selection: rtwsfcn.tlc |
| 11 | * Note: GRT includes extra infrastructure and instrumentation for prototyping |
| 12 | * Embedded hardware selection: ARM Compatible->ARM Cortex-M |
| 13 | * Emulation hardware selection: |
| 14 | * Differs from embedded hardware (MATLAB Host) |
| 15 | * Code generation objectives: |
| 16 | * 1. Execution efficiency |
| 17 | * 2. RAM efficiency |
| 18 | * Validation result: Not run |
| 19 | */ |
| 20 | |
| 21 | #include "PWM_sf.h" |
| 22 | #include "PWM_sf_private.h" |
| 23 | |
| 24 | /* Constant parameters (default storage) */ |
| 25 | const ConstP_PWM_T PWM_ConstP = { |
| 26 | /* Expression: rep_seq_y |
| 27 | * Referenced by: '<S3>/Look-Up Table1' |
| 28 | */ |
| 29 | { 0.0, 3000.0, 0.0 }, |
| 30 | |
| 31 | /* Expression: rep_seq_t - min(rep_seq_t) |
| 32 | * Referenced by: '<S3>/Look-Up Table1' |
| 33 | */ |
| 34 | { 0.0, 5.0E-5, 0.0001 } |
| 35 | }; |
| 36 | |