05-09-2021 01:39 PM
Nice finding!
I'm taking part in a lab exercise and got those results as data. I thought to do analysis for the data with LabVIEW, although not required. I will check this matter, but I am trying to do the sum as mentioned before with legacy device but with no meaningful progress so far. Any lead you could give me?
05-09-2021 08:51 PM
Well, how about attaching the second datafile so we have something to work with?
05-10-2021 12:12 AM
Attached is the 2nd data file.
I tried to sort the arrays using the following sequence-
But I got weird values back. Input are both columns of frequencies and the common values should enter new array in the output.
05-10-2021 12:26 AM
Wouldn't it make much more sense to generate a suitable equally spaced linear frequency ramp, the use it to interpolate into the two datasets?
05-10-2021 12:38 AM
Your probably right, but how linearly set the between values?
05-10-2021 01:53 AM
Here's one simple possibility. Do it for both input files and combine the data. (Note that you probably want to apply a slight smoothing filter before interpolation. Not shown)
Of course you can create any ramp you like.