Simulation and calculation of HV DC/DC converter that powers PHT. Details are in comments in the code.
Calculations are based on:
- Flyback Converter Design.
- Voltage divider - feedback voltage divider.
- What is the transformer inductance ratio? How is it determined? - inductance of the secondary transformer winding.
- SMPSChart - efficiency of the converter.
- Flyback Switchmode PSU for Powering Legacy Equipment - calculating minimum turns on primary side of transformer.
- Input and Output Capacitor Selection - calculating input bulk and ceramic capacitors.
In command line, in this directory execute:
octave-cli HVPowerSupplyElementsCalculator.m
Note: script mixes different unit prefixes but this inconsistency is already present in the datasheet, so I stick to it.
f43d284 (Fix grammar mistakes (found by Code Spell Checker add-on in VSCode). (fix #62))