Hello TI,
I have a short question about the SNVA538:
At page 10, the result of the mentioned optimization of the two stage filter is shown as:
L1 = L/2
L2 = 7*L1
Ld = L2/2
C2 = 4*C1
Rd = sqrt(L1/(4*C1))
Further below, at page 19, I found a example for this filter. But the formulas used for this are different:
L1 = L/4
C1 = C/4
L2 = 7*L1
C2 = 4*C1
Rd = sqrt(L1/C2) ---> Rd = sqrt(L/(4*C1))
Ld = L1/8 ---> Ld = (L2/7)/8 = L2 / 56
For me, there main difference is the big difference in the calculation of Ld by a factor of 28.
The difference in choosing of L1 is in my opinion not that serious, as it does not change the ratios of the components.
Could you please explain the differences i beetween these formulas? I would try to perform the mentioned optimization by myself, but the assumtions used for it are not stated in this paper (or at least I did not recognized them)
Thank you a lot,
Dominik Lorenz