This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
大家好,存在如下疑问:
1)DSP程序中,最大带按压电流测量范围分别通过宏定义为
#define VAC_MAX_SENSE 620.152f
#define VDCBUS_MAX_SENSE 620.152f
#define I_MAX_SENSE 15.6f
2)calculation的excel表格中计算出的分别是
Vbus_max_sense = 451.65Volts
Vac_max_sense=450.15Volts
Imax_sense = 16.968Amps
请问为什么软件设计和硬件计算不一致呢?
您好,SDFM的cal表格我看了,是和软件对应的。但是,如果我选择的是ADC传感方式的话,那么Vbus_max_sense、Vac_max_sense、Imax_sense这三个宏定义变量是不是也要相应更改呢?并没有在软件上看到相应的更改,用的还是之前SDFM传感模式时的值。