Buck Convertor simulation in LTSPICE
I have been doing a buck converter simulation recently. Let's go with some basic or normally used requirements for the buck converter. 1. The first step would be calculating ripple current. `\triangle I= K\times I_{out}` `\triangle I= 1 Amps` 2. Now, calculate the ripple Voltage `\triangle V= V_{r}\times V_{out}` `\triangle V= 5mV` 3. Let's calculate the Duty cycle, D `D=\frac{V_{out}}{V_{i n}}` `D=0.4167` 4. The value of the Inductor can be calculated by ` L=\frac{Vi n\times D\times (1-D)}{\triangle I \times F_{s}}` `L=116 mH` 5. Finally, calculating the output Capacitance value `C=\frac{Vi n\times D\times (1-D)}{8\times\triangle V\times L\times C \times F_{s}^{2}}` `C=1mF` I made an Excel with the formula. I have given the snapsho...