Skip to main content

filter:abc weightings

Version: 0.0.0

Description

Computes ABC-weightings for the amplitude spectrum in dB units.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_containerdata to be weighted in dB units.
Pin 1
Required
weighting_typeint32if this pin is set to 0, the A-weighting is computed, 1 the B-weigting is computed and 2 the C-weightings is computed.
Pin 2
Required
shape_by_tf_scopingboolif this pin is set to true, each field of the input fields container is defined by time freq scoping and not by ids. Default is false

Outputs

OutputNameExpected type(s)Description
Pin 0weightingsfields_containerweighted data in dB units.

Configurations

NameExpected type(s)Default valueDescription
inplaceboolfalseThe output is written over the input to save memory if this config is set to true.
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: filter

Plugin: core

Scripting name: abc_weightings

Full name: filter.abc_weightings

Internal name: abc_weightings

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.