Can I Measure Sound Signals with DAQ in LabVIEW™?

Updated Jul 13, 2026

Reported In

Software

  • Sound and Vibration Toolkit
  • LabVIEW

Driver

  • NI-DAQmx

Issue Details

I want to measure sound coming from a speaker using a microphone. Can I read a microphone signal into a DAQ device and analyze it in LabVIEW? I also want to convert the acquired signal to dB for further analysis.

Solution

Yes, it is possible to measure sound using a microphone connected to a DAQ device and analyze the signal in LabVIEW. To achieve accurate results, consider the following:

 

  • Verify that the DAQ device analog inputs support the microphone output signal type (for example, voltage-based signals).
  • Ensure the input range of the DAQ device matches the expected microphone signal amplitude to avoid clipping or poor resolution.
  • Evaluate the required measurement accuracy and resolution for the application before selecting hardware.
  • Review microphone measurement fundamentals, including sensitivity, frequency response, and proper signal conditioning.
  • Use LabVIEW built-in analysis functions, such as FFT and power spectrum analysis, to process the acquired sound signal.
  • Convert the acquired signal to sound pressure level (dB) using appropriate reference values and scaling methods based on the microphone specifications.
  • Consider using dedicated NI sound and vibration hardware and software for higher accuracy and simplified configuration.