stft

Crates.iostft
lib.rsstft
version0.2.0
sourcesrc
created_at2016-01-02 23:03:03.661488
updated_at2016-01-07 16:41:40.993119
descriptioncomputes the short-time fourier transform on streaming data
homepagehttps://github.com/snd/stft
repositoryhttps://github.com/snd/stft.git
max_upload_size
id3814
size20,931
(snd)

documentation

https://snd.github.io/stft/stft/index.html

README

STFT

early work in progress ! API is still in flux.

Build Status

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.

read the documentation for an example and more !

contributing

license: MIT

Commit count: 55

cargo fmt