LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

smoothening of graphs

hi,
i am usingt labview 6.0. i get the graph readings. but it draws straight lines connecting two points and giving a graph with pointed corners. i want to get a smooth graph. does anyone know how to get it ???
0 Kudos
Message 1 of 3
(2,353 Views)
Probably you have small number of samples.
In this case you can make interpolation of your graph.
Use Mathematics/Curve Fitting/General Polynomial Fit.vi
Message 2 of 3
(2,353 Views)
I think nchernin is right. The graph cannot interpolate points in between data points to give you a spline or non-pointy curve. If you want this, you'll have to add those points yourself.
Message 3 of 3
(2,353 Views)