Skip to main content

sound:filter - load FRF from txt file

Version: 0.0.0

Description

Loads a Frequency Response Function (FRF) from a text file. The supported files are text files with the header AnsysSound_FRF X, as in Ansys Sound SAS.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
file_pathstringPath to the text file.

Outputs

OutputNameExpected type(s)Description
Pin 0frequency_response_functionfieldThe frequency response function (FRF), which contains frequencies in Hz and associated gains in dB, as a field.

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: load_FRF_from_txt

License: avrxp_snd_level1

Changelog

  • Version 0.0.0: Initial release.