stimulus.concatenate stimulus.concatenate(s, t, t_shift=0)[source] Concatenate samples to a signal, internal use only. Parameters: s (float) – values of signal, numpy array like t (float) – time serie of the values, numpy array like t_shift (float) – time to shift the t values at the end of original signal, by default equal to 0. Here to prevent possible duplicates if the t serie starts with 0