RfuncBase#

class RfuncBase(up=True, gain_scale_factor=1.0, cutoff=0.999, **kwargs)[source]#
Parameters:

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.