<FluxIADocument>
<Components>
<Component Type="Resistor" Value = "220" Position = "100,100" />
<Component Type="Resistor" Value = "1000" Position = "200,100" />
<Component Type="Resistor" Value = "470" Position = "300,100" />
<Component Type="Capacitor" Value = "82pF" Position = "100,200" />
<Component Type="Capacitor" Value = "68pF" Position = "200,200" />
<Component Type="Capacitor" Value = "100pF" Position = "300,200" />
<Component Type="Inductor" Value = "10uH" Position = "200,300" />
<Component Type="BJT" Model = "2N2222" Position = "200,400" />
</Components>
< Connections >
<Connection Start="Resistor1" End = "Capacitor1" />
<Connection Start="Resistor2" End = "Capacitor2" />
<Connection Start="Resistor3" End = "Capacitor3" />
<Connection Start="Capacitor1" End = "Inductor1" />
<Connection Start="Capacitor2" End = "Inductor1" />
<Connection Start="Capacitor3" End = "Inductor1" />
<Connection Start="Inductor1" End = "BJTBase" />
<Connection Start="BJTCollector" End = "Resistor2" />
<Connection Start="BJTEmitter" End = "GND" />