Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanumeric committed Dec 31, 2023
1 parent 082e0b4 commit 4a01ee3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_math/fourier-series-transform-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,16 @@ Here is the graph of the Fourier transform of the triangle function:

As you can see, we are transofrming a function from the time domain to the frequency domain. Both functions are continuous.

After introducing the Fourier transform, we will list some properties of the Fourier transform.

- linearity: $\mathcal{F}[af(t) + bg(t)] = a\mathcal{F}[f(t)] + b\mathcal{F}[g(t)]$
- time shift: $\mathcal{F}[f(t - t_0)] = e^{-2\pi i s t_0} \mathcal{F}[f(t)]$
- stretch: $\mathcal{F}[f(at)] = \frac{1}{|a|} \mathcal{F}[f(t)]$
- derivative: $\mathcal{F}[f'(t)] = 2\pi i s \mathcal{F}[f(t)]$


## Convolution




Expand Down

0 comments on commit 4a01ee3

Please sign in to comment.