Calculadora de Filtro Pasabajos / Pasaaltos

Frecuencia de corte -3dB para filtros RC y 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

¿Qué es la frecuencia de corte -3dB?

El punto donde la potencia de salida cae a la mitad (voltaje al 70.7%). Definición estándar universal en electrónica.

¿Cuál es la fórmula del filtro RC pasabajos?

fc = 1 / (2π × R × C). Ejemplo: R = 10kΩ, C = 100nF da fc = 159.15 Hz.

¿Cuál es la diferencia entre pasabajos y pasaaltos?

Pasabajos deja pasar frecuencias bajas y bloquea altas. Pasaaltos es lo contrario. Misma fórmula de corte.

¿Qué tan empinada es la pendiente de primer orden?

-20 dB/década o -6 dB/octava. Para pendientes más pronunciadas, cascade múltiples etapas.

¿Qué tipo de capacitor usar para filtros?

C0G/NP0 para precisión. X7R para uso general. Evite Y5V/Z5U—su valor cambia drásticamente.