Hi all,
Can anyone plz tel me how to generate the following curves in LabVIEW.
1.) Haversine Curve
2.) Lorentz curve
3.) Gaussian Curve
4.) Exponential rise Curve
5.) Exponential decay curve
Note: The inputs required for this curves are Amplitude, Phase, Offset
,Frequency and No.Of Samples
已解决! 转到解答。
I don't think all these function have the same set of parameters (for example, what is the "Phase" of an "exponential decay curve"???. That only makes sense if the data is complex).
If the desired function is not available, simply generate a linear ramp over the desired x-range and calculate the function using primitives from the numeric and mathematics palette. Should be trivial. See how far you get. 😄