ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
03-04-2010 09:55 AM
Hey AG2,
I myself am not very experienced with the sound and vibration VI's. However, the error message that you are seeing seems pretty descriptive. It looks like this particular error has to due with the nature of the signal you are giving the Xoom FFT spectrum VI. What happens if you modify your signal to match the suggestions in the error message?
03-13-2010 03:30 PM
Yep, it worked. Thank you. I'm currently using the mathscript function to convert voltage to pressure and the source is a double (64 bit real) and the sink is waveform (DBL). The fft of this signal will be taken.
Thank you in advance.
03-13-2010 03:44 PM
03-13-2010 04:01 PM
03-15-2010 10:57 AM
Hi,
There is an express VI called "to dynamic data" that would be helpful for you, as would the Using Dynamic Data LabVIEW help article. As you can see, you have different options for input into this function; your cluster will need to be one of these type. You can unbundle the cluster and invidually convert each part of your cluster if you'd like. Is there any particular reason that you would like to convert it to dynamic data?
Also, please create a new post when you have new questions, it helps others who are searching the forums find the answers they are looking for.
03-15-2010 02:02 PM
03-15-2010 03:33 PM
Hi,
I've created a VI that takes in a .wav file and filters the time domain signal (butterworth filter - 20 to 10kHz and time averaging signal). I want to take the FFT and output the time, frequency and magnitude values into a file that I can import using matlab for further analysis. And, the voltage is converted to pressure using MATH script. I'm getting an error that is shown below. But, the sound format is a wave file so it should accept it. I've attached my VI and wave file.
Possible reason(s):
LabVIEW: (Hex 0x12CA) Cannot recognize sound format.
Thank you!
03-15-2010 07:18 PM
03-16-2010 05:40 PM