Tiefpass- / Hochpassfilter-Rechner

-3 dB Grenzfrequenz für RC- und RL-Filter

Required Parameters

Ohm
F

Waiting for input data...

Ad Placement
Sidebar Adaptive Ad Slot

Quick Answer

The -3dB cutoff frequency (fc) is where the signal power drops by half. For RC filters: fc = 1 / (2πRC). For RL filters: fc = R / (2πL).

Documentation

RC Filter Calculator

Design first-order RC filters and compute the -3 dB cutoff frequency from resistor and capacitor values — or solve for R, C, or fc when you know any two.

Quick start: Select RC Low Pass or RC High Pass, enter R and C → instant fc. Use Target Variable to find C for a desired cutoff.

RC filter formula

fc = 1 / (2π × R × C)

SymbolMeaning
fcCutoff frequency (Hz)
RResistance (Ω)
CCapacitance (F)

Rearranged:

  • C = 1 / (2π fc R)
  • R = 1 / (2π fc C)
  • τ = RC = 1 / (2π fc) (time constant)

RC low pass vs RC high pass

TypePassesBlocksTypical use
RC Low PassBelow fcAbove fcNoise filtering, ADC anti-aliasing, debounce
RC High PassAbove fcBelow fcDC blocking, coupling capacitors

Both use fc = 1/(2πRC) — only the circuit topology changes.

Worked example — 1 kHz RC low pass

Target fc = 1 kHz, choose C = 47 nF:

  1. R = 1 / (2π × 1000 × 47×10⁻⁹) ≈ 3.39 kΩ
  2. Nearest E24: 3.3 kΩ → actual fc ≈ 1.03 kHz

Common applications

  • Anti-aliasing before ADC — set fc ≤ fs/2
  • Power-supply filtering — e.g. 10 Ω + 100 nF → fc ≈ 159 kHz
  • Switch debounce — τ = 5–10 ms (10 kΩ + 1 µF)

Related tools

Design Notes

First-order passive filters only roll off at -20dB per decade. They are great for simple noise filtering, anti-aliasing before a slow ADC, or debounce circuits, but inadequate for separating close frequencies. When designing RC filters, avoid using extremely large resistors (e.g., >1MΩ) because the input bias current of the next stage (like an Op-Amp or ADC) will cause a DC voltage error. Conversely, avoiding extremely small resistors (<100Ω) will save power and prevent overloading the driving source.

Common Mistakes

  • 1

    Expecting a sharp cutoff from a simple RC filter. It's a gentle curve, not a brick wall.

  • 2

    Not balancing the source impedance. If your signal source already has 10kΩ output impedance, and you use a 1kΩ series resistor for your filter, your effective R is 11kΩ.

  • 3

    Ignoring capacitor tolerances. Cheap Y5V or Z5U ceramic capacitors can vary by +20%/-80% with temperature and DC bias, completely ruining your cutoff frequency.

Engineering Handbox

1. Identify variables: R = 10,000, C = 0.0000001 2. Multiply R × C = 0.001 seconds (Time Constant τ) 3. Multiply by 2π: 0.001 × 6.283 = 0.006283 4. Divide 1 by result: 1 / 0.006283 = 159.15 Hz

VerificationThe cutoff frequency is approximately 159.15 Hz.

Knowledge Base

Was ist die -3dB Grenzfrequenz?

Der Punkt, an dem die Ausgangsleistung auf die Hälfte sinkt (Spannung auf 70,7%). Universelle Definition in Elektronik, Audio und HF-Technik.

Was ist die Formel für RC-Tiefpass?

fc = 1 / (2π × R × C). Beispiel: R = 10kΩ, C = 100nF ergibt fc = 159,15 Hz.

Was ist der Unterschied zwischen Tiefpass und Hochpass?

Tiefpass lässt tiefe Frequenzen durch und dämpft hohe. Hochpass ist umgekehrt. Gleiche Grenzfrequenz-Formel, nur vertauschte Bauteile.

Wie steil ist die Flanke eines Filters erster Ordnung?

-20 dB/Dekade bzw. -6 dB/Oktave. Für steilere Flanken mehrere Stufen kaskadieren.

Welcher Kondensatortyp für Filter?

C0G/NP0 für Präzisionsfilter. X7R für allgemeine Filterung. Y5V/Z5U vermeiden – deren Kapazität ändert sich stark mit Temperatur und Spannung.