Energy¶
streaming mode | Statistics category
Inputs¶
array
(vector_real) - the input array
Outputs¶
energy
(real) - the energy of the input array
Description¶
This algorithm computes the energy of an array.
The input array should not be empty or an exception will be thrown.
- References:
[1] Energy (signal processing) - Wikipedia, the free encyclopedia, http://en.wikipedia.org/wiki/Energy_%28signal_processing%29
Source code¶
See also¶
Energy (standard)