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.9
Calculus
f
1.
Derivative product rule:
(
f
(
x
)
g
(
x
)
)
′
=
f
(
x
)
g
′
(
x
)
+
f
′
(
x
)
g
(
x
)
f
2.
Derivative of a rational function
(
f
(
x
)
g
(
x
)
)
′
=
f
′
(
x
)
g
(
x
)
−
f
(
x
)
g
′
(
x
)
g
2
(
x
)
(A.22)
f
3.
Integration by parts:
∫
f
(
x
)
g
′
(
x
)
dx
=
f
(
x
)
g
(
x
)
−
∫
f
′
(
x
)
g
(
x
)
dx
(A.23)
f
4.
Derivative of an exponential:
(
e
f
(
t
)
)
′
=
e
f
(
t
)
f
′
(
t
)
f
5.
Integral of an exponential:
∫
(
e
f
(
t
)
)
dt
=
e
f
(
t
)
f
′
(
t
)
⇐
Previous
⇑
Up
Next
⇒