Part Number: LAUNCHXL-F280049C
Hi there,
I noticed in the is02_offset_gain_cal project of instaSPIN-FOC for F28004xC, a first order filter function is used for current/voltage calibration, but I'm pretty confused how the coefficients of filter were set, especially the coefficient b0. Can you explain a bit?
as per the project, the b0 is equal to 1/1000 as follows. I think this value should Slightly less than 1, and 1/1000 is too little.
float32_t b0 = userParams.offsetPole_rps / userParams.ctrlFreq_Hz=20/(20*1000)=1/1000;
Thanks!