Method ao/iacf
IACF computes the inverse auto-correlation function from a spectrum.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: IACF computes the inverse auto-correlation function from a
spectrum.
CALL: out = obj.iacf(pl)
out = iacf(objs, pl)
INPUTS: pl - a parameter list
obj(s) - input ao object(s)
OUTPUTS: out - one xydata AO per input spectrum, containing sample
indices in the x-field and the inverse autocorrelation
values in the y field.
Created 2013-02-20, M Hewitson
- adapted from code writen by Curt Cutler and Ira Thorpe.
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 |
iacf |
SAMPLES |
[] |
none |
The number of samples to truncate the correlation vector to. If empty, the full inverse correlation vector will be returned. |
TAPER |
0 |
none |
The number of samples over which to taper the correlation prior to the end |
Example |
plist('SAMPLES', [[]], 'TAPER', [0]) |
back to top
Some information of the method ao/iacf are listed below: |
Class name |
ao |
Method name |
iacf |
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/hist |
|
Method: ao/ifft |
 |
©LTP Team