Seeking a Clear Arduino FHT Code Example


looking write (or copy) code perform 64-bin fht nano frequency analysis. want analyze 15khz signals 33.2khz sample rate seems right. can't seem find clear code example explains how set number of bins , sample rate, , how view resulting frequency bin array.

also, not clear me if 64-bin fht returns 64 frequency bins or 32 (only half since other half contains imaginary bins).

it returns 64, there 2 bins per frequency phase information not lost - hartley
transform invertible.

perhaps should consider dct?  if you're interested in energy spectrum rather phase it
might better natural choice.


Arduino Forum > Using Arduino > Programming Questions > Seeking a Clear Arduino FHT Code Example


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'