SourceBroadbandNoise#

class ansys.sound.core.sound_composer.SourceBroadbandNoise(file='', source_control=None)#

Sound Composer’s broadband noise source class.

This class creates a broadband noise source for the Sound Composer. A broadband noise source is used to generate a sound signal from broadband noise source data and one source control.

The broadband noise source data consists of a series of noise spectra, each corresponding to a control parameter value.

The source control contains the control parameter values over time.

Class instantiation takes the following parameters.

Parameters:
filestr, default: “”

Path to the broadband noise file. Supported files are text files with the header AnsysSound_BBN.

source_controlSourceControlTime, default: None

Source control, consisting of the control parameter values over time to use when generating the sound from this source.

Methods

SourceBroadbandNoise.convert_fields_container_to_np_array(fc)

Convert a DPF fields container to a NumPy array.

SourceBroadbandNoise.get_as_generic_data_containers()

Get the source and source control data as generic data containers.

SourceBroadbandNoise.get_output()

Get the generated sound as a DPF field.

SourceBroadbandNoise.get_output_as_nparray()

Get the generated sound as a NumPy array.

SourceBroadbandNoise.is_source_control_valid()

Source control verification function.

SourceBroadbandNoise.load_source_bbn(file)

Load the broadband noise source data from a file.

SourceBroadbandNoise.plot()

Plot the resulting signal.

SourceBroadbandNoise.plot_control()

Plot the source control.

SourceBroadbandNoise.process([...])

Generate the sound of the broadband noise source.

SourceBroadbandNoise.set_from_generic_data_containers(...)

Set the source and source control data from generic data containers.

Attributes

SourceBroadbandNoise.source_bbn

Source data of the broadband noise source.

SourceBroadbandNoise.source_control

Source control of the broadband noise source.