Calculate a voltage divider with real world resistances used for power regulator feedback.
feedbackDivider(
5V, // input voltage
1.2V, // desired output voltage
100kOhm // order of magnitude for the divider
)
vout | The desired output voltage of the power supply. |
vref | The feedback reference voltage of the power supply. |
resitorOrderOfMagnitude | The order of magnitude for the resistors (optional). If not given, one resistor will be in 1-10Ohm range. |
maxTolerance | Maximum tolerance allowed for ideal resistor case (optional). If not given, 1% is used. |
resistorTolerance | The tolerance of the used resistors (optional). Used for calculation of worst case values. If not given, 1% is used. |
series | The resistor series to use. If not given, E24 is used. |
return value | Array of realisable voltage dividers. |
The difference the between voltage divider calculator and this function is that this function calculates the output voltage of the regulator with respect to feedback and the used divider. The errors would be calculated related to the output.
The result is an array containing the matching resistor pairs, output voltages, and the error in percents: