physioex.data.Resample#
- class physioex.data.Resample(target_fs)[source]#
Bases:
PreprocessingStepResample to target sampling rate.
- Parameters:
target_fs (float)
Methods
__init__(target_fs)compile(fs_in)Precompute any expensive state and return a callable specialized for fs_in.
spec()Return canonical, hashable text repr.