Update Fcn authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -44,4 +44,12 @@ second input variable ('In2') is connected to the second and third inputs ...@@ -44,4 +44,12 @@ second input variable ('In2') is connected to the second and third inputs
to the Mux (and will be referred to as 'u[2]' and 'u[3]' in the function to the Mux (and will be referred to as 'u[2]' and 'u[3]' in the function
expression), and the third input variable ('In3') is connected to the expression), and the third input variable ('In3') is connected to the
fourth, fifth, and sixth inputs to the Mux (referred to as 'u[4]', 'u[5]', fourth, fifth, and sixth inputs to the Mux (referred to as 'u[4]', 'u[5]',
and 'u[6]', respectively). and 'u[6]', respectively).
\ No newline at end of file
## Examples
### Cosine
Block layout:
![image](uploads/bc8bf44145169fc090f7e250a474bb35/image.png)
Example Expression:
![image](uploads/26e582998f05b464b3a93df6ec6068db/image.png)
\ No newline at end of file