comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » data changes fast / Integration
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
data changes fast / Integration [message #85825] Thu, 12 September 2013 02:07 Go to next message
fd_luni is currently offline  fd_luni
Messages: 66
Registered: January 2013
Member
Hi all

I used trapezoidal rule so far to integrate my data but because my data changes really fast it gives me underestimation. I used something like this:

B1=TOTAL( (t[1:*]-t) * (A[1:*]+A) / 2.0 , /cumulative)

Does anyone know any other way to integrate when the data changes fast?

Many Thanks
Mar
Re: data changes fast / Integration [message #85900 is a reply to message #85825] Mon, 16 September 2013 12:58 Go to previous message
Kenneth Bowman is currently offline  Kenneth Bowman
Messages: 86
Registered: November 2006
Member
On 2013-09-12 09:07:46 +0000, fd_luni@mail.com said:

> Hi all
>
> I used trapezoidal rule so far to integrate my data but because my data
> changes really fast it gives me underestimation. I used something like
> this:
>
> B1=TOTAL( (t[1:*]-t) * (A[1:*]+A) / 2.0 , /cumulative)
>
> Does anyone know any other way to integrate when the data changes fast?
>
> Many Thanks
> Mar

Higher resolution or higher order.

Cheers, Ken Bowman
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Different charsize for axis title and labels?
Next Topic: Problem running functions

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:23:35 PDT 2025

Total time taken to generate the page: 0.00410 seconds