From bb9a461f9933401599c05f87328f835f65faaee0 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Fri, 24 Oct 2025 15:05:53 +1000 Subject: Add resample subpackage with downsampling support - Add transivent.resample subpackage for signal preprocessing - Implement average_downsample() for block averaging downsampling - Add downsample_to_interval() for interval-based downsampling - Add target_sampling_interval parameter to detect_from_wfm() - Preserves signal amplitude and improves SNR through averaging - Creates uniform time arrays to avoid validation warnings --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uv.lock') diff --git a/uv.lock b/uv.lock index f0e8195..817106a 100644 --- a/uv.lock +++ b/uv.lock @@ -2335,7 +2335,7 @@ wheels = [ [[package]] name = "transivent" -version = "2.0.0" +version = "2.0.3" source = { editable = "." } dependencies = [ { name = "joblib", version = "1.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" }, -- cgit v1.2.3