You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out how to setup the following surface chart. Data is fft data
VectorvFrequencies; // y axis lables (frequency)
double[] dSingleRow; // each value is a frequency level
Vector<double[]> vAllRows; // each row is another time sample
Date is read in from a stream that is fft'ing a file, in csv it might look like:
Time, 100Hz, 200Hz, 300Hz....
1, -90, -89.4, -89...
2, -89.9, -88, -89.1...
...
I have attached a sample plot produced by gnuplot
The text was updated successfully, but these errors were encountered:
I am trying to figure out how to setup the following surface chart. Data is fft data
VectorvFrequencies; // y axis lables (frequency)
double[] dSingleRow; // each value is a frequency level
Vector<double[]> vAllRows; // each row is another time sample
Date is read in from a stream that is fft'ing a file, in csv it might look like:
Time, 100Hz, 200Hz, 300Hz....
1, -90, -89.4, -89...
2, -89.9, -88, -89.1...
...
I have attached a sample plot produced by gnuplot
The text was updated successfully, but these errors were encountered: