Path: Electrical/Components
% ClassERFAmplifier design tool. Produces the inductor and capacitor values for the circuit. qL is the quality. infinite quality means that the circuit is tuned exactly to the frequency f. If r is entered, it will compute the power from r. Note: v0 is 0 for field-effect transistors. Type ClassERFAmplifier for a demo. -------------------------------------------------------------------------- Form: [d,s] = ClassERFAmplifier( f, p, vCEV, v0, sF, qL, r ) -------------------------------------------------------------------------- ------ Inputs ------ f (1,1) Frequency (kHz) p (1,1) Power (W) vCEV (1,1) Collector to emitter voltage (V) v0 (1,1) Base voltage (V) sF (1,1) Safety factor qL (1,1) Quality factor r (1,1) Load resistance (Ohm) ------- Outputs ------- d (.) Data structure output .c1 Capacitor 1 (F) .c2 Capacitor 2 (F) .l1 Inductor 1 (H) .l2 Inductor 2 (H) .qL Q loaded .p Power (W) .r Load (Ohms) .vCC Collector voltage s {:,2} Latex array for latex documents -------------------------------------------------------------------------- Reference: Nathan O. Sokal,"Class-E High-Efficiency RF/Microwave Power Amplifiers: Principles of Operation, Design Procedures, and Experimental Verification." --------------------------------------------------------------------------
Common: General/DisplayLatexTable
Back to the Electrical Module page