LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Gaussian Fit Assimetric

I would like to know if somebody developed a VI to do a fit for an assimetric gaussian curve.

Thanks

0 Kudos
Message 1 of 6
(4,355 Views)

you can find it in Signal Processing Palette.

 

Regards

0 Kudos
Message 2 of 6
(4,349 Views)

@mahu wrote:

you can find it in Signal Processing Palette.


Please be more helpful. That palette contains a lot of functions, and I am not aware of any that fits data to an asymmetric gaussian curve. Please give the exact name of the function, or even a link to the online help page.


@Pepe Puglisi wrote:

I would like to know if somebody developed a VI to do a fit for an assimetric gaussian curve.


 LabVIEW can fit for anything, asssuming you have a mathematical description of the model.

 

Do you have a specific model in mind, for example:

 

 

Once you have decided on a mathematical model, use nonlinear curve fit an write an appropriate model VI using the template

 

What kid of data is this? Can you attach some sample data?

0 Kudos
Message 3 of 6
(4,345 Views)

There are many VI's that ship with LabVIEW that help with Gaussian fitting. Here are the ones I found by searching 'Gaussian' in the Functions Palette:

 

Fitting:

  • Gaussian Peak Fit (Mathematics > Fitting)
  • Gaussian Peak Fit Intervals (Mathematics > Fitting > Advanced Curve Fitting)
  • Gaussian Peak Fit Coefficients (Mathematics > Fitting > Advanced Curve Fitting)

 

Signal Processing:

  • Gaussian Window (Signal Processing > Windows)
  • Gaussian Monopulse (Signal Processing > Signal Generation)
  • Gaussian White Noise (Signal Processing > Signal Generation)
  • Gaussian Modulated Sine Pattern (Signal Processing > Signal Generation)
  • Gaussian White Noise PtByPt (Signal Processing > Point By Point > Signal Generation PtByPt)
  • Gaussian White Noise Waveform (Signal Processing > Waveform Generation)

If these do not work for you, can you provide more information on your application?

Jared A.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 6
(4,279 Views)

Thanks a lot I think I will try to do a log normal distribution and use the General Fit vi. Many thanks for your help

0 Kudos
Message 5 of 6
(4,275 Views)

@jallen88 wrote:

There are many VI's that ship with LabVIEW that help with Gaussi...



These all deal with symmetric gaussians and thus don't answer the question...

Message 6 of 6
(4,271 Views)