dsp 0.3.0

Digital Signal Processing
Documentation
[package]
name = "dsp"
version = "0.3.0"
authors = ["Krzysztof Langner <klangner@gmail.com>"]
description = "Digital Signal Processing"
keywords = ["dsp"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/klangner/dsp"
homepage = "https://github.com/klangner/dsp"
documentation = "https://docs.rs/dsp"


[dependencies]
rustfft = "1.0.1"
rand = "0.3.15"


[dependencies.num-complex]
version = "0.1.32"
default-features = false