Pick channels from cross-spectral density matrix.
CrossSpectralDensity
The CSD object to select the channels from.
list
of str
List of channels to include (if empty, include all available).
list
of str
Channels to exclude (if empty, do not exclude any).
If True (default False), ensure that the order of the channels in the
modified instance matches the order of include
.
New in version 0.20.0.
If True (the default), return a copy of the CSD matrix with the modified channels. If False, channels are modified in-place.
New in version 0.20.0.
CrossSpectralDensity
Cross-spectral density restricted to selected channels.