ruststft

Crates.ioruststft
lib.rsruststft
version0.3.1
sourcesrc
created_at2023-06-22 08:10:08.642327
updated_at2023-06-22 16:50:51.591729
descriptioncomputes the short-time fourier transform on streaming data
homepagehttps://github.com/sunsided/stft
repositoryhttps://github.com/sunsided/stft.git
max_upload_size
id897073
size39,584
Markus Mayer (sunsided)

documentation

https://docs.rs/ruststft

README

STFT

status: working. missing some tests. api 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

licensed under either of apache-2.0 (tl;dr) or MIT (tl;dr) at your option

Commit count: 78

cargo fmt