m (Protected "SignalMetricsFormula" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
Line 1: | Line 1: | ||
[[Category:Formulas]] | [[Category:Formulas]] | ||
+ | |||
+ | keywords: energy, power, signal | ||
<center><font size= 4> | <center><font size= 4> | ||
Line 7: | Line 9: | ||
'''Signal Metrics Definitions and Formulas''' | '''Signal Metrics Definitions and Formulas''' | ||
− | + | (used in [[ECE301]] and [[ECE438]]) | |
</center> | </center> |
Revision as of 11:58, 24 February 2015
keywords: energy, power, signal
Signal Metrics Definitions and Formulas
Signal Metrics Definitions and Formulas | |
---|---|
Metrics for Continuous-time Signals | |
(info) CT signal energy | $ E_\infty=\int_{-\infty}^\infty | x(t) |^2 dt $ |
(info) CT signal average power | $ P_\infty = \lim_{T \to \infty} \frac{1}{2T} \int_{-T}^{T} \left | x (t) \right |^2 \, dt $ |
Metrics for Discrete-time Signals | |
DT signal energy | $ E_\infty=\sum_{n=-\infty}^\infty | x[n] |^2 $ |
DT signal average power | $ P_\infty = \lim_{N \to \infty} \frac{1}{2N+1} \sum_{n=-N}^{N} \left | x [n] \right |^2 \, $ |