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