mne_hfo.simulate.simulate_brown_noise#
- mne_hfo.simulate.simulate_brown_noise(N, random_state=None)[source]#
Create a brown noise (1/f²) with N points.
- Parameters:
- N
int
Number of samples to be returned.
- 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
.
- N
- Returns: