rust-dsp VS ndarray-dsp

Compare rust-dsp vs ndarray-dsp and see what are their differences.

rust-dsp

A library for sound Digital Signal Processing, written in Rust (by steveklabnik)

ndarray-dsp

Digital Signal Processing algorithms on ndarray types (by xd009642)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rust-dsp ndarray-dsp
1 1
10 4
- -
10.0 0.0
over 9 years ago 3 months ago
Rust Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rust-dsp

Posts with mentions or reviews of rust-dsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-06.
  • Signal processing library
    7 projects | /r/rust | 6 Nov 2021
    I found Scirust which seems unmaintained and has "signal processing" as a focus listed, but not much at all implemented, and rust-dsp which has a different focus (and the last commit is from 2014).

ndarray-dsp

Posts with mentions or reviews of ndarray-dsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-06.
  • Signal processing library
    7 projects | /r/rust | 6 Nov 2021
    So there's also ndarray-dsp. No idea how much is in there as I've just seen it mentioned in a rust discord channel a few times.

What are some alternatives?

When comparing rust-dsp and ndarray-dsp you can also consider the following projects:

dasp - The fundamentals for Digital Audio Signal Processing. Formerly `sample`.

scirust - Scientific Computing Library in Rust

fundsp - Library for audio processing and synthesis

rust-ndarray - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations

basic_dsp - Basic DSP vector operations for Rust.