Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
BIGSOM_f
Scalar or vector Addition/Soustraction
Block Screenshot
![](/docs/6.1.0/ru_RU/BIGSOM_f.png)
Contents
Description
This block performs addition or soustraction on its scalar or vector inputs.The user can adjust the gain for each input with the parameter Inputs ports signs/gain. The behavior of the block is summarized in the following table :
Number of inputs | Operation | Remarks |
One | y = k*u | k is the scalar value in Inputs ports signs/gain parameter. The block has the behavior of a gain. |
Two or more | y = k[1]*u1+k[2]*u2+...+k[n]*uN | k is the vector value write in Inputs ports signs/gain parameter. To subtract an input ui, set a negative value in k[i]. |
Parameters
![](/docs/6.1.0/ru_RU/BIGSOM_f_gui.gif)
Inputs ports signs/gain
Set sign and a gain for each inputs.
Properties : Type 'vec' of size -1.
Default properties
always active: no
direct-feedthrough: yes
zero-crossing: no
mode: no
regular inputs:
- port 1 : size [-1,1] / type 1
- port 2 : size [-1,1] / type 1
regular outputs:
- port 1 : size [-1,1] / type 1
number/sizes of activation inputs: 0
number/sizes of activation outputs: 0
continuous-time state: no
discrete-time state: no
object discrete-time state: no
name of computational function: sum
Example
Interfacing function
SCI/modules/scicos_blocks/macros/Linear/BIGSOM_f.sci
Computational function
SCI/modules/scicos_blocks/src/c/sum.c (Type 2)
Report an issue | ||
<< ABS_VALUE | Math operations palette | COSBLK_f >> |