Skip to main content

sound:compute octave levels from PSD

Version: 0.0.0

Description

Compute octave-band levels from a power spectral density (PSD) input. Ten bands are considered whose center frequencies range between 31.5 Hz and 16000 Hz

Inputs

InputNameExpected type(s)Description
Pin 0
Required
psdfieldInput power spectral density (PSD) for the levels' computation, in <unit>^2/Hz.

Outputs

OutputNameExpected type(s)Description
Pin 0levelsfieldOctave-band levels. The returned level unit is derived from the input PSD's unit (for example, if the PSD is in Pa^2/Hz, the levels will be returned in Pa^2).The field support contains the octave-band center frequencies.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: sound

Plugin: sound

Scripting name: None

Full name: None

Internal name: compute_octave_levels_from_psd

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.