You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dc-dc converter is an electronic deice which converters fixed dc voltage into a variable dc voltage. It is possible to either step-up or step-down the input dc voltage. A step-up (boost) converter is capable of rising the output voltage higher than the input voltgae. A step-down (buck) converter is able to lower the input voltage at the output.
About
ChopperDroid is a calculator that can calculate the critical inductance and filter capacitance for a dc-dc converter after passing a few specific parameters. The calculator is build using python scripting. The complete python script is available in converter_model.py and, the modules used are present the ConverterPackages.