Muellegr / MusicBox-Quartus-Project

OSU ECE 342 Junior Design Winter 2020 - Music Box
1 stars 1 forks source link

TODO: FFT Integration and frequency adjustment #5

Open Muellegr opened 4 years ago

Muellegr commented 4 years ago

Add FFT that samples input audio and outputs the major frequency. Additionally this should be able to take that major frequency and adjust it to the nearest major piano harmonic.

Muellegr commented 4 years ago

Frequency adjustment can be accomplished with computational logic, sort of if frequency is between these two values, it's this. else if it's between these two values, then it's this. ectect