CropSignal#
- class ansys.sound.core.signal_utilities.CropSignal(signal=None, start_time=0.0, end_time=0.0)#
Crops a signal.
Class instantiation takes the following parameters.
- Parameters:
Methods
Convert a DPF fields container to a NumPy array.
Get the cropped signal as a DPF fields container.
Get the cropped signal as a NumPy array.
Plot the resulting signals in a single figure.
Crop the signal.
Attributes
End time of the part to crop in s.
Input signal as a DPF field or fields container.
Start time of the part to crop in s.