time_normalize_windows: Time normalize windows to a standard length
Description
Time normalize windows to a standard length
Usage
time_normalize_windows(
x,
target_samples = 500,
target_ms = NULL,
interpolation_method = "linear",
align_feature = NULL,
preserve_amplitude = TRUE,
...
)