mne_hfo.simulate.simulate_delta#
- mne_hfo.simulate.simulate_delta(fs=5000, decay_dur=None, random_state=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.
- random_state
None
|int
| instance ofRandomState
If
random_state
is anint
, it will be used as a seed forRandomState
. IfNone
, the seed will be obtained from the operating system (seeRandomState
for details). Default isNone
.
- fs
- Returns: