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

Addtion of basic Digital Signal Processing algorithms #68

Open
NoeMurr opened this issue Aug 6, 2024 · 0 comments
Open

Addtion of basic Digital Signal Processing algorithms #68

NoeMurr opened this issue Aug 6, 2024 · 0 comments

Comments

@NoeMurr
Copy link

NoeMurr commented Aug 6, 2024

Following the discussion #67 I propose the introduction of few basic DSP algorithms.
Taking inspiration from the armadillo C++ library I would like to propose the introduction of this 4 algorithms to start:

  1. conv
  2. fft / ifft
  3. conv2
  4. fft2 / ifft2

For the implementation of the fft algorithm I propose to include a "simple" version to use when performance are not so important and to give the opportunity to the user to configure the library to use an external library like rustFFT when performance are a key aspect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant