mne_hfo.simulate.simulate_delta

mne_hfo.simulate.simulate_delta(fs=5000, decay_dur=None)[source]

Delta function with exponential decay.

Parameters

fs: int

Sampling frequency of the signal (default=5000)

decay_dur: float

Decay duration before returning to 0 in seconds

Returns

delta: numpy array

1D numpy array with delta function

Examples using mne_hfo.simulate.simulate_delta