mne_hfo.simulate.simulate_hfo#
- mne_hfo.simulate.simulate_hfo(fs=5000, freq=None, numcycles=None, random_state=None)[source]#
Create a simulated HFO signal.
- Parameters:
- fs
float
Sampling rate of the signal (default=5000).
- freq
float
Frequency of the artificial HFO (default=None - random frequency between 80 nad 600 Hz).
- numcycles
int
Number of HFO cycles (default=None - cycles between 9 - 15).
- 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:
Examples using mne_hfo.simulate.simulate_hfo
#
01. Detect HFOs in Simulated Dataset
01. Detect HFOs in Simulated Dataset