Skip to main content

Transistor Amplifier Design

Requirements

Voltage Gain: 50
Required output voltage swing: 10V

Selection of Transistor

Select transistor BC107 since minimum guaranteed \(h_{FE}\)(=100) is more than the required gain(=50) of the amplifier.

Quick Reference Through BC107

Type: NPN Silicon
Application: In audio frequency

Maximum Ratings:

\(V_{CB}=50V, V_{CE}=45V,\\ V_{EB}=6V, I_C=100mA\)

Nominal Ratings:

\(V_{CE}=5V,  I_c=2mA, h_{FE}=100 \text{ to } 500\)
CE amplifier circuit diagram

DC Biasing Conditions

\(V_{CC}\) is taken as \(20\%\) more than required output voltage swing. Hence \(V_{CC}=12V\). \(I_c=2mA\), because \(h_{FE}\) is guaranteed 100 at that current as per data sheet. In order to make the operating point at the middle of the load line, assume the DC conditions as follows:
\(V_{RC}=40\% \text{ of } V_{CC}=4.8V\)
\(V_{RE}=10\% \text{ of } V_{CC}=1.2V\)
\(V_{CE}=50\% \text{ of } V_{CC}=6V\)

Design of \(R_C\)

\(V_{RC}=I_C×R_C=4.8V\). From this we get \(R_C=2.4K\Omega.\text{ Use }2.2K\Omega\).

Design of \(R_E\)

\(V_{RE}=I_E×R_E=1.2V\). From this, we get \(R_E=600\Omega\) because \(I_c \approx I_E\). Use\( 680\Omega\) standard resistance.

Design of \(R_1\) and \(R_2\)

Assume the current through \(R_1=10I_B\) and that through \(R_2=9I_B\) for a stable voltage across \(R_1\) and \(R_2\) independent of variation of base current.
\(V_{R2}=\) Voltage drop across \(R_2\)
$$=V_{BE}+V_{RE}$$ \(V_{R2}=V_{BE}+V_{RE}=0.6+1.2=1.8V\)
But \(I_B=\frac{I_C}{h_{FE}}=\frac{2mA}{100}=20\mu A\)
Then,
 \(R_2=\frac{V_{R2}}{9I_B}=\frac{1.8}{9×20×10^{-6}}=10K\Omega\)
\(V_{R1}=\) Voltage across\(R_1\) $$=V_{CC}-V_{R2}=12-1.8=10.2V$$ Also, \(V_{R1}=10I_BR_1=10.2V\) Then, \(R1=\frac{10.2}{10×20×10^{-6}}=50K\Omega\). Select \(47K\Omega\) standard resistance value.

Design of \(R_L\)

Gain of the CE amplifier, \(A_V=-(r_c/r_e)\)
Where \(r_c=R_C\|R_L\) and
\(r_e=\frac{25mV}{I_E}=\frac{25mV}{2mA}=12.5\Omega\).
Since the required gain is 50, substituting in the expression we get, \(R_L=845\Omega\). Use 820\(\Omega\) standard resistance.

Design of Coupling Capacitor \(C_{C1}\) and \(C_{C2}\)

\(X_{C1}\) should be less than the input impedance of the transistor. Here \(R_{in}\) is the series impedance.

As rule of thumb, take, \(X_{C1}=\frac{R_{in}}{10}\).
Here \(R_{in}=R_1\|R_2\|(1+h_{FE}r_e)\) since \(R_E\) is bypassed by the capacitor and effective emitter resistance \(r_e\).

We get \(R_{in}=1.1k\Omega\). Then \(X_{C1}\leq 110\Omega\)
Assuming lowest cut-off frequency \(f_L\) of 100 Hz.

\(C_{C1}\geq \frac{1}{2πf_L×110}=14\mu F\). Use \(15\mu F\) standard capacitor.

Similarly \(X_{C2}\leq \frac{R_{out}}{10}\) where \(R_{out}=R_C\).

Then \(X_{C2}\leq240\Omega\)
So, \(C_{C2}\geq \frac{1}{2π×100×240}=6.6\mu F\). Use \(10\mu F\) standard capacitor.

Design of Bypass Capacitor \(C_E\)

To bypass the lowest frequency (say 100Hz) \(X_{CE}\) should be less than or equal to the resistance \(R_E\).

As a rule of thumb, take \(X_{CE}=\frac{R_E}{10}\).

Then, \(C_E=\frac{1}{2π×100×68}=23\mu F\). Use \(22\mu F\) standard capacitor.

Comments

Popular posts from this blog

8051 Simple Programs

Sum of 8-bit Numbers Stored in Memory Here  we will discuss about 8051 programs but we can't discuss about all of the 8051 instructions. For programming 8051 we should know about assembler directives as well as instruction set. Click  here to download Atmel c51 user guide that will discuss about 8051(c51 family microcontroller) instruction set, assembler directives, c51 cross assembler from Atmel.  Program ORG 00H MOV R0,#50H   ; get memory location in memory pointer R0 MOV R1,#51H   ; get memory location on memory pointer register R1 MOV A,@R0       ; get content of memory location 50H to accumulator ADD A,@R1        ; add content of A with content of memory location 51H and store result in A MOV R0,#52H    ; get 52H to memory pointer R0 MOV@R0,A         ; copy content of A to memory location 52H END Add 16-bit Numbers ...

Introduction to 8051 embedded C

For 8051 we need to include the file reg51.h. This file contains the all the definitions of 8051 registers. With this information C compiler produces hex file that can be downloaded into the ROM of the microcontroller. It is important to note that the size of the hex file produced by the assembly language is much larger than the hex file produced by C compiler. Apart from this fact, there is many reasons for writing programs in C instead of assembly: ●It is much easier and less time consuming to write programs in C assembly. ●C is more flexible; it is easier to modify and update. ●Programming in C allows to use code available in function libraries. ●Program written inC for one microcontroller is portable to other microcontrollers with little or no modifications. Data Types in 8051 Embedded C The table shown below lists the data types that are available in typical C51 compiler. The gives information about the size of the data variable and it's value range. Data type ...

Frequency of Oscillation of RC Phase Shift Oscillator

Derivation of Frequency of Oscillation We have to find out the transfer function of RC feedback network. Feedback Circuit of RC Phase Shift Oscillator Applying KVL to various loops on the figure, we get, $$I_1 \left(R+\frac{1}{j \omega C }\right) -I_2R=V_i \text{ ....(1)}$$ $$-I_1R+I_2\left (2R+\frac {1}{j\omega C}\right)-I_3R=0\text{ ... (2)}$$ $$0-I_2R+I_3\left(2R+ \frac{1}{j\omega C}\right)=0\text{ ...(3)}$$ Replacing \(j\omega\) with \(s\) and writing equations in the matrix form, $$\begin{bmatrix}R+\frac{1}{sC} & -R & 0 \\-R & 2R+\frac{1}{sC} & -R \\0 & -R & 2R+\frac{1}{2sC} \end{bmatrix}\begin{bmatrix}I_1\\I_2\\I_3\end{bmatrix}=\begin{bmatrix}V_i\\0\\0\end{bmatrix}$$ Using Cramer's rule to find out \(I_3\), $$\text{Let, }D=\begin{bmatrix}R+\frac{1}{sC} & -R & 0 \\-R & 2R+\frac{1}{sC} & -R \\0 & -R & 2R+\frac{1}{2sC} \end{bmatrix}$$ \(|D|=\begin{vmatrix}R+\frac{1}{sC} & -R & 0 \\-R & 2R+\frac{1}{...