Tool/software:
Hi all,
I am considering the PWM frequency and the ADC data sampling frequency in the current loop of the PFC.
I would like to know what the set values are for this board. Thank you.
BR
YUKIOOYAMA
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.
Tool/software:
Hi all,
I am considering the PWM frequency and the ADC data sampling frequency in the current loop of the PFC.
I would like to know what the set values are for this board. Thank you.
BR
YUKIOOYAMA
Hi, Oyama san
both are 40kHz.
see blow setting:
#define VIENNA_PFC3PH_PWM_SWITCHING_FREQUENCY_HZ ((float32_t)40*1000)
#define VIENNA_CNTRL_ISR_FREQ_RATIO 1
Regards
Hely
Hello, Zhang-san.
The sampling freq. of the ADC is defined by "VIENNA_CNTRL_ISR_FREQ_RATIO," right?
And does it represent a ratio with respect to PWM freq?
Best Regards,
YUKIOOYAMA
Hi, Oyama san
you are right.
VIENNA_CNTRL_ISR_FREQ_RATIO controls both ADC sampling frequency and current control loop frequency.
and yes, it represents a ratio with respect to PWM freq.
Regards
Hely
Hello, Hely-san
I have understood the frequency setting, thank you. I appreciate your explanation.
I will close this case.
BR.
YUKIOOYAMA