-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMath to learn
51 lines (36 loc) · 1.82 KB
/
Math to learn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Math to learn
Conjugation of j?
Sinusoidal functions (sine wave)
--------------------------------
- Mathematical curve that describes a smooth repetitive oscillation
Complex Numbers
--------------------------------
- Numbers that are build with two parts, a real and imaginary part
- imaginary numbers are the square root of -1
- Complex numbers are represented in the complex plane, where the real number is plotted on the x axis and the imaginary number on the y axis
Euler's Formula
- Unit circles show all complex numbers within a magnitude
- Complex numbers can be displayed in rectangular or polar form.
- Rectangular form is displayed as the intersection of the two values on the complex plane
- Polar forms represents the number as a vector
Euler's Formula
--------------------------------
- establishes a relationship between polar and rectangular forms of complex numbers
Complex Sinusoids
--------------------------------
- Sinusoids that are expressed using Euler's Formal
- The sum of two complex sine-waves can cancel the imaginary component of the sine-waves and produce a real sine-waves
Scalar (or dot) product of sequences
--------------------------------
- Takes two equal length sequences of numbers and returns a singular value
- Orthogonality of sequences: When two sequences are orthogonal, their scalar product is equal to zero
- The dot product is the project of one sequence into another
Even and odd functions
--------------------------------
- f[n] is even if f[-n] = f[n]
- f[n] is odd if f[-n] = f[-n]
- cosine is an even function because it is symmetric at 0
- sine is an odd function because it is asymmetric at 0
Convolution of sequences
--------------------------------
- mathematical operation of two sequences producing a third sequence that can be viewed as a modified version of one of the original sequences