Skip to main content

sound:compute 1/3-octave levels from PSD

Version: 0.0.0

Description

Compute one-third-octave-band levels from a power spectral density (PSD) input. Twenty-nine bands are considered whose center frequencies range between 25 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 0levelsfieldOne-third-octave-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 one-third-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_one_third_octave_levels_from_psd

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.