Chapter 1 and Complex numbers Flashcards
(47 cards)
What is a signal?
A function of one or more variables that conveys information
about some (usually physical) phenomenon.
What is a one dimensional (1D) signal?
A signal with one independent variable
What is a multi-dimensional signal?
A signal with more than one independent variable
What is a continuous time (CT) signal?
A signal with continuous independent variables
What is a discrete time (DT) signal?
A signal with discrete independent variables
What is a continuous valued signal?
A signal with a continuous dependent variable
What is a discrete valued signal?
A signal with a discrete dependent variable
What is a continuous-valued, CT signal called?
analogue
What is a discrete-valued, DT signal called?
digital
What is a system?
an entity that processes one or more input signals in order to
produce one or more output signals.
What is a single input (SI) system?
A system with one input
What is a multi input (MI) system?
A system with more than one input
What is a single output (SO) system?
A system with one output
What is a multi output (MO) system?
A system with more than one output
Cartesian form of complex number?
z = x+ jy
Polar form of complex number?
z = r(cosθ+ jsinθ) or equivalently z = re^(jθ)
What are the magnitude and argument of a complex number in polar form?
|z|= r, arg(z) = θ
What is the principal argument?
denoted Arg(z), is the
particular value θ of arg(z) that satisfies −π < θ ≤ π.
How to get the argument of a complex number in cartesian form?
arctan(y/x).
If x is negative, need to add π
How to convert from cartesian to polar
r = √(x^2 + y^2). θ = arctan(y/x), If x is negative, need to add π
What is the conjugate of a complex number in cartesian form
z* = x - jy
identity: |z*| =
|z|
identity: arg(z*) =
-arg(z)
identity: zz* =
|z|^2