attenuation(lref, dref = 1, dstop, n, plot = TRUE,
xlab = "Distance (m)", ylab = "dB", ...)
lref
(in m.)
(by default = 1).dref
and dstop
.TRUE
plots attenuation against distance
of propagation (by default TRUE
).plot
graphical parameters.plot
is FALSE
return a numeric vector with the data generated.convSPL
, moredB
# theoretical attenuation up to 200 m of a 100 dB/1m sound source
attenuation(lref=100,dstop=150,n=200,type="l")
Run the code above in your browser using DataLab