• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

DOES ANYONE KNOW HOW TO GET TOTAL dBa RATING

BoomAM

Diamond Member
Hi,
i am in the process of upgrading my pc rig to a new home. A Juno P6 Full Tower. I am also on a mission to reduce my pcs noise.
for the case fans(five in total) i am going to have 5 Papst 8412 NGL 80mm fans and for the CPU, a thermalright AX-7+ thermaltake 80mm

DOES ANYONE KNOW HOW TO GET TOTAL dBa RATING BY ADDING FAN dBa RATINGS TOGETHER?
it cant be like 20dBa+20dBa=40dBa.

the ratings are,
12dBa
12dBa
12dBa
12dBa
12dBa
30dBa

thanx in advance
 
You don't add the fans togehter that way to get total decibels. There is an equation for it, but I don't remember. I think the actual noise level doubles every 2-3 decibels.

EDIT: Look at this page.
 
log(5*10^1.2+10^3)=


30.03db
(it's a little more complex than that...but close enough)

There's not really that much point to spending the money on papst fans if you're going to throw a 30db fan in the mix.
 
the 30 dBa fan is a thermaltake 80mm fan for the CPU. It will go on top of a thermalright AX-7. Before you all start saying that i need a decent fan (delta) for a AX-7, i am going for quietness. This was the only 80mm fan that had a decent CFM and a dBa below 31.5 (my existing VolcanoII). If anyone can reccommend any others, that are available from a UK baced supplier then tell me.

by the way, i used that calculator and it came up with 30.3 dBa. Not bad.

by any chance does anyone know how loud the fan is on a creative labs GF3 Ti200?
the same fan accesbely is used on the Ti500 cards from creative as well. As well as the Ti200/500 from MSI.

Thanx in advance
 


<< You don't add the fans togehter that way to get total decibels. There is an equation for it, but I don't remember. I think the actual noise level doubles every 2-3 decibels.

EDIT: Look at this page.
>>



No, sound doubles in amplitude every 3dB, precieved sound (what you hear) doubles every 10 dB (or one bel).

That page makes working with decibel quantities more complex than it really is because it's combining more than one step into one equation and using some notation some readers might not be familiar with. I suggest that anyone who's interested in finding the total value of dB their system makes learn the method(s) below at the very least (it wouldn't hurt to read some general info on the subject too), because it's faster than using the web calculator linked to above when you need to add up more than two quantities once you've done it a few times. It's also more accurate (the website rounds to the nearest tenth). Okay, here goes:

Working with decibel quantities requires a little knowledge of logarithms and algebra, or a 100 level Physics course. If you don't meant those requirements, you can use the equations below. I've done pretty much all the work, making it a simple plug-in-values deal. So you'll only need to know how to use basic functions on a calculator, adding, log (log base 10, meaning just push the log button), exponentials, squaring, and square rooting (and not even the last two if you use the second method).

You can't add dB directly, first you have to convert it to either Sound Pressure Level or Sound Intensity Level. I won't bother defining and explaining absolutely everything and such, you people who really want to be in the know would probably go and find a better source anyway, so this'll just be the skinny. Okay, the equations below assume that the point of reference is the average human threshold of hearing, 2 x 10^-5 N/m^2 (Newtons/meter squared) is 0 dB and that the sounds are uncorrelated. Correlated sound would be two sounds of exact amplitude and period equidistant to the listener, ie. an eletrical signal split in two, fed to two exactly same speakers, both equidistant to you, you won't get this with fans. Basically, what you're going to do is either:

Convert dB values to SPL (Sound Pressure Level)
Add the squares of the SPL values
Square root the result
Convert back to dB

OR

Convert the dB values to SIL (Sound Intensity Level)
Add the values together
Convert back to dB

For SPL:

dB = 20 * log(P/(2 x 10^-5))

With some Algebra, we get:

(10^(dB/20)) * (2 x 10^-5) = P
P being the SPL

Then, just take all the P values and square them individually, add them together, take that result and square root it, then plug it back into the original SPL equation (the total SPL value goes into P).

For SIL:

dB = 10 * log(I/(10^(-12)))

Throw in some Algebra:

(10^(dB/10)) * 10^(-12) = I
I being the SIL

Then, take all the I values, simply add them together (no squaring involved), then take the total SIL value and plug it back into the original SIL equation, substituting I for that total SIL value.

After learning that, I recommend learning about SPL and SIL, what they are, how they relate to each other, how they differ from each other. With the subject of sound, understanding of Trigonometry is a must (sine waves, logarithms, etc.).
 
Back
Top