Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121898492
spm_eeg_planarchannelset.m
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 14, 17:10
Size
623 B
Mime Type
text/x-Algol68
Expires
Wed, Jul 16, 17:10 (2 d)
Engine
blob
Format
Raw Data
Handle
27395588
Attached To
R5163 Slepians
spm_eeg_planarchannelset.m
View Options
function
[
planar
]
=
spm_eeg_planarchannelset
(
input
)
%
FUNCTION
that
defines
the
planar
gradiometer
channel
combinations
%
The
output
cell
-
array
contains
the
horizontal
label
,
vertical
label
%
and
the
label
after
combining
the
two
.
%
%
Use
as
%
[
planar
]
=
spm_eeg_planarchannelset
(
data
)
%
%
Copyright
(
C
)
2014
Wellcome
Trust
Centre
for
Neuroimaging
%
$Id:
spm_eeg_planarchannelset
.
m
5936
2014
-
04
-
01
09
:
40
:
26
Z
vladimir
$
if
isa
(
input
,
'
cell
'
)
&&
~
isempty
(
input
)
&&
isa
(
input
{
1
},
'
char
'
)
data
.
label
=
input
;
else
data
=
input
;
end
planar
=
ft_senslabel
(
lower
(
ft_senstype
(
data
)),
'
output
'
,
'
planarcombined
'
);
Event Timeline
Log In to Comment