LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Smooth XY Data of a Closed Curve

Solved!
Go to solution

Hi. I am looking for suggestions on how to smooth XY Data that looks like the attached, a closed curve. The Filter vis I have looked at all use X but not X and Y. 

Thanks.

Chris Walker
Certified Labview Developer
0 Kudos
Message 1 of 3
(3,151 Views)
Solution
Accepted by topic author chris_1243

Have you tried either:

a) using B-Spline Fit?, or

b) smoothing X and Y independently and recombining to give your smooth curve?

 

You may want to duplicate your data in the fit so that you get a more continuous curve at the end-points.  Here's a quick, rough example:

 

XYFit.png

Message 2 of 3
(3,083 Views)

That worked. Thank you!

 b-spline fit.jpg

Chris Walker
Certified Labview Developer
0 Kudos
Message 3 of 3
(2,998 Views)