Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.signal_processing.sdynpy_frf.delay_signal

Signature

def sdynpy.signal_processing.sdynpy_frf.delay_signal(times, signal, dt)

Delay a time signal by the specified amount

This function takes a signal and delays it by a specified amount of time that need not be an integer number of samples. It does this by adjusting the phaes of the signal’s FFT.

Parameters

Returns