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

Signature

def sdynpy.signal_processing.sdynpy_frf.fft2frf(references, responses, method='H1', freqs_in=None, **kwargs)

Creates an FRF matrix given ffts of responses and references

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

Parameters

Returns

Notes

There are requirements for the shapes of references and responses for some FRF computation methods. No averaging is performed by this function.