Autocorrelation to detect "dominant frequency"? #2086
-
Code below.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
How do you think this can work if you provide data with the sample rate of 96000 and 32 bits, but you tell the FrequencyDetectorAutoCorrelation that it receives 16 bits at 8000 samples per second ? The requency detector will work if you provide a single note and the correct information about the input signal: if you play multiple notes together, you should use FFT... |
Beta Was this translation helpful? Give feedback.
How do you think this can work if you provide data with the sample rate of 96000 and 32 bits, but you tell the FrequencyDetectorAutoCorrelation that it receives 16 bits at 8000 samples per second ?
The requency detector will work if you provide a single note and the correct information about the input signal: if you play multiple notes together, you should use FFT...