klangner / klangner/dsp.rs

Add resampling function

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.