|
|
numerical integration of unevenly spaced data
Hello all,
Is there a VI (or does anybody have one) that can integrate unevenly
spaced numerical data? I know the basic numerical integrator only
works for evenly spaced data (data spaced at a constant interval)..
Thanks for youe help....
Jay Poret, Ph.D.
AOT, Inc.
|
|
0
|
|
|
|
Reply
|
x9561 (148650)
|
6/5/2004 4:51:20 AM |
|
Help for the Numeric Integrator.vi shows the formulas. For the
trapezoidal rule (the simplest one) the integral is the sum of partial
sums which are given by: 1/2(x[i] + x[i + 1])*dt.
If you change dt to dt(i) = t[i+1] - t[i], I think this should give
you a reasonable approximation. The more complex rules cannot use this
approach. The trapezoidal rule simply sums the area under the
trapezoids created by connecting the t[i], x[i], x[i+1], t[i+1] dots,
so this change should not introduce any errors.
|
|
0
|
|
|
|
Reply
|
x9561 (148650)
|
6/7/2004 7:03:07 PM
|
|
John,
Thanks for the reply...I believe I solved the problem by creating a VI
based on fitting my data with a cubic spline and then generating new y
data based on evenly spaced x data. It actually works pretty well..
The trick is to use the two cubic spline Vis in the processing
tools....
|
|
0
|
|
|
|
Reply
|
x9561 (148650)
|
6/8/2004 3:08:45 AM
|
|
Radman, could you go into more detail on what it is you are doing
here? This is exactly what I want to do and I'm not sure what you are
talking about by using two cubic spline VI's
|
|
0
|
|
|
|
Reply
|
x9561 (148650)
|
9/9/2004 9:27:31 PM
|
|
|
3 Replies
312 Views
(page loaded in 0.069 seconds)
Similiar Articles: numerical integration of unevenly spaced data - comp.lang.labview ...Hello all, Is there a VI (or does anybody have one) that can integrate unevenly spaced numerical data? I know the basic numerical integrator only wo... Best numerical integration technique for experimental data - comp ...numerical integration of unevenly spaced data - comp.lang.labview ... Best numerical integration technique for experimental data - comp ... If I have a vector of data that ... Latin Hypercube sampling - comp.soft-sys.matlabnumerical integration of unevenly spaced data - comp.lang.labview ... What is quadrature sampling - comp.dsp But two real values at > Fs/2, uniformly ... Integration of a spline over ellipses - comp.soft-sys.matlab ...numerical integration of unevenly spaced data - comp.lang.labview ... For the trapezoidal rule (the simplest one) the integral is the sum of partial ... integral -fourier transform - comp.soft-sys.matlabnumerical integration of unevenly spaced data - comp.lang.labview ... numerical integration to get the inverse fourier transform - comp ..... in either time or space, you ... Test vector for only MSB being set. - comp.lang.vhdlnumerical integration of unevenly spaced data - comp.lang.labview ... I know the basic numerical integrator only wo... ... If I have a vector of data that is equally ... inverse z-transform - partial fractions - comp.dspnumerical integration of unevenly spaced data - comp.lang.labview ..... the trapezoidal rule (the simplest one) the integral is the sum of partial ... numerical ... What is quadrature sampling - comp.dspnumerical integration of unevenly spaced data - comp.lang.labview ... What is quadrature sampling - comp.dsp But two real values at > Fs/2, uniformly spaced, is sampling ... Riemann Sums in the HP 49G+ - comp.sys.hp48Romberg (with samples unevenly spaced using a polynomial, rather than simple ... The numeric solver and numerical integration algorithms were first developed for the ... Turning experimental data into a piecewise function - comp.soft ...... free knots, OR you can specify the number of (evenly-spaced ... Best numerical integration technique for experimental data - comp ... Turning experimental data into a ... numerical integration of unevenly spaced data - comp.lang.labview ...Hello all, Is there a VI (or does anybody have one) that can integrate unevenly spaced numerical data? I know the basic numerical integrator only wo... LabVIEW: numerical integration of unevenly spaced data ...programming.itags.org: LabVIEW question: numerical integration of unevenly spaced data, created at:Tue, 29 Apr 2008 18:04:00 GMT with 294 bytes, last updated ... 7/15/2012 6:24:42 PM
|
|
|
|
|
|
|
|
|