153
edits
No edit summary |
m (some maths advice) |
||
Line 50: | Line 50: | ||
|CPU fan: | |CPU fan: | ||
|5 dB | |5 dB | ||
'dB' is an exponential scale, so you need to convert the dB values to a linear energy scale before you can add or subtract them.. | |||
In a spreadsheet, if the dB value is in cell B2, '=EXP(B2/10*LN(10))' is the sound energy. | |||
The dB value from a sound energy in C8 is '=LOG(C8)*10'. | |||
{| | |||
|PSU Fan: 34dB | |||
|- | |||
|HDDs: 44dB | |||
|- | |||
|GPU fan: 55dB | |||
|- | |||
|CPU fan: 40dB | |||
|} | |} | ||
For reference: | For reference: |
edits