www.gusucode.com > rf 案例源码程序 matlab代码 > rf/CreateLCBandstopPiFilterExample.m

    %% LC Bandstop Pi Filter
% Create a LC Bandstop Pi Filter using |rfckt.lcbandstoppi|.
filter = rfckt.lcbandstoppi('C',[1e-12 4e-12],'L',[2e-9 2.5e-9])