MCPcopy
hub / github.com/mne-tools/mne-python / subcortical_waveform

Function subcortical_waveform

examples/preprocessing/css.py:63–65  ·  view source on GitHub ↗

Create a subcortical waveform.

(times)

Source from the content-addressed store, hash-verified

61
62
63def subcortical_waveform(times):
64 """Create a subcortical waveform."""
65 return 10e-9 * np.cos(times * 2 * np.pi * 239)
66
67
68times = np.linspace(0, 0.5, int(0.5 * raw.info["sfreq"]))

Callers 1

css.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected