| 1234567891011121314151617181920212223242526272829303132333435 |
- /*
- * PWM_sf_data.c
- *
- * Code generation for model "PWM_sf".
- *
- * Model version : 1.825
- * Simulink Coder version : 9.4 (R2020b) 29-Jul-2020
- * C source code generated on : Fri Apr 14 12:53:29 2023
- *
- * Target selection: rtwsfcn.tlc
- * Note: GRT includes extra infrastructure and instrumentation for prototyping
- * Embedded hardware selection: ARM Compatible->ARM Cortex-M
- * Emulation hardware selection:
- * Differs from embedded hardware (MATLAB Host)
- * Code generation objectives:
- * 1. Execution efficiency
- * 2. RAM efficiency
- * Validation result: Not run
- */
- #include "PWM_sf.h"
- #include "PWM_sf_private.h"
- /* Constant parameters (default storage) */
- const ConstP_PWM_T PWM_ConstP = {
- /* Expression: rep_seq_y
- * Referenced by: '<S3>/Look-Up Table1'
- */
- { 0.0, 3000.0, 0.0 },
- /* Expression: rep_seq_t - min(rep_seq_t)
- * Referenced by: '<S3>/Look-Up Table1'
- */
- { 0.0, 5.0E-5, 0.0001 }
- };
|