12-02-2013 12:11 PM
hey guys,
so i was trying to implement my labview software in order to be able to get an external sound ( using speaker for example )
and using this sound, i want to know its frequency, in order to take a certain action .
So which block to nyou recommend to use in such case ?
thanks in advance 🙂
12-02-2013 02:11 PM
Buneman frequency estimator, or a FFT.
/Y
12-03-2013 01:30 AM
Hello,
In the pallete from block diagram, in Programming / Graphics & Sound / Sound / Input/ there is an express VI called Acquire Sound.
You can configure and use it to acquire data from a microphone connected to your audio card.
Later, you can use the signal with another express VI to perform an FFT.
In case you need more accurate data, you can always use an industrial microphone with a DSA card (NI (9234) which provides IEPE excitation and digital filters.
If you are not interested in accurate data, a microphone and sound card should be enough.
Best regards,
IR