Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
63
def
subcortical_waveform(times):
64
""
"Create a subcortical waveform."
""
65
return
10e-9 * np.cos(times * 2 * np.pi * 239)
66
67
68
times = np.linspace(0, 0.5, int(0.5 * raw.info[
"sfreq"
]))
Callers
1
css.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected