Discussion:
[N8VEM: 19096] Calculating standard resistor values
Tom Lafleur
2014-12-15 14:19:09 UTC
Permalink
FYI... I find these equations very handy in selecting resistor values...

These Excel equation will calculate standard E24-5%, E48-2% and E96-1%
standard resistor values..

Paste into a cell, change the three references from A1 in the equations
below to the cell with the required values, and it will give you the new
closest standard value...
( It can be expanded to E192-0.1% by changing the five references of "96"
to 192, but, I avoid using 0.1% values)

This will give you error in %, from old value (A1) to new value (A2)
=ABS(((A1-A2)/A2)*100)

For E96
=ROUND((10^(ROUND(96*LOG(A1),0)/96))/10^INT(LOG((10^(ROUND(96*LOG(A1),0)/96)))),2)*10^INT(LOG((10^(ROUND(96*LOG(A1),0)/96))))


For E48
=ROUND((10^(ROUND(48*LOG(A1),0)/48))/10^INT(LOG((10^(ROUND(48*LOG(A1),0)/48)))),2)*10^INT(LOG((10^(ROUND(48*LOG(A1),0)/48))))


For E24
=ROUND((10^(ROUND(24*LOG(A1),0)/24))/10^INT(LOG((10^(ROUND(24*LOG(A1),0)/24)))),1)*10^INT(LOG((10^(ROUND(24*LOG(A1),0)/24))))



~~ _/) ~~~~ _/) ~~~~ _/) ~~~~ _/) ~~

Tom Lafleur
--
You received this message because you are subscribed to the Google Groups "N8VEM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to n8vem+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/n8vem.
For more options, visit https://groups.google.com/d/optout.
Loading...