Calculadora de Filtro Passa-Baixa / Passa-Alta

Frequência de corte -3dB para filtros RC e RL

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

O que é a frequência de corte -3dB?

O ponto onde a potência cai pela metade (tensão a 70,7%). Definição padrão universal em eletrônica.

Fórmula do filtro RC passa-baixa?

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

Diferença entre passa-baixa e passa-alta?

Passa-baixa: frequências baixas passam. Passa-alta: frequências altas passam. Mesma fórmula de corte.

Inclinação do filtro de primeira ordem?

-20 dB/década ou -6 dB/oitava. Para inclinação mais íngreme, cascateie múltiplos estágios.

Que tipo de capacitor para filtros?

C0G/NP0 para precisão. X7R para uso geral. Evite Y5V/Z5U — valor muda drasticamente.