A program where I can draw a function and calculate the integral?

AI Thread Summary
A user borrowed a high-quality oscilloscope to measure signals but missed the opportunity to export waveforms for analysis. They are seeking a program that can calculate the integral of a function from a visual representation rather than using traditional methods like rectangles and triangles. Suggestions include using Simpson's first rule for numerical integration if points can be sampled at equal intervals. The user later discovered that Matlab can accomplish the task effectively. The discussion highlights the need for modern tools in mathematical analysis.
Readinglevelup
Messages
8
Reaction score
0
I borrowed a high-quality oscilloscope from Tektronix and when we did our measurements, I basically printscreened each new signal. If I had realized I could export the waveforms, I would have, but I didn't.

Basically, I know what the function looks like, but I need to find its integral. Aside from dividing the function by rectangles and triangles, is there a program who can take a picture a easily find the integral?

Thanks
 
Physics news on Phys.org
Integrating by triangles and rectangles is cute, but things have advanced somewhat. If you are capable of picking points off of your waveform at equal intervals, you can use Simpson's first rule to figure out the area under the curve: http://www.mathwords.com/s/simpsons_rule.htm

There are several other procedures for numerical information.
 
SteamKing said:
Integrating by triangles and rectangles is cute, but things have advanced somewhat. If you are capable of picking points off of your waveform at equal intervals, you can use Simpson's first rule to figure out the area under the curve: http://www.mathwords.com/s/simpsons_rule.htm

There are several other procedures for numerical information.

I actually found a way to do it with Matlab. Thank you, though!
 
Back
Top