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.timedata2frf

Signature

def sdynpy.signal_processing.sdynpy_frf.timedata2frf(references, responses, dt=1, samples_per_average=None, overlap=0.0, method='H1', window=array([1.]), response_fft=<function <lambda> at 0x7f7f9d13ba60>, reference_fft=<function <lambda> at 0x7f7f9d13bb00>, response_fft_array=None, reference_fft_array=None, return_model_data=False, **lrm_kwargs)

Creates an FRF matrix given time histories of responses and references

This function creates a nf x no x ni FRF matrix from the time histories provided.

Parameters

Returns

Notes

There are requirements for the shapes of references and responses for some FRF computations.