I know that the power of a discrete signal is given by:
$$P(x) = \lim_{N \rightarrow \infty}\frac{1}{2N + 1}\sum ^N _{n = -N} | x[n]|^2$$
However, I would like to know whether the power of a discrite time finite length signal is defined as:
$$P(x) = \frac{1}{N - 1}\sum ^N _{n = 1} | x[n]|^2$$
Or as,
$$P(x) = \frac{1}{N}\sum ^{N - 1} _{n = 0} | x[n]|^2$$
Being $N$ the length of the signal, the number of samples of it.