filter:abc weightings
Version: 0.0.0
Description
Computes ABC-weightings for the amplitude spectrum in dB units.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | data to be weighted in dB units. |
| Pin 1 Required | weighting_type | int32 | if 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_scoping | bool | if 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
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | weightings | fields_container | weighted data in dB units. |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| inplace | bool | false | The output is written over the input to save memory if this config is set to true. |
| mutex | bool | false | If 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.