0
À l'étude

Plotting 1D array of sampled data

Phil Jollans il y a 8 ans mis à jour il y a 8 ans 2

My main use case it to plot sampled data from a 1D array. The data has a start time and a sampling rate, typically 20 kHz.


The program samples which I have looked at use array of points specifying X and Y values.


Obviously, I can convert my data into this form (using a ViewModel class) but I was wondering if there is any built in support for plotting a one dimensional array of equidistant values.


Phil

À l'étude

Sorry, there is no built in support for 1D data. But I think it should be possible to create an sequence of plottable items in a single LINQ expression!

Thanks for the information. This is not a problem.

Phil