04-18-2009 02:35 AM
04-18-2009 05:55 AM
04-18-2009 10:06 AM
04-18-2009 11:40 AM
strange
You will find some sound examples here ...national Instruments\LabVIEW 8.6\examples\sound2\sound2.llb\
Anyway I post them here
04-20-2009 01:25 PM
Hello Sherard,
What type of DAQ board are you using? Are you using the DAQmx API to acquire a sound signal?
04-20-2009
08:12 PM
- last edited on
04-23-2025
09:21 AM
by
Content Cleaner
USB 6008 DAQ NI Board Click Here for the link to board. I am not quite sure about the DAQmx API think. We are using the vi DAQ Assistant to pull the information into LabVIEW. Another problem about the one we are using to input the sound information for some reason the DAQ board is producing noise. We already know how to filter out the noise using DSP techniques but if there is a way to prevent this before uploading that would be better.
04-21-2009
11:51 AM
- last edited on
07-22-2025
05:04 PM
by
Content Cleaner
What sort of noise are you seeing on the signal? What is the range of your signal? One thing that you can do to improve your Signal to Noise ratio is to amplify your signal before the cabling to the 6008. Here is a Developer Zone article that address noise considerations for wiring. Also, what do you mean, "uploading?"
What are you using to acquire this sound signal? Is it possible that it is microphone that is picking up environmental noise?
Chris
04-22-2009 02:46 PM
04-22-2009 06:18 PM
Inside the Simulate Signal block diagram, you could essentially replace the LabVIEW Simulate Signals Express VI with a DAQ Assistant Express VI. You would have to make sure that the proper frequency and phase are input to the Express VI. It shouldn't be too tough. Once you replace those, the main VI you're using should be able to work with those, now real, signals.
Chris
04-22-2009 07:04 PM
Yes I have tried to change the connections but I am not sure how to interface the DAQ input instead of the simulated as to where everything will connect. I really appreciate any assistance you can provide. I know how to get my input from the DAQ board but I am running into issues of compatibility .
I have tried adding my DAQ module and things don't seem to match up.The inputs to the simulated signals are Offset,Frequency,Amplitude,Phase,error in, The outputs for the simulated signals are sine and error out. The DaQ Assistant inputs are error in Invalid Input,Invalid Input, number of samples,rate,stop(T),timeout(s). The outputs on the DAQ Assist are data,error out and task out. I am just wondering how to connect it so it works properly.Thanks in advance for any help you can provide.