Method ao/integrate
INTEGRATE integrates the data in AO.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: INTEGRATE integrates the data in AO. The result is a single
valued AO.
CALL: bs = integrate(a1,a2,a3,...,pl)
bs = integrate(as,pl)
bs = as.integrate(pl)
INPUTS: aN - input analysis objects
as - input analysis objects array
pl - input parameter list
OUTPUTS: bs - array of analysis objects, one for each input,
containing the integrate data
Parameters Description
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
integrate |
METHOD |
'Trapezoidal' |
|
The method to use. Choose between:- 'Trapezoidal' - integration using MATLAB's trapz function
- 'cumtrapz' - integration using MATLAB's cumtrapz function
|
Example |
plist('METHOD', 'Trapezoidal') |
back to top
Some information of the method ao/integrate are listed below: |
Class name |
ao |
Method name |
integrate |
Category |
Signal Processing |
Package name |
ltpda |
VCS Version |
967b0eec0dece803a81af8ef54ad2f8c784b20b2 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
Can be used as modifier |
1 |
Supported numeric types |
{'double'} |
|
Method: ao/ifft |
|
Method: ao/interp |
 |
©LTP Team