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_stateis anint, it will be used as a seed forRandomState. IfNone, the seed will be obtained from the operating system (seeRandomStatefor details). Default isNone.
- fs
- Returns: