-
- Downloads
remove std dependencies
... | ... | @@ -7,3 +7,6 @@ repository = "https://github.com/mcpherrinm/goertzel.git" |
keywords = ["dsp", "goertzel", "fft", "fourier"] | ||
license = "MIT" | ||
description = "An nostd implementation of Goertzel's Algoritm" | ||
[dependencies] | ||
libm = "0.2.1" |
Please register or sign in to comment