The-Music-Makers / robotic-recorder-player

This project is an open source hardware project that is intended to be an automated way to play a recorder instrument.
Creative Commons Attribution Share Alike 4.0 International
2 stars 2 forks source link

Frequency detection and calibration #55

Open Kyle-Fogarty opened 2 years ago

Kyle-Fogarty commented 2 years ago

One aspect of the project that we never truly got working was the automatic pitch calibration algorithm, for calibrating the RPM of the stepper motor to achieve the correct air flow rate. To achieve this, a method of measuring the frequency spectrum (or fundamental frequency of the spectrum at a minimum) produced by the recorder is required. Our aim was to do all signal processing onboard the micro-controller, but with its limited memory and speed, this is challenging. We welcome further work on this issue.