MATZCONJ
Conjugate of Matrix's Elements
Block Screenshot
Contents
Description
This blocks computes a matrix containing the conjugate of the elements of a complex input matrix.
The equivalent function of this block in Scilab is conj.
Default properties
always active: no
direct-feedthrough: yes
zero-crossing: no
mode: no
regular inputs:
- port 1 : size [-1,-2] / type 2
regular outputs:
- port 1 : size [-1,-2] / type 2
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: matz_conj
Example
-- -- -- -- | 1+i 2+3i 3+2i | Conjugate | 1-i 2-3i 3-2i | | 4+i 5-8i 6-2i | -----------> | 4-i 5+8i 6+2i | -- -- -- --
Interfacing function
SCI/modules/scicos_blocks/macros/MatrixOp/MATZCONJ.sci
Computational function
SCI/modules/scicos_blocks/src/c/matz_conj.c
See also
- MATTRAN — Matrix Transpose
- conj (Function) — сопряжение
Report an issue | ||
<< MATTRAN | Matrix operation palette | RICC >> |