kopia lustrzana https://github.com/peterhinch/micropython-samples
Add tone detection using Goertzel algorithm.
rodzic
2e91359346
commit
d7529baff2
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue