Acoustic C weighting function. |
||
Syntax |
Output = dBc(Freq, Mag, Ref) |
|
Arguments |
Name |
Description |
Freq |
The frequency vector containing real data. |
|
Mag |
The magnitudes of the spectrum. A vector of real numbers having the same length as Freq. |
|
Ref (optional) |
A reference value (and a positive number). Defaults to 1.0. |
|
Outputs |
Name |
Description |
Output |
The weighted response. A vector of real numbers. |
|
Example |
Apply C weights to the magnitudes of the frequency spectrum of a signal. |
|
Syntax |
||
Output = dBc(Freq, Mag, Ref) |
||
Results |
||
The output is the weighted magnitude spectrum. |
||
Comments |
The dBc function returns the C-weighted frequency curve for the input curve. The C-weighting dampens the non-audible components of the input curve. The Mag vector is divided by Ref and then weighted. The function does not express the output in dB, following the Templex™ strategy in which the dB conversion is handled by the plot. |
|
See Also: |