XtractTransient#
- class ansys.sound.core.xtract.XtractTransient(input_signal=None, input_parameters=None)#
Extracts the transient components of a signal using the Xtract algorithm.
Class instantiation takes the following parameters.
- Parameters:
- input_signal
FieldsContainer
|Field
, default:None
One or more signals to extract transient components on as a DPF fields container or fields. When inputting a fields container, each signal (each field of the fields container) is processed individually.
- input_parameters
XtractTransientParameters
, default:None
Structure that contains the parameters of the algorithm:
Lower threshold (float), which is between 0 and 100.
Upper threshold (float), which is between 0 and 100.
This structure is of the
XtractTransientParameters
type. For more information, see this class.
- input_signal
Methods
Convert a DPF fields container to a NumPy array.
Get the output of the transient extraction.
Get the output of the transient extraction as NumPy arrays.
Plot signals.
Process the transient extraction.
Attributes
Input parameters.
Input signal.
Output non-transient signals.
Output transient signals.