calculates a tranquility score from four inputs

ntm_score(NAMM, PONS, Lrr, Lat)

Arguments

NAMM

a NAMM score between 1-5

PONS

a PONS score, the percentage of natural sound

Lrr

a road and rail score in decibels, 15-90 dB

Lat

a corrected overall level, in decibels, 15-90dB

Value

a tranquility description as a string

Details

each argument must be an integer

See also

Examples

if (FALSE) { if(interactive()){ #EXAMPLE ntm_score(5, 97, 15, 48) } }