sweep_design.utility_functions.sweep_correction

Module Contents

Functions

correct_sweep(→ sweep_design.signal.Signal)

Apply correction to sweep signal.

sweep_design.utility_functions.sweep_correction.correct_sweep(signal: sweep_design.signal.Signal, start_window: float = None) sweep_design.signal.Signal[source]

Apply correction to sweep signal.

Using the EMD to subtract the last IMF from the displacement and if window is not None then apply a window in the star so that the displacement starts at zero.

Parameters
  • signal (Relation) – The sweep signal on which the correction will be applied.

  • start_window (float, optional) – The time interval at the beginning to reduce the deviation from zero. If None, then window is not applied. Defaults to None.

Returns

corrected sweep signal.

Return type

Relation