Signal Processing

Any information about a quantity, any measurement, any time varying function can be perceived and analyzed as a signal.

This post aims to inform the reader about the mathematical and physical signal processing, for quantities mostly used in electrical engineering.

Consider the arbitrary signal

    \[s(t) = f(t)\]

As can be seen in figure below, an AC signal has zero mean value. In electrical engineering, a DC signal is not necessarily constant. It can include AC component (ripple) as long as its amplitude is smaller than its DC.

Using Fourier Series, it can be analyzed as

(1)   \begin{equation*} s(t) = s_0 +  \sum_{n=1}^\infty S_n \cdot \cos(n\omega t+\phi_n)\end{equation*}

Equation (1) is valid for any periodic signal, but it is possible to use the Fourier Series in any non-periodic signal just by defining a new subdomain D_0 \subset D, where D is the domain of s(t).

DC or Mean Value of a Signal

By definition, the mean value of s(t) is presented in equation (2).

(2)   \begin{equation*} \bar{S} = s_0 =\frac{1}{T} \int_0^T s(t) dt\end{equation*}

which, not coincidentally, is the same s_0 as in Fourier Series.

RMS of Signal

“Root Mean Square” value is the “equivalent DC value of an sinusoidal signal”, meaning that is equal to the value of the direct current that would produce the same average power dissipation in a resistive load. By definition is

(3)   \begin{equation*} \tilde{S} =\sqrt{ \frac{1}{T} \int_0^T s^2(t) dt }\end{equation*}

If Fourier Series is already available, we can calculate the RMS value as

(4)   \begin{equation*} \tilde{S} =\sqrt{ \sum_{n=1}^\infty (\frac{S_n}{\sqrt2})^2}\end{equation*}

or more simply as

    \[\tilde{S} =\sqrt{ \frac{S_1^2}{2} + \frac{S_2^2}{2} + ...}\]

If s(t) has a non-zero DC component

(5)   \begin{equation*} \tilde{S} =\sqrt{ s_0^2 + \sum_{n=1}^\infty (\frac{S_n}{\sqrt2})^2}\end{equation*}

Review