aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resample.py
Commit message (Collapse)AuthorAge
* Add resample subpackage with downsampling supportSam Scholten2025-10-24
- 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