borsar.utils.create_fake_raw

borsar.utils.create_fake_raw(n_channels=4, n_samples=100, sfreq=125.0)[source]

Create fake raw signal for testing.

Parameters:
n_channels : int, optional

Number of channels in the fake raw signal. Defaults to 4.

n_samples : int, optional

Number of samples in the fake raw singal. Defaults to 100.

sfreq : float, optional

Sampling frequency of the fake raw signal. Defaults to 125.

Returns:
raw : mne.io.RawArray

Created raw array.