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
|
This module may be used for detection of audio tones. It uses the Goertzel
|
||||||
algorithm which is effectively a single-bin Fourier transform. See
|
algorithm which is effectively a single-bin Fourier transform. See
|
||||||
[docs](./goertzel/README.md)
|
[docs](./goertzel/README.md).
|
||||||
|
|
||||||
# 5. Module index
|
# 5. Module index
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Tone detection
|
# Tone detection
|
||||||
|
|
||||||
The `goertzel3.py` implementation was written for the Pyboard but could be
|
The [goertzel3.py](https://github.com/peterhinch/micropython-samples/blob/master/goertzel/goertzel3.py)
|
||||||
adapted for other platforms. It includes test tone generation. See code
|
implementation was written for the Pyboard but could be adapted for other
|
||||||
comments for more details.
|
platforms. It includes test tone generation. See code comments for more details.
|
||||||
|
|
Ładowanie…
Reference in New Issue