Contents:
Bases: Transform
Transform
Remove channels of neural activity whose mean value is below a threshold.
Methods Summary
__call__(sample)
__call__
Calculates firing rate over all time points and thresholds.
Methods Documentation
sample (np.ndarray) – input shape is (time, n_channels)
np.ndarray
output shape is (time, n_channels)