I'm studying "signals and systems". We can indentify two kinds of signals: power signal and energy signal.
The definitions are:
Energy of a time-continous signal $$ E_x = \int_{-\infty}^{+\infty}{|x(t)|}^2dt $$
Power of a time-continous signal $$ P_x = \lim_{Z\rightarrow+\infty}{\frac{1}{2Z}\int_{-Z}^{+Z}{|x(t)|}^2dt}$$
An energy signal satisfies $0<E_x<+\infty$ and $P_x=0$.
A power signal satisfies $0<P_x<+\infty$ and $E_x = +\infty$.
Now, if we have a signum function
$$sgn(t)=\left\{\begin{matrix} 1 & if\;t \ge 0 \\ -1 & if\;t < 0 \end{matrix}\right.$$
and we calculate the formulas, then we obtain:
$$P_x = 0 \;\; E_x=0 $$
My question is, as the title said: the signum function which kind of signal is?