Skip to main content
Ctrl+K
PyAnsys Sound - Home

Site Navigation

  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
  • GitHub

Site Navigation

  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
  • GitHub

Section Navigation

  • Signal utilities
  • Spectrogram processing
  • Psychoacoustics
  • Xtract
    • Xtract
      • convert_fields_container_to_np_array
      • get_output
      • get_output_as_nparray
      • plot
      • process
      • input_signal
      • output_noise_signal
      • output_remainder_signal
      • output_tonal_signal
      • output_transient_signal
      • parameters_denoiser
      • parameters_tonal
      • parameters_transient
    • XtractDenoiser
    • XtractDenoiserParameters
    • XtractTonal
    • XtractTonalParameters
    • XtractTransient
    • XtractTransientParameters
  • Server helpers
  • PyAnsys
  • API reference
  • Xtract
  • Xtract
  • get_output

get_output#

Xtract.get_output()#

Get the output of the Xtract algorithm in a tuple as DPF fields containers or fields.

Returns:
:
Tuple[FieldsContainer, FieldsContainer, FieldsContainer, FieldsContainer] |
Tuple[Field, Field, Field, Field]

Noise signal, tonal signal, transient signal, and remainder signal in a tuple of DPF fields or fields containers.

Return type:

Union[Tuple[FieldsContainer, FieldsContainer, FieldsContainer, FieldsContainer], Tuple[Field, Field, Field, Field]]

On this page
  • Xtract.get_output()
Show Source

© Copyright (c) 2024 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.4.0.

Built with the Ansys Sphinx Theme 0.16.6.
Last updated on