Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to perform integration on this measured data?

Status
Not open for further replies.

powersys

Advanced Member level 1
Advanced Member level 1
Joined
Nov 29, 2005
Messages
439
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
4,981
I measured the induced voltage e(t), as well as the flux linkage λ(t) (see the measured waveforms below). I wish to obtain the flux linkage by performing 'software' numerical integration over the measured e(t). Anyone know the code to do so in MATLAB? Thanks.


32_1186913277.jpg
 

Use C code for Simpson or trapezoidal rule.If u have Mathematica then there is a routine to do so,otherwise writing a simple C code is gud one.
Use Numerical recipies in C/C++.
 

atul_microwaves_antenna said:
Use C code for Simpson or trapezoidal rule.If u have Mathematica then there is a routine to do so,otherwise writing a simple C code is gud one.
Use Numerical recipies in C/C++.
I don't think it's that straight-forward... using the standard routine will give the total area.. Pls advise...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top