-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d706b80
commit 1843c17
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
# DC-DC-Converter | ||
# 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. | ||
# converter_model.py: The converter_model.py is a python script. | ||
# converter_model.exe: Its is a .exe file generated from the converter_model.py script. When runned the model takes some input parameters for the required by the converter and returns the value of inductor and capacitor ratings. And also mentions the type of converter i.e. either buck or boost converter. |