| RESPITE: The CASA Toolkit Page: Documentation: Block Library Index:LogicalOR |
The output is true (1) one if the inputs is true (non zero), else output if false (0).
There can be any number of inputs. The default is 2.
The input data may be samples or frames. If frame data is input then the LogicalOR operation is applied to each element of the input frame to construct an output frame of matching dimensionality and size.
The inputs must all have matching dimensionality and size.
| Inputs | Meaning | Sample | 1-D frame | |
|---|---|---|---|---|
| in1 | signal | Yes | Yes | Yes |
| ... | ... | Yes | Yes | Yes |
| in n | nth input channel | Yes | Yes | Yes |
| Outputs | Meaning |
|---|---|
| out1 | in1 OR in2 OR .. OR inn |
| Parameters | Type | Default | Meaning |
|---|---|---|---|
| NINPUTS | Integer | 2 | Number of inputs |