02-20-2009 01:27 PM
Hello,
I have a large *.ssv file from my test bench logger and would like to read it and do post-processing such as filtering and curve fitting in LabView, can anyone give me a start point?
Thanks!
Solved! Go to Solution.
02-20-2009 01:36 PM
02-24-2009 04:51 PM
02-24-2009 04:57 PM
02-24-2009 10:13 PM
Sorry for that! Here is the attached, the first column is relative sampling time followed by the signals' data,my attempt to parse each signal into an separate array failed when I used 'Build array " and "Subset array" functions. I want to parse each signal along with the sampling time into a separate array and do post analysis on it.
Thank you.
02-24-2009 10:45 PM - edited 02-24-2009 10:45 PM
Build Array should have nothing to do with separating columns or rows. All you need is Index Array. Wire a value to just the column input and you get the entire column. Wire a valueto just the row input and you get an entire row. You can expand the Build Array function to get multiple rows or columns with a single function.
You might want to post an actual example of the file and your code instead of just an image of a front panel 2D array if you continue to have problems.
02-25-2009 12:00 PM
02-25-2009 12:11 PM
maybe you mark my answer as the solution.
You can change this by clicking on Options right above the message body.