Add resampling function
Open
- Dominant language
- Rust
- Stars
- 82
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
To change the sample rate of the signal.
Resampling should require that both signals have the same sample_rate. Otherwise return 0 (Not correlated).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the signal type and the code that handles sample_rate. Check how existing signal operations are structured, then implement the requested resampling behavior and verify that signals with different sample rates return 0 as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100