Method ao/sumjoin


  SUMJOIN sums time-series signals togther
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SUMJOIN sums time-series signals togther. The start time of
               each signal is taken in to account when summing. The signals
               are zero-padded at non-overlapping times.
 
          s1:   |. . + + | 0 0 0 0 0
          s2:    0 0 | + + + + | 0 0
          s3:    0 0 0 | + + + + . |
 
  CALL:        b = sumjoin(a1, a2, pl)
 
  EXAMPLES:
 
  a1 = ao(plist('tsfcn', 'randn(size(t))', 'fs', 10, 'nsecs', 10, ...
                't0', 100))
  a2 = ao(plist('tsfcn', 't', 'fs', 10, 'nsecs', 15, 't0', 150))
  b  = sumjoin(a1, a2);
  iplot(b, a1, a2);
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/sumjoin are listed below:
Class name ao
Method name sumjoin
Category Operator
Package name ltpda
VCS Version 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team