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
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
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 |
175910878ca914560542d679d9d392de37438d84 |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/sum |
|
Method: ao/svd |
 |
©LTP Team