snd / apodize

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Rust 100.0%