Skip to content

Addtion of basic Digital Signal Processing algorithms  #68

Description

@NoeMurr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions