apodize

Crates.ioapodize
lib.rsapodize
version1.0.0
sourcesrc
created_at2015-12-20 17:39:57.96301
updated_at2019-04-29 02:04:06.658285
descriptionsimple iterators that yield generalized cosine, hanning, hamming, blackman, nuttall and triangular windows
homepagehttps://github.com/snd/apodize
repositoryhttps://github.com/snd/apodize.git
max_upload_size
id3714
size34,634
(snd)

documentation

https://docs.rs/apodize

README

apodize

Build Status Crate Docs License

Very simple rust iterators that yield generalized cosine, hanning, hamming, blackman, nuttall and triangular windows

Useful for smoothing the sharp discontinuities at the beginning and end of a slice of samples when doing a short time fourier transform. windowing also improves temporal resolution by making the signal near the time being analyzed have higher weight than the signal further away from the time being analyzed.

Documentation and Example

Read before contributing

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

Commit count: 131

cargo fmt