physioex.data.Resample#

class physioex.data.Resample(target_fs)[source]#

Bases: PreprocessingStep

Resample to target sampling rate.

Parameters:

target_fs (float)

__init__(target_fs)[source]#
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.

compile(fs_in)[source]#

Precompute any expensive state and return a callable specialized for fs_in.

Parameters:

fs_in (float)

Return type:

CompiledStep

spec()[source]#

Return canonical, hashable text repr.

Format: ClassName(key1=val1,key2=val2,…) with sorted keys, floats normalized via f’{float(v):.10g}’.

Return type:

str