Testing the sound quality of a loudspeaker can be an
exciting and challenging project. There
are many things to take into account and it sounds like you have started asking
the right questions about which equipment to use, which tests to run, test
order, etc.. With LabVIEW, Sound and
Vibration Toolkit, your PCI-4461, and some other instruments like a microphone
you should be able to run a wide variety of tests on your speaker. You will also want to consider the
environment in which you are testing the speakers as it will have an effect on
your results. The ideal situation would
be an anechoic chamber. To get started I
would recommend you start browsing through the following resources. I would also look at some of the many other
resources available on the web that discuss appropriate test for speaker
quality.
<a href="http://zone.ni.com/devzone/cda/tut/p/id/264" target="_blank">Acoustic Test Chambers and Environments</a> <a href="http://zone.ni.com/devzone/cda/tut/p/id/7254" target="_blank">Sound and Vibration Transducers Guide</a> <a href="http://zone.ni.com/devzone/cda/tut/p/id/4129" target="_blank">Sound and Vibration Interactive Application Tutorials,
Product Demos, and Case Studies</a> <a href="http://zone.ni.com/devzone/cda/tut/p/id/7222" target="_blank">Audio Test Technical Resource Library</a>
<a href="http://zone.ni.com/devzone/cda/tut/p/id/2955" target="_blank">10 Questions to Ask When Selecting Your Sound and Vibration
Measurement System</a> <a href="http://zone.ni.com/devzone/cda/tut/p/id/1256" target="_blank">Measurement of Sound Quality</a>
<a href="http://zone.ni.com/devzone/cda/epd/p/id/5666" target="_blank">One-Shot Gain, Phase, & Distortion Measurement (DAQmx)</a>
<a href="http://zone.ni.com/devzone/cda/tut/p/id/3030" target="_blank">Audio Measurements Made Easy with LabVIEW</a>
<a href="http://zone.ni.com/devzone/cda/tut/p/id/1406" target="_blank">Measurement of Sound Power Level Emissions</a>
<a href="http://zone.ni.com/devzone/cda/tut/p/id/3030" target="_blank"> </a>
Also, if you have the Sound & Vibration Toolkit, it
comes with many example programs. Open
LabVIEW and then go to Help >> Find Examples. Browse to Modules and Toolkits >>Sound
and Vibration.
Do you have the Sound & Vibration Toolkit?
If so, it looks like the SVL Measure Progration Delay
(DAQmx) may perform what you are looking for.
In the Full or Professional Development System version of LabVIEW you
can use the MLS Sequence Waveform to create your test signal.
The PCI-4461 is programmed with the NI-DAQmx hardware
driver. LabVIEW has many examples that
will work with this device.
I would recommend that you start with the NI Example
Finder. Open LabVIEW and then go to Help
>> Find Examples. Browse to
Hardware Input and Output >> DAQmx .
From here, you can go to Analog Generation >> Voltage for many
examples on how to output a signal on one of the channels of the PCI-4461. My
guess is that you will want an example that has synchronized analog input and
output. Some of these examples can be
found in the Synchronization >> Multi-Function folder. You start with something
like Multi-Function-AI-AO.vi.
In most of these examples you will see a DAQmx Write
VI. In general, the output of the VI you
use to generate the MLS test signal will be wired into a DAQmx Write VI to tell
LabVIEW which signal to output.
There are many more examples related specifically to Sound & Vibration that you would want to check out as well if you have the Sound & Vibration Toolkit.