This blocks computes the output y
as
cos of the input u
. Optionally, the
input u
can be processed conjugate complex, when
parameter useConjugateInput
is true
.
Depending on useConjugateInput
the internal signal
uInternal
represents either the original or the
conjugate complex input signal.
y = cos(uInternal);