Pick channels from cross-spectral density matrix.
CrossSpectralDensityThe CSD object to select the channels from.
list of strList of channels to include (if empty, include all available).
list of strChannels 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.
CrossSpectralDensityCross-spectral density restricted to selected channels.