Calculating preferred resistor values

R

Rheilly Phoull

Guest
G'Day All

Can anyone help me out with the formula that calculates the various values
used for the preferred ranges, like say 1% and 5% ??


--
Regards ........ Rheilly Phoull
 
"Rheilly Phoull" <Rheilly@bigpond.com.au> wrote in message
news:bu5lai$e2ijc$1@ID-151145.news.uni-berlin.de...
G'Day All

Can anyone help me out with the formula that calculates the various values
used for the preferred ranges, like say 1% and 5% ??

Regards ........ Rheilly Phoull

Do you mean the different value ranges like E12, E24, etc.? These are
logarithmically spaced, but unfortunately there is no direct formula to
calculate their exact values.

For the E12 series the approximate values can be computed using the formula
10^(n/12), where n goes from 0 to 11. For the general case, the approximate
values for the range Em are given by 10^(n/m), where n = 0,1,2,...,m-1.

If you apply this to the E12 series, you'll see that the values you get are
pretty close to those of the true E12 series, but deviate somewhat in a way
that is more complex than simply rounding the values.

This link may be helpful:
http://www.logwell.com/tech/components/resistor_values.html

Regards,
Costas
_________________________________________________
Costas Vlachos Email: c-X-vlachos@hot-X-mail.com
SPAM-TRAPPED: Please remove "-X-" before replying
 
Rheilly Phoull wrote:
G'Day All

Can anyone help me out with the formula that calculates the various values
used for the preferred ranges, like say 1% and 5% ??
I wrote a simple Windows program which finds the nearest preferred
resistor value from the E12, E24, E48 or E96 series. It uses a look up
table not a formula.

Email me if you (or anyone else) want a copy.

Gareth.
--
-----------------------------------------------------------------------
To reply to me directly:

Replace privacy.net with: totalise DOT co DOT uk and replace me with
gareth.harris
 
"Gareth" <me@privacy.net> wrote in message
news:bu6vs0$ehjra$1@ID-211380.news.uni-berlin.de...
Rheilly Phoull wrote:
G'Day All

Can anyone help me out with the formula that calculates the various
values
used for the preferred ranges, like say 1% and 5% ??

I wrote a simple Windows program which finds the nearest preferred
resistor value from the E12, E24, E48 or E96 series. It uses a look up
table not a formula.

Email me if you (or anyone else) want a copy.

Gareth.
--
-----------------------------------------------------------------------
To reply to me directly:

Replace privacy.net with: totalise DOT co DOT uk and replace me with
gareth.harris

Yeah, thanks for the thought.
I'm just diddlin' about learning C++ and thought I'd re-invent the wheel for
something meaningful to write.
My first attempt uses an array with the values in but I was looking for a
more elegant method.


--
Regards ........ Rheilly Phoull
 

Welcome to EDABoard.com

Sponsor

Back
Top