harmonic_stimulus_with_pw_CM

class nrv.optim.optim_utils.harmonic_stimulus_with_pw_CM(stim_ID: int = 0, start: float = 1, amplitude: float = 100, t_pulse: float = 0.06, dt: float = 0, stim_gen: callable = None, stim_gen_kwargs: dict = {}, extracel_context: bool = True, intracel_context: bool = False, rec_context: bool = False)[source]

Methods

harmonic_stimulus_with_pw_CM.__init__([...])

Init method for NRV_class

harmonic_stimulus_with_pw_CM.get_parameters()

Generic method returning all the atributes of an NRV_class instance

harmonic_stimulus_with_pw_CM.interpolate(X)

interpolate the input vector with the interpolator.

harmonic_stimulus_with_pw_CM.load(data[, ...])

Generic loading method for NRV_class instance

harmonic_stimulus_with_pw_CM.save([save, ...])

Generic saving method for NRV_class instance.

harmonic_stimulus_with_pw_CM.set_parameters(...)

Generic method to set any attribute of NRV_class instance

harmonic_stimulus_with_pw_CM.stimulus_generator(...)

generated from interpolated values with stim_gen function.