12-29-2018 02:28 PM
12-31-2018 10:43 AM
How is the microphone giving you digital data? (Is it giving you something like an ADC count?) It sounds like you should be fundamentally getting an analog value, because that's what a microphone gives. A microphone diaphragm isn't in a 0 or 1 position, it's in some sort of analog position represented by a voltage. So we need to convert (scale, etc.) whatever digital representation you have into an analog representation before the FFT in order to make sense of it.
Am I understanding things correctly?
01-03-2019 11:09 AM
@User002 wrote:
How is the microphone giving you digital data? (Is it giving you something like an ADC count?) It sounds like you should be fundamentally getting an analog value, because that's what a microphone gives. A microphone diaphragm isn't in a 0 or 1 position, it's in some sort of analog position represented by a voltage. So we need to convert (scale, etc.) whatever digital representation you have into an analog representation before the FFT in order to make sense of it.
Am I understanding things correctly?
Microphone gives me analog signal of 0-5V range, depended on sound frequency (20 - 20.000 Hz). So in the solution I get so far from this kind guy above you everything is OK. Im just wondering if FFT works as well for analog signals as for digital cause I've never heard about using FFT for analog signals.
And still i need to get frequency somehow, so if I'll use blocks from attached Screen1.png (NI tutorial site) instead of FFT transform block from above, will it really give me frequency of the sound?
01-03-2019 12:21 PM