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

    %% Create LC BandPass Pi Filter
% Create an LC bandpass filter of capacitor values 1e-12 and 4e12 farads, 
% inductor values 2e-9 and 2.5e-9 henries.

% Copyright 2015 The MathWorks, Inc.


filter = rfckt.lcbandpasspi('C',[1e-12 4e-12],'L',[2e-9 2.5e-9])