Timothy 123
2006-12-05 18:10:12 UTC
Hi,
What is the least memory intensive way of parsing digital waveforms. I
have been parsing digital waveforms by converting them to strings first
and then parsing the strings. The conversion of the digital waveforms
into strings is a very memory intensive process. Is it less memory
intensive to parse an array. I was also wondering if it would be faster
to do this parsing in a text based language and then call this from
labview. I am storing my waveform as U16 and acquiring it from a
pxi 6561. The number of samples that I am aquiring is will be the
maximum the device can handle, namely close to 16777040 samples.
Thank you,
-Tim
What is the least memory intensive way of parsing digital waveforms. I
have been parsing digital waveforms by converting them to strings first
and then parsing the strings. The conversion of the digital waveforms
into strings is a very memory intensive process. Is it less memory
intensive to parse an array. I was also wondering if it would be faster
to do this parsing in a text based language and then call this from
labview. I am storing my waveform as U16 and acquiring it from a
pxi 6561. The number of samples that I am aquiring is will be the
maximum the device can handle, namely close to 16777040 samples.
Thank you,
-Tim