opDB | R Documentation |
This function either adds, subtracts or averages dB values specified in function. This is for dB values in re to power, intensity or pressure.
opDB(dbs, PL, op = "add")
dbs |
A vector of dB values of all the same reference. |
PL |
Should be 10 if dB measurements were for intensity or power and 20 if dB measurements were for pressure. |
op |
Default = 'add'. Can be 'add', 'sub', or 'avg' to add, subtract, or average, respectively. |
A sinlge dB value
#Given a set of intensity values, add them.
opDB(c(100, 101, 127, 96), 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.