LTPDA Toolbox™ | contents | ![]() ![]() |
JOIN multiple AOs into a single AO. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: JOIN multiple AOs into a single AO. If any two AOs overlap, then the values from the first appear in the output AO. Note: If the input AOs are of type 'tsdata', then they will be sorted in ascending order according the t0 of each object. CALL: bs = join(a1,a2,a3,...,pl) bs = join(as,pl) bs = as.join(pl) INPUTS: aN - input analysis objects as - input analysis objects array pl - input parameter list OUTPUTS: b - output analysis object Parameters Description REMARK: Input AOs should be of the same type; if not, only AOs of the type of the first input AO will be joined together to produce the output. VERSION: $Id: join.m,v 1.64 2012/03/08 13:45:46 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
ZEROFILL | 0 |
|
Fills with zeros the gaps between the data points of the subsequent aos. |
SAMET0 | 0 |
|
Does not recalculate t0 but uses the common one. Note: the t0 among different objects must be the same! |
FSTOL | 9.9999999999999995e-07 | none | Relative tolerance between sampling frequency of different objects. Jitter in the sampling frequency by less than this amount will be neglected. If the difference is more than the set value, an error will occur. |
Some information of the method ao/join are listed below: | |
---|---|
Class name | ao |
Method name | join |
Category | Helper |
CVS Version | $Id: join.m,v 1.64 2012/03/08 13:45:46 hewitson Exp $ |
Min input args | 2 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/index | Method: ao/len | ![]() |
©LTP Team