goertzel_algorithm

Crates.iogoertzel_algorithm
lib.rsgoertzel_algorithm
version0.1.0
sourcesrc
created_at2023-09-21 01:26:24.371375
updated_at2023-09-21 01:26:24.371375
descriptionGoertzel algorithm implementation
homepage
repositoryhttps://github.com/AkiyukiOkayasu/goertzel_algorithm
max_upload_size
id979016
size29,217
Akiyuki Okayasu (AkiyukiOkayasu)

documentation

README

Goertzel algorithm

Cargo Documentation

Useful when analyzing the amplitude or phase of a specific frequency.

Difference from FFT

When analyzing only a few specific frequencies, it may be more efficient than an FFT.
Different from the FFT, the computational cost remains the same even when the block size is not a power of 2.

no_std

Works with no_std by default.

Commit count: 23

cargo fmt