Decibel loudness

User Generated

qcqvrpvbpub

Programming

Description

*Using netbeans

The loudness of a sound is measured in units of decibels and is calculated as shown:
10 LOG (SL/LR)

SL - is the intensity of the sound being measured.
RL - is a reference sound-intensity level.

using the formula, calculate and display the decibel loudness of a busy street having a sound intensity of 10,000,000 RL.

User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

SL= 10,000,000RL

db =10log(SL/RL)

=10log(10,000,000RL/RL)

=10log(10,000,000)

db =70

to display that , the idea can be taken from following diagram


Similar Content

Related Tags