RfuncBase#

class RfuncBase(cutoff=0.999, **kwargs)[source]#
Parameters

cutoff (float) –

Methods#

__init__

block

Method to return the block function.

get_init_parameters

Get initial parameters and bounds.

get_t

Internal method to determine the times at which to evaluate the step response, from t=0.

get_tmax

Method to get the response time for a certain cutoff.

impulse

Method to return the impulse response function.

step

Method to return the step function.

to_dict

Method to export the response function to a dictionary.

update_rfunc_settings

Internal method to set the settings of the response function.