List of Figures
List of Tables
Preface
1
Analog and Digital Signals
2
Transforms and Signal Representation
3
Analog and Digital Systems
4
Spectral Estimation Techniques
A
Useful Mathematics
A.1
Euler’s Equation
A.2
Trigonometry
A.3
Manipulating Complex Numbers and Rational Functions
A.4
Manipulating Complex Exponentials
A.5
Geometric Series
A.6
Sum of Squares
A.7
Summations and Integrals
A.8
Partial Fraction Decomposition
A.9
Calculus
A.10
Sinc Function
A.11
Rectangular Integration Defining Normalization Factors
A.12
Linear Algebra
B
Useful Concepts About Signal and Systems
Glossary
Bibliography
Index
Digital Signal Processing with Python, Matlab or Octave
GitHub
PDF
Home
⇐
Previous
⇑
Up
Next
⇒
A.6
Sum of Squares
The sum of the squares of the first
N
integers is
∑
n
=
1
N
n
2
=
N
(
N
+
1
)
(
2
N
+
1
)
6
,
(A.17)
which can be proved by induction [
urlBMson
].
⇐
Previous
⇑
Up
Next
⇒