ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert XY data to Dynamic Data?

I am trying to perform an FFT, and some signal filtering.  However, my data is in xy format, with the x values being non-equidistant, and non-repetitive (the x deltas however are always approximatly multiples of the smallest delta).  The FFT function etc. all need "dynamic data" data type.
0 Kudos
Message 1 of 9
(4,122 Views)
Try to resample your unevenly spaced data to have continuous spacing. Then convert it to dynamic data.
0 Kudos
Message 2 of 9
(4,114 Views)
I am attempting to re-sample in software, by doing interpolations.  Seems overly difficalt for what I would imagine in a common task.
0 Kudos
Message 3 of 9
(4,107 Views)
I haven't used it, but I think that this is what the Point by Point VIs are for.  This is a whole set of VIs that are for irregularly spaced data points (often from fieldpoint systems).  ptbypt is used in many of the names so it would be a good term to search for.

Hope that helps,
Bob Young

0 Kudos
Message 4 of 9
(4,097 Views)

Try these links.

http://forums.ni.com/ni/board/message?board.id=170&message.id=80811&requireLogin=False

http://forums.ni.com/ni/board/message?board.id=170&message.id=18690&requireLogin=False

http://forums.ni.com/ni/board/message?board.id=170&message.id=127085&requireLogin=False

0 Kudos
Message 5 of 9
(4,095 Views)
Thanks.  Here is what I came up with.  See what you think, and feel free to give me feedback
0 Kudos
Message 6 of 9
(4,080 Views)
Could you save that as a 7.0 format file?? Thanks.
0 Kudos
Message 7 of 9
(4,071 Views)
Try this one.  I think that I managed to save it in V7.0 format.
0 Kudos
Message 8 of 9
(4,056 Views)

Your raw data didn't come with the file so I made a demo.

 

0 Kudos
Message 9 of 9
(4,036 Views)