Part Number: TMS320F28069
Other Parts Discussed in Thread: CONTROLSUITE
I'm trying to implement 3 phase SPLL using the solar library provided in controlSUITE.
Using balanced grid e.g.
grid freq = 50; ISR freq = 20k
Please tell me the significance of filter co-efficients A1(not used in the example), B0 and B1. lf, and the filter limit to obtain required output ?
I'm getting f0 approx 50. D component to approx 1 and Q component to approx 0.
The discrete low pass filter equates to:
But in the example provided in controlSUITE
y[n] = y[n-1] + (B0 * x[n]) - (B1 * x[n-1])..........(1)
Please can I know what is the cutoff freq in the above equation?
How does limiting the filter output (200 here) helps ?
Does equation(1) refer to a PI control ? what is the cutoff freq of the output?
In sprabt4a output response calculations are done to obtain the co-eff. Does it filter any freq ? How is the upper limit determined ?
Please help.