I am new to Labview 7.1 so please be patient. I am using a USB DAQ card (non-NI) that outputs a 1D array of singles for each read command. This array includes no time data, only the A/D readings. I want to create a waveform so I can do meaningful FFT analysis and get actual frequencies...right now I only get frequency divided by sampling rate since the function must assume 1,2,3, etc for the time values.
I think I need to convert my 1D array to a waveform using the Build A Waveform VI so my signal can have a time base to go along with the data. Unfortunately, I cannot get it to work.
Can anyone please give me some pointers on getting my data which always starts in an array (1D for one channel or 2D for multiple chan
nels) into a waveform? Maybe also confirm for me that this is what I should be doing for analysis? Also any comment on analog vs. digital waveforms would be great. I thought all my A/D data was a digital waveform so I'm wondering what an analong waveform example would be.
Thank You