20 lines
536 B
Markdown
20 lines
536 B
Markdown
High pass filters let through only signals with high frequencies and attenuate low frequency one.
|
|
|
|
Because high pass filters work exactly like low pass filters but in reverse, lets only do one example here:
|
|
|
|
**Example:**
|
|
|
|
![[rc-high-pass-example.png|300]]
|
|
|
|
Lets first calculate the cutoff frequency of this filter:
|
|
|
|
[[Resources/electricity/formulas|Formulas]]
|
|
|
|
```template
|
|
page: "[[Resources/electricity/formulas]]"
|
|
```
|
|
|
|
```latex
|
|
\displaystyle f_{c} = \frac{1}{2\pi 100 * 0.00000001}
|
|
\displaystyle f_{c} = 159154.94 \approx 159.1kHz
|
|
``` |