2022-03-23 16:31:29 +01:00
|
|
|
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:
|
|
|
|
|
2023-04-20 14:25:26 +02:00
|
|
|
[[Resources/electricity/formulas|Formulas]]
|
2022-03-23 16:31:29 +01:00
|
|
|
|
2024-01-22 15:49:44 +01:00
|
|
|
```template
|
|
|
|
page: "[[Resources/electricity/formulas]]"
|
|
|
|
```
|
2023-04-20 14:25:26 +02:00
|
|
|
|
|
|
|
```latex
|
|
|
|
\displaystyle f_{c} = \frac{1}{2\pi 100 * 0.00000001}
|
|
|
|
\displaystyle f_{c} = 159154.94 \approx 159.1kHz
|
|
|
|
```
|