Add tone detection using Goertzel algorithm.

master
Peter Hinch 2025-02-06 11:12:12 +00:00
rodzic 2e91359346
commit d7529baff2
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -399,7 +399,7 @@ work at global locations and timezones. See [docs](./astronomy/README.md).
This module may be used for detection of audio tones. It uses the Goertzel
algorithm which is effectively a single-bin Fourier transform. See
[docs](./goertzel/README.md)
[docs](./goertzel/README.md).
# 5. Module index

Wyświetl plik

@ -1,5 +1,5 @@
# Tone detection
The `goertzel3.py` implementation was written for the Pyboard but could be
adapted for other platforms. It includes test tone generation. See code
comments for more details.
The [goertzel3.py](https://github.com/peterhinch/micropython-samples/blob/master/goertzel/goertzel3.py)
implementation was written for the Pyboard but could be adapted for other
platforms. It includes test tone generation. See code comments for more details.