[Math] What does conjugation in the time-domain of a signal mean

educationsignal processing

I've never been explicitly told what the conjugation of a signal in the time-domain means. I'm mainly asking because in my signals class, my professor stated that for a signal x(t) to be real: x(t) = x(t)*, and I don't understand why.

Best Answer

If $$ z\equiv a+ib $$ is a complex number ($a$ and $b$ are real numbers), its conjugate is defined to be $$ \overline{z}\equiv a-ib. $$

Note that we can write a real number $x$ as $$ x=x+i0. $$ The conjugate of $x$ is equal to itself: $$ \overline{x}=x-i0=x. $$ Therefore, if a number is real, it is equal to its conjugate.

For the converse, if $z\equiv a+ib$ is equal to its conjugate, $$ a+ib=a-ib $$ which implies $$ ib=-ib. $$ If $b$ is anything other than zero, we arrive at a contradiction, since $i\neq-i$. Therefore, if a complex number is equal to its conjugate, it is real.

All that remains to be done is to apply your result pointwise (i.e. for every possible time $t$), and you arrive at the result $x(t)=x(t)^*$ for all $t$ if and only if $x(t)$ is real for all $t$.