LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fitting a Gaussian curve onto a set of data

I'm looking to plot a best fit Gaussian curve unto a set of data and was wondering if this is possible with just the labview 7 base development software. Any help would be greatly appreciated
0 Kudos
Message 1 of 3
(3,144 Views)
I assume you are trying to find a gaussian ditribution function to fit to the data. All you need is to find the average and the sample standard deviation of your data and then build the Gaussian function. You can plot that, you can also plot a histogram of your data to compare to the Gaussian plot.
With little programming code, you should be able to do that.
0 Kudos
Message 2 of 3
(3,144 Views)
Hello Simy,

With regards to your issue, there are no gaussian functions that come with the LabVIEW base package, I agree with what Dr.Imad suggested.

Regards

Louis Price
Applications Engineer
NI-UK
0 Kudos
Message 3 of 3
(3,144 Views)