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_generator.pseudorandom

Signature

def sdynpy.signal_processing.sdynpy_generator.pseudorandom(fft_lines, f_nyq, signal_rms=1, min_freq=None, max_freq=None, filter_oversample=2, integration_oversample=1, averages=1, shape_function=<function <lambda> at 0x7f7f9d170180>)

Creates a pseudorandom excitation given the specified signal parameters

This function creates a pseudorandom excitation from a sum of sine waves with randomized phases. The function can return shaped input if the optional shape_function argument is passed.

Parameters

Returns