Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a resampling method #52

Open
Alzathar opened this issue Dec 27, 2016 · 0 comments
Open

Implement a resampling method #52

Alzathar opened this issue Dec 27, 2016 · 0 comments
Milestone

Comments

@Alzathar
Copy link
Member

Currently it is possible to downsample a math::XprBase expression with an integer ratio by taking only a sample every ratio samples. However, this is not complete to create a decimation by an integer factor.

In general, it will be more interesting to implement a resampling function to be able to downsample and upsample a signal. As mentioned in this post, this resampling function would use a method similar to the resample function proposed in Scipy.

@Alzathar Alzathar added this to the 0.9 milestone Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant