Crates.io | stft |
lib.rs | stft |
version | 0.2.0 |
source | src |
created_at | 2016-01-02 23:03:03.661488 |
updated_at | 2016-01-07 16:41:40.993119 |
description | computes the short-time fourier transform on streaming data |
homepage | https://github.com/snd/stft |
repository | https://github.com/snd/stft.git |
max_upload_size | |
id | 3814 |
size | 20,931 |
early work in progress ! API is still in flux.
computes the short-time fourier transform on streaming data. written in rust.
to use add stft = "*"
to the [dependencies]
section of your Cargo.toml
and call extern crate stft;
in your code.