Tuesday 15 September 2015

Self resonance frequency for MLCC capacitor


Is there a general self resonance frequency characteristics for MLCC capacitors? If I make a RC low pass filter, say using 1kohm and 15nF 0603 with fc = 10.6kHz, I guess it won't work as LPF beyond the self resonance frequency of capacitor. I couldn't find the self resonance frequency characteristics for capacitor (C0603C153F3GACTU) in its datasheet. Is there a general estimation? I am interested to know the frequency response of the filter for around 100-200 MHz.



Answer



MLCC devices in surface mount packages all have a self-inductance (as indeed does anything carrying current).


The typical values for some common case sizes:


0402 : about 700pH


0603 : about 900pH



0805 : about 1.1nF


1206 : about 1.4nH


I am also using reverse geometry devices, specifically 0204 and 0306 with self inductances of about 280pH and 350pH respectively.


These are approximations as the effective inductance is determined by the specifics of the actual sizes of the internal plates (which varies across manufacturers).


You can calculate the SRF using the standard series resonance formula and this should be within about 5% (because the self resonance variation is the square root of the LC variation).


[Update: Added calculated SRF and impedance plot]


The part above would be self-resonant at about 43MHz, and here is the plot of Z vs. F:


Plot of Z vs. F for 15nF 0603 MLCC


HTH


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...