Greetings,
I'm still fairly new, and I'm sure this is easier then I'm making it to be. I've gotten my test files extracted down to the level I need. Which is a 2D array as follows (columns):
Frequency | Amplitude
What I want to do is find the MAX value (amplitude) for a given frequency. Tests will have varying amount of points. So for example if I'm testing from 1GHz - 2GHz, 1GHz could be represented 21 times or 121 times. At which time I would need to find the MAX value for 1GHz, and of course so on.....for every frequency point.
I really want a "sort" option for a 2D array in which I can determine which column to sort by ascending and the adjoing cells associated with that original columns cell would move with it.
Any help would be appreciated.
Thanks in advance.
Chazzzmd