expyfun.stimuli.compute_mls_impulse_response

expyfun.stimuli.compute_mls_impulse_response(response, mls, n_repeats, verbose=None)[source]

Compute the impulse response from data obtained using MLS

Parameters:
responsearray

Response of the system to the repeated MLS.

mlsarray

The MLS presented to the system.

n_repeatsint

Number of repeats used.

verbosebool, str, int, or None

If not None, override default verbose level.