another problem occured
i want to analyse the data using the
FFT-Power Spectral Density.vi so i am basically doing some sort of Fourier Transform. i did this in the past with the
FFT-Power Spectral Density.vi in the while loop. now it turns out it is better to save the time domain signal and do the analysis afterwards( to be able to vary parameters of analysis) i want to have a spectrum up to 20 kHz so i sample with 40 kHz as you can see. the problem is, when i initailize as in
empty.jpg the
FFT-Power Spectral Density.vi does not work the way it should, if i initialize as in
waveform.jpg it does.
can you tell me why the
FFT-Power Spectral Density.vi does not work properly when initializing as in
empty.jpg ?
another thing is storing the time domain signal. if i do it as in the .jpgs, (as .txt using the
write waveform to file.vi )i can read them later and perform the analysis with another vi. i can read the calculated spectrum with a normal text editor but i can not read the waveform with a text editor.
when i tried to export the time domain signal (its pretty big though, i am sampling with 40K for about a minute) using the
export waveforms to spreadsheetfile.vi nothing happened for a long time and the the message as is in
message.jpg occured. how can i export and read the time domain signal ? by the way using LabVIEW 6.1
Thanks a lot
Philipp