Rectifiers and Filters

Size: px
Start display at page:

Download "Rectifiers and Filters"

Transcription

1 Experiment No. : 1 Rectifiers and Filters Date: / / Aim : To design and testing of Full wave centre tapped transformer type and Bridge type rectifier circuits with and without Capacitor filter. Determination of ripple factor, regulation and efficiency Apparatus Required : Sl. No. Particulars Range Quantity 1. Transformer As per design Diode (BY 127) Resistors & Capacitors As per design - 4. Multimeter CRO Probes - 2 Set 6. Spring board and connecting wires - - Theory: Rectifier is a circuit which converts AC to pulsating DC. Rectifiers are used in construction of DC power supplies. There are three types of rectifiers namely Half wave rectifier, Center tap full wave rectifier and bridge rectifier. In half wave rectification, either the positive or negative half of the AC wave is passed, while the other half is blocked. Because only one half of the input waveform reaches the output, it is very inefficient if used for power transfer. A full-wave rectifier converts the whole of the input waveform to one of constant polarity (positive or negative) at its output. Full-wave rectification converts both polarities of the input waveform to DC (direct current), and is more efficient. Fullwave rectification can be obtained either by using center tap transformer or by using bridge rectifier. The output of a rectifier is not a smooth DC it consists of ac ripples therefore to convert this pulsating DC in to smooth DC we use a circuit called filter. There are many types of filters like C filter, L filter, LC filter, multiple LC filter, filter etc.. of all these C filter is the most fundamental filter. Dept. of EEE, CIT, Gubbi, Tumkur

2 Circuit Diagram: Full wave rectifier a) Center tap FWR without filter b) Center tap FWR with C filter D2 a) Bridge Rectifier without filter b) Bridge Rectifier with C filter Vi Vm 2 t Vo without filter Vm VDC 2 t Vo with C filter Vm VDC Vrpp 2 t Dept. of EEE, CIT, Gubbi, Tumkur

3 Design : a) Center Tap Full Wave Rectifier / Bridge Rectifier Without filter VDC = 2Vm / for FWR ( both center tap and bridge rectifier ) For the given VDC calculate Vm and Vrms = Vm / 2 Procedure : 1. Components / Equipment are tested for their good working condition 2. Connections are made as shown in the circuit diagram 3. Observe different waveforms on CRO 4. Measure VDC using multimeter in dc mode and Vm on CRO 5. Calculate Vrms from Vm using formula Vrms = Vm / 2 for Half wave rectifier Vrms = Vm / 2 for full wave rectifier 6. Calculate the efficiency, ripple factor and regulation. Compare the results with the theoretic values. Result : Without filter : Type of rectifier - theoretical - practical - theoretical - practical Center tap full wave rectifier Bridge Rectifier % % With filter : Type of rectifier theoretical practical % Regulation Center tap full wave rectifier Bridge Rectifier Dept. of EEE, CIT, Gubbi, Tumkur

4 Choose the transformer of rating Vrms 0 Vrms / IDC for Center tap full wave rectifier and 0 Vrms / IDC for Bridge rectifier The value of load resistance, RL = VDC / IDC, PRL = VDC 2 / RL b) Full Wave Rectifier with C filter VDC = Vm ( IDC / 4fC ) = 1 / ( 4 3 fcrl ) ( f = 50 Hz ) For the given value of VDC and IDC Calculate RL = VDC / IDC, PRL = VDC 2 / RL For the given Calculate the value of capacitor C For the given value of VDC and IDC Calculate Vm and Vrms = Vm / 2 Choose the transformer of rating, Vrms 0 Vrms / IDC for Center tap full wave rectifier and 0 Vrms / IDC for Bridge rectifier Choose the capacitor of value C / Vm Example - 1: Design an FWR for an output DC voltage of 10 V and load current of 10 ma. (Bridge and Center tap rectifier) VDC = 10 V Vm = (VDC X ) / 2 = 15.7 V Vrms = Vm / 2 = 11.1 V 12 V Choose a transformer of rating 12V 0 12V / 10 ma for Center tap full wave rectifier Choose a transformer of rating 0 12V / 10 ma for Bridge rectifier RL = VDC / IDC = 1 K PRL = VDC 2 / RL = 0.1 W Choose RL = 1 K / 0.1 W Example 2 : Design a full wave rectifier for VDC = 16 V, IDC = 16mA, = (Bridge and center tap rectifier) RL = VDC / IDC = 1 K, PRL = VDC 2 / RL = 0256 W From = 1 / ( 4 3 fcrl ), C = 481 f, ( 470 f ) ( f = 50 Hz ) From VDC = Vm ( IDC / 4fC ), Vm = V, Vrms = V, ( 12 V ) Choose transformer of rating 12V V / 16mA for center tap full wave rectifier and 0 12V / 16mA for bridge rectifier Choose RL = 1 K / W, C = 470 f / 16.17V Dept. of EEE, CIT, Gubbi, Tumkur

5 Tabular Column : Without filter Circuit VDC Vm Vrms =VDC 2 / Vrms 2 = (Vrms 2 / VDC 2 )-1 Center tap full wave rectifier Bridge Rectifier Note : Vrms = Vm / 2 for Half wave rectifier Vrms = Vm / 2 for full wave rectifier With filter : Circuit Center tap full VDC full load Vrpp Vrrms VDC no load % Regulation = Vrrms / VDC wave rectifier Bridge rectifier Note : Vrrms = Vrpp / 2 3 % Regulation = ( VDC no load VDC full load ) / VDC full load Dept. of EEE, CIT, Gubbi, Tumkur

6 Experiment No. : 2 Date: / / Simplification and Realization of Boolean Expression using logic gates/universal gates Aim: Simplify and realize the given Boolean expressions using Logic Gates/Universal Gates Apparatus: Theory: Sl No Particulars Quantity 1 IC 7408,IC each 2 IC 7400,IC each 3 IC Canonical Forms (Normal Forms): Any Boolean function can be written in disjunctive normal form (sum of min-terms) or conjunctive normal form (product of max-terms).a Boolean function can be represented by a Karnaugh map in which each cell corresponds two minterm. Sum of minterms Product of maxterms : Sum Of Product (SOP) : Product Of Sum (POS) Procedure: 1. Verify that the gates are working. 2. Construct a truth table for the given problem. 3. Draw a Karnaugh Map corresponding to the given truth table. 4. Simplify the given Boolean expression manually using the Karnaugh Map. A. Implementation Using Logic Gates 1. Realize the simplified expression using logic gates. 2. Make connections as per the logic gate diagram. 3. Apply the different combinations of input according to the truth tables. 4. Verify that the results are correct. Dept. of EEE, CIT, Gubbi, Tumkur

7 1) Y1=(A+BC)(B+A C ) using Basic Gates Simplification: Y1=(A+BC)(B+A C ) ( Given Expression) = AB+ A C +BC (Using basic gates) = AB + AC + BC = AB. BC. A C (Using NAND Gates) Y1= ( A+BC)(B+ A C ) = (A+B)(A+C)(B+A)(B+C ) = ( A C)( A B)( B C) = ( A C) + ( A B) + ( B C) (Using only NOR gates) A B C Y1 Dept. of EEE, CIT, Gubbi, Tumkur

8 B. Implementation Using Universal Gates 1. Convert the AND-OR logic into NAND-NAND and NOR-NOR logic. 2. Implement the simplified Boolean expressions using only NAND gates, and then using only NOR gates. 3. Connect the circuits according to the circuit diagrams, apply inputs according to the truth table and verify the results. Using Only NAND gates A B C Y1 Using only NOR gates A B C Truth Table A B C Y Y 1 Dept. of EEE, CIT, Gubbi, Tumkur

9 2) Z= A B C +AB C + A B C+ABC = A B (C+C )+AB(C+ C ) = A B +AB (using Basic Gates) Z= A B + AB ( Using only NAND Gates) Z= (A+ B )+( A +B) ( Using only NOR Gates) Using NAND Gates Only A B Z Using NOR Gates only A B Z Dept. of EEE, CIT, Gubbi, Tumkur

10 Circuit Diagram : A. Series Clippers : 1. To pass positive peak above V level A A K K 10 V p-p 500 Hz Vi Vo V Vm Vo 2 t V Vi 2 t 2. To pass positive peak above some reference level ( VR +V ) Vo 10 V p-p 500 Hz VR +V Vi Vi VR+V Vo Vm 2 t 2 t Dept. of EEE, CIT, Gubbi, Tumkur

11 Experiment No. : 3 Date: / / Testing of diode clipping and Clamping circuits Aim : To design and study the series and shunt clipping circuits using diodes. Apparatus Required : Theory: Sl. No. Particulars Range Quantity 1. Diode ( 1N4007 / BY 127 ) Resistor As per design - 3. Multimeter CRO Probes - 3 set 5. Spring Board and Connecting wires - - A clipper is a circuit that removes either positive or negative portion of a waveform. This kind of processing is useful for signal shaping, circuit protection and communications. The clippers are usually constructed by using diodes and resistors and some times to adjust the clipping level DC power supplies are also used. There are two types of clippers namely series clippers and shunt clippers. If the clipping element (diode) is in series with the source then we call it as series clippers and if the clipping device is in parallel with the source then we call such circuit as shunt clippers. Further based on the portion of a waveform clipped the clippers can be classified as positive clippers, negative clippers and two level clippers (combination clippers). Procedure: 1. Components / Equipment are tested for their good working condition. 2. Connections are made as shown in the circuit diagram 3. Apply a sine wave of amplitude greater than the designed clipping level with frequency 500 Hz. 4. Observe the output wave form on the CRO 5. Observe the transfer characteristic curve on CRO by applying input waveform to channel X and output waveform to channel Y. 6. Measure the clipped voltage and compare with the designed value. Dept. of EEE, CIT, Gubbi, Tumkur

12 3. To pass negative peak above -V level Vo 10 V p-p 500 Hz - V Vi Vi Vo Vm -V 2 t 2 t 4. To pass negative peak above some reference level (-VR - V ) Vo 10 V p-p 500 Hz - VR - V Vi Vi Vm Vo 2 t -VR-V 2 t Dept. of EEE, CIT, Gubbi, Tumkur

13 5. To pass positive peak above some reference level (VR1+V ) and negative peak above some reference level -VR2 - V Vo -VR2- V 10 V p-p 500 Hz VR1+ V Vi Vi VR1+V Vm 2 t -VR2-V Vo 2 t Result: A. Series Clippers Designed Sl. Circuit Clipping level No. (Theoretical) 1. To pass positive peak above V level V = 0.7V 2. To pass positive peak above some reference level VR +V VR +V = To pass negative peak above -V level -V = -0.7V To pass negative peak above some reference level -VR - V To pass positive peak above some reference level (VR1+V ) and negative peak above some reference level -VR2-V =3.2V -VR -V = = -3.7V VR1+V = 2+0.7=2.7V -VR2 - V = =-2.7V Observed Clipping level in CRO(Practical) Dept. of EEE, CIT, Gubbi, Tumkur

14 B. Shunt Clippers 6. To remove positive peak above V level Vo 10 V p-p 500 Hz V Vi Vi V Vm 2 t Vo V 2 t 7. To remove positive peak above some reference level (VR +V ) Vo 10 V p-p 500 Hz VR+ V Vi Vi VR+V Vo Vm 2 t VR+V 2 t Dept. of EEE, CIT, Gubbi, Tumkur

15 8. To remove negative peak above -V level Vo 10 V p-p 500 Hz -V Vi Vi Vo Vm -V 2 t -V 2 t 9. To pass positive peak above some reference level (VR-V ) Vo 10 V p-p 500 Hz VR- V Vi Vi VR-V Vo VR-V Vm 2 t 2 t Dept. of EEE, CIT, Gubbi, Tumkur

16 10. To remove positive peak above some reference level (VR1+V ) and negative peak above some reference level (-VR2-V ) Vo 10 V p-p 500 Hz Vo VR1+V -VR2-V Vi Vi VR1+V Vm 2 t -VR2-V Vo VR1+V -VR2-V 2 t Design : Example 1 : Design a clipping circuit to pass the positive peak above the reference level 2V (Circuit 2) VR + V = 2V Assume the diode to be silicon make then V = 0.6 V Then VR = = 1.4 V Assume Rr = 100 K and Rf = 10 Then R = Rr Rf = 1 K Example 2 : Design a clipping circuit to remove positive peak above + 3 V negative peak above 4 V (Circuit 12) VR1+V = + 3 V Assume the diode to be silicon make then V = 0.6 V VR1 = = 2.4 V -VR2-V = - 4 V -VR2 = = V Dept. of EEE, CIT, Gubbi, Tumkur

17 VR2 = 3.4 V Assume Rr = 100 K and Rf = 10 Then R = Rr Rf = 1 K Result: Sl. No. Circuit B. Shunt Clippers 6. To remove positive peak above V level V = 0.7V 7. To remove positive peak above some reference level (VR +V ) Designed Clipping level (Theoretical) (VR +V )=2+0.7=2.7V Observed Clipping level in CRO(Practical) 8. To remove negative peak above -V level -V =-0.7V To pass positive peak above some reference level (VR-V ) To remove positive peak above some reference level (VR1+V ) and negative peak above some reference level (-VR2-V ) VR-V =3-0.7=2.3V VR1+V =2+.7=2.7V -VR2-V = =-3.7V Dept. of EEE, CIT, Gubbi, Tumkur

18 Circuit Diagram: Positive Clampers: 1. Negative peak clamped to -V level Vi Vo V t -V V t 2. Negative peak clamped to positive reference level (VR-V ) Vi Vo V t VR-V V t 3. Negative peak clamped to negative reference level (-VR-V ) Vi Vo V t V Dept. of EEE, CIT, Gubbi, Tumkur

19 Clamping Circuits Aim : To design a clamping circuit for the given specification. Apparatus Required : Sl. No. Particulars Range Quantity 1. Diode ( 1N4007 / BY 127 ) Resistors & Capacitors As per design - 3. CRO Probes - 3 set 4. Spring board and connecting wires Theory : Clamper is a circuit which adds DC level to an AC waveform. There are two types of clampers namely positive clampers and negative clampers. In positive clampers positive DC level will be added to the AC waveform or the negative peak will be clamped to some other level. In Negative peak clampers negative DC level will be added to the AC waveform or the positive peak will be clamped to some other level. Clampers are very much used in communication systems for example clampers are used in analog television receivers for the purpose of restoring the dc component of the video signal prior to its being fed to the picture tube. Procedure : 1. Components / Equipment are tested for their good working condition. 2. Connections are made as shown in the circuit diagram 3. Apply a square wave / triangular wave / sine wave input of amplitude 10 V peak to peak and frequency of 1 khz 4. Observe the input and output waveform keeping CRO in DC position 5. Measure the clamping level and compare with the designed value Design : For a clamper RC T let RC = 10 T Assume f = 1 KHz, hence T = 1 ms, choose C = 1 f Then R = 10 K Dept. of EEE, CIT, Gubbi, Tumkur

20 Negative Clampers : 4. Positive peak clamped to V level Vi Vo V V t V t 5. Positive peak clamped to positive reference level (VR+V ) Vi Vo VR+V V V t t 6. Positive peak clamped to negative reference level (-VR+V ) Vi Vo -VR+V V V t t Dept. of EEE, CIT, Gubbi, Tumkur

21 Result: A. Positive Clampers Sl. No. Circuit Designed Clipping level (Theoretical) 1. Negative peak clamped to -V level - V =-0.7V Observed Clipping level in CRO(Practical) 2. Negative peak clamped to positive reference level (VR-V ) Negative peak clamped to negative 3. reference level (-VR-V ) VR-V =2-0.7 =1.3V -VR-V = =-3.7V B. Negative Clampers 4. Positive peak clamped to V level V =0.7V 5. Positive peak clamped to positive reference level (VR+V ) VR+V = =4.7V 6. Positive peak clamped to negative reference level (-VR+V ) -VR+V = =-2.3V Example 1 :Design a clamping circuit to clamp the negative peak to +3V ( Circuit 2 ) VR - V = 3 V Let the diode be silicon make then V = 0.6 V VR = = 3.6 V 2.Negative peak clamped to negative reference level (-2V) -VR-V = -2, VR=1.4V Dept. of EEE, CIT, Gubbi, Tumkur

22 Half Adder: a) Half Adder using Basic gates A B S= A B C= AB b) Half Adder using NAND Gates A S=A B B C=AB Truth Table A B SUM CARRY (S) (C) Dept. of EEE, CIT, Gubbi, Tumkur

23 Experiment No. : 4 Date: / / Realization of half/full adder and Half/Full Subtractors using logic gates Aim: (i) To realize half/full adder using Logic gates & NAND gates (ii) To realize half/full Subtractor using Logic gates & NAND gates Components Required: Sl no Particulars Quantity 1 IC ,7486,7408, Theory: Half-Adder: A combinational logic circuit that performs the addition of two data bits, A and B, is called a half-adder. Addition will result in two output bits; one of which is the sum bit S, and the other is the carry bit, C. The Boolean functions describing the half-adder are: S =A B C = A.B Full-Adder: The half-adder does not take the carry bit from its previous stage into account. This carry bit from its previous stage is called carry-in bit. A combinational logic circuit that adds two data bits, A and B, and a carry-in bit,cin,is called a full-adder. The Boolean functions describing the full-adder are: S = A B Cin C = A.B+ Cin (A B) Half Subtractor: Subtracting a single-bit binary value B from another A (i.e. A -B) produces a difference bit D and a borrow out bit Br. This operation is called half subtraction and the circuit to realize it is called a half subtractor. The Boolean functions describing the half-subtractor are: D =A B Br= A.B Full Subtractor: Subtracting two single-bit binary values, B, Cin from a single-bit value A produces a difference bit D and a borrow out Br bit. This is called full subtraction. The Boolean functions describing the full-subtractor are: D = A B Cin, Br= A.B + A.Cin + B.Cin Procedure: 1. Verify that the gates are working. Dept. of EEE, CIT, Gubbi, Tumkur

24 2. Make the connections as per the circuit diagram for the half adder circuit, on the trainer kit. 3. Switch on the VCC power supply and apply the various combinations of the inputs according to the respective truth tables. 4. Verify that the outputs are according to the expected results. 5. Repeat the procedure for the full adder circuit, the half subtractor and full subtractor circuits. 6. Verify that the sum/difference and carry/borrow bits are according to the expected values. FULL ADDER: a) Full Adder using Basic Gates A B C S= A B C C= AB+C(A B) b) Full Adder using NAND Gates only A S= A B C B C C= AB+C(A B) Truth Table: Dept. of EEE, CIT, Gubbi, Tumkur

25 A B C Sum Carry SUM= S= A B C C= AB+C(A B) Half Subtractor: a. Half Subtractor using Basic gates A B D= A B Bo= AB b. Half Subtractor using NAND Gates A D=A B B C= A B Dept. of EEE, CIT, Gubbi, Tumkur

26 Truth Table A B Diff(D) Borrow (B) Full Subtractor: c. Full Subtractor using Basic Gates A B C D= A B C d. Full Subtractor using Nand gates Bo= A B+C(A B) Truth Table: Diff= A B C B0 = A B+C(A B) A B C Diff Borrow Dept. of EEE, CIT, Gubbi, Tumkur

27 Circuit Diagram: RC coupled Single stage BJT amplifier: C IR1 B 0.1 F VR2 0.1 F E SL100 or CL100 Design : Given, VCE = 5 V and IC = 2 ma Assume = 100 VCC = 2VCE = 2 X 5 = 10 V Let VRE = 10% VCC = 1 V RE = VRE / ( IC + IB ) IB = IC / = 2mA / 100 = 20 A RE = 1 / ( 2m + 20 ) = 495 Choose RE = 470 Apply KVL to collector loop VCC IC RC VCE VE = 0 RC = (VCC VCE VE) / IC = (10 5 1) / 2 m RC = 2 K Choose RC = 1.8 K Let IR1 = 10 IB = 10 X 20 A = 200 A VR2 = VBE + VE = = 1.6 V ( Since transistor is silicon make VBE = 0.6 V ) R2 = VR2 / ( IR1 IB ) = 1.6 / ( 200 A - 20 A ) R2 = 8.8 K Choose R2 = 8.2 K R1 = ( VCC VR2 ) / IR1 = ( ) / 200 A R1 = 42 K Choose R1 = 47 K XCE < < RE XCE = RE / 10 Dept. of EEE, CIT, Gubbi, Tumkur

28 Experiment No. : 5(a) Date: / / RC Coupled Single Stage BJT Amplifier Aim: To conduct an experiment to plot the frequency response of an RC coupled amplifier and to find the half power points, bandwidth, input impedance, output impedance. Apparatus Required: Theory : Sl. No. Particulars Range Quantity 1. Transistor SL Resistors & Capacitors As per design - 3. CRO Probes - 3 Set 4. Multi meter DRB Spring board and connecting wires - - An amplifier is a circuit which increases the voltage, current or power level of i/p signal where the frequency is maintained constant from o/p to i/p signal. The common emitter amplifier is basically a current amplifier ( I C = I b ) where I B is input current and I C is output current and is a non unity value, in turn it provides voltage amplification. The ratio of collector current to base current is noted as the current amplification factor and is denoted as i.e.[ = I C /I b ], is very large. In RC coupled CE amplifier R1, R2 and RC are selected in such a way that transistor operates in active region and the operating point will be in the middle of active region. RE is used for stabilization of operating point. Coupling capacitors CC1 and CC2 are used to block dc current flow through load and the source. The emitter by-pass capacitor CE is connected to avoid negative feedback. Input signal increases base current and the collector current increases by a factor. [i.e. Ic = I b ]. Hence output voltage is large compared to input voltage which is known as amplification An amplifier in which resistance-capacitance coupling is employed between stages and at the input and an output point of the circuit is known as RC coupled amplifier. A capacitor provides a path for signal currents between stages, with resistors connected from each side of the capacitor to the power supply or to ground. 1 / ( 2 f CE ) = 470 / 10 Let f = 100 Hz CE = 33 F Choose CE = 47 F Choose CC1 = CC2 = 0.1 F Dept. of EEE, CIT, Gubbi, Tumkur

29 Tabular Column : Vi = V F in Hz Vo in Volt AV = Vo / Vi Gain in db = 20*log AV Procedure : 1. Components / Equipment are tested for their good working condition. 2. Connections are made as shown in the circuit diagram. 3. By keeping the voltage knobs in minimum position and current knob in maximum position switch on the power supply. 4. By disconnecting the AC source measure the quiescent point (VCE and IC = VRC / RC) To find frequency response : 1. Connect the AC source. Keeping the frequency of the AC source in mid band region (say 10 khz) adjust the amplitude to get the distortion less output. Note down the amplitude of the input signal. 2. Keeping the input amplitude constant, Vary the frequency in suitable steps and note down the corresponding output amplitude. 3. Calculate AV and gain in decibels. Plot a graph of frequency Vs gain in db. From the graph calculate f L, f H and band width. 4. Calculate figure of merit. To find the input impedance ( Zi ) : 1. Connections are made as shown in the diagram. 2. Keeping the DRB in its minimum position, apply input signal at mid band frequency (say 10kHz) and adjust the amplitude of the input signal to get distortion less output. Note down the output amplitude. 3. Vary the DRB until the output amplitude becomes half of its previous value. The corresponding DRB value gives the input impedance. To find the output impedance ( Zo ) : 1. Connections are made as shown in the diagram. Dept. of EEE, CIT, Gubbi, Tumkur

30 2. Keeping the DRB in its maximum position, apply input signal at mid band frequency (say 10kHz) and adjust the amplitude of the input signal to get distortion less output. Note down the output amplitude. 3. Vary the DRB until the output amplitude becomes half of its previous value. The corresponding DRB value gives the output impedance. Circuit to find input impedance ( Zi ) : Circuit to find output impedance ( Zo ) : Ideal Graph : Gain db 3dB Band width f in Hz f L f L = Lower cutoff frequency f H f H = Higher cutoff frequency Dept. of EEE, CIT, Gubbi, Tumkur

31 Result: 1. Quiescent point : VCE = V, IC = ma 2. Voltage Gain ( AV ) = ( in mid band region ) 3. Bandwidth (BW) = Hz 4. figure of merit ( FM = AV * BW ) = Hz 5. Input impedance (Zi) =, Output Impedance (Zo) = Experiment No. : 5(b) Date: / / RC Coupled Single Stage FET Amplifier Aim: To conduct an experiment to plot the frequency response of an RC coupled FET amplifier and to find the half power points, bandwidth, input impedance, output impedance Apparatus Required: Sl. No. Particulars Range Quantity 1. FET BFW Resistors & Capacitors As per design - 3. CRO Probes - 3 Set 4. Multi meter DRB Spring board and connecting wires - - Theory: An amplifier is a circuit which increases the voltage, current or power level of i/p signal where the frequency is maintained constant from o/p to i/p signal. In FET amplifier the output current (ID) is a function of input voltage VGS. That is as VGS varies the drain current varies. VGS varies as input signal varies in turn the drain current varies hence amplification takes place. In RC coupled FET amplifier RD and RS are selected in such a way that FET operates in active region and the operating point will be in the middle of active region. Coupling capacitors CC1 and CC2 are used to block dc current flow through load and the source. The source by-pass capacitor CS is connected to avoid negative feedback. An amplifier in which resistance-capacitance coupling is employed between stages and at the input and output point of the circuit is known as RC coupled amplifier. A capacitor provides a path for signal currents between stages, with resistors connected from each side of the capacitor to the power supply or to ground. Dept. of EEE, CIT, Gubbi, Tumkur

32 5b) Circuit Diagram : G D Substrate S BFW 10 Design : Given V DD = 10V, V GS (off) = -4V I DSS (max) = 12mA R G = 2 M Formulae I D = I DSS.(1 V GS / V GS (off)) (1) When V G = 0, Then V S = -V GS Applying KVL to output circuit But V S = I D. R S V DD = I D. R D + V DS + I D.R S When V G = 0, I D = I DSS R D = ( x 10-3 x 330) / 4.6 x 10-3 V S = I DSS.R S R D = 756 I DSS.R S = -V GS (off) Choose R D = 820 R S = -(-4) / 12mA = 333 XCS < < RS Choose R S = 330 XCS = RS / 10 From (1) 1 / ( 2 f CS ) = 470 / 10 Let f = 100 Hz I D = I DSS.(1 I D.R S / V GS (off)) 2 CS = 33 F Choose CS = 47 F I D = I DSS.(1 + I 2 2 D.R S / 16 - I D.R S /2) Choose CC1 = CC2 = 0.1 F I D = 12 x 10-3 x (1 + I 2 D / 16 - I D.330 /2) I 2 D I D +12 x 10-3 = 0 I D = 4.6 ma or I D = 31.9 ma Since I D cannot be greater than I DSS, Choose I D = 4.6 ma Assume V DS = 50 % V DD V DS = 5V Dept. of EEE, CIT, Gubbi, Tumkur

33 Procedure: 1. Components / Equipment are tested for their good working condition. 2. Connections are made as shown in the circuit diagram. 3. By keeping the voltage knobs in minimum position and current knob in maximum position switch on the power supply. 4. By disconnecting the AC source measure the quiescent point (VDS and ID = VRD / RD) 5. Connect the AC source. Keeping the frequency of the AC source in mid band region (say 10 khz) adjust the amplitude to get the distortion less output. Note down the amplitude of the input signal. 6. Keeping the input amplitude constant, Vary the frequency in suitable steps and note down the corresponding output amplitude. 7. Calculate AV and gain in decibels. Plot a graph of frequency Vs gain in db. From the graph calculate f L, f H and band width. 8. Calculate figure of merit. To find the input impedance ( Zi ) : 1. Connections are made as shown in the diagram. 2. Keeping the DRB in its minimum position, apply input signal at mid band frequency (say 10 khz) and adjust the amplitude of the input signal to get distortion less output. Note down the output amplitude. 3. Vary the DRB until the output amplitude becomes half of its previous value. The corresponding DRB value gives the input impedance. To find the output impedance ( Zo ) : 1. Connections are made as shown in the diagram. 2. Keeping the DRB in its maximum position, apply input signal at mid band frequency (say 10 khz) and adjust the amplitude of the input signal to get distortion less output. Note down the output amplitude. 3. Vary the DRB until the output amplitude becomes half of its previous value. The corresponding DRB value gives the output impedance. Dept. of EEE, CIT, Gubbi, Tumkur

34 Circuit to find input impedance ( Zi ) : Circuit to find output impedance ( Zo ) : Ideal Graph : Gain db 3dB Band width f in Hz f L f H f L = Lower cutoff frequency f H = Higher cutoff frequency Tabular Column: Vi = V Gain in db = 20*log F in Hz Vo in Volt AV = Vo / Vi AV Dept. of EEE, CIT, Gubbi, Tumkur

35 Result: 1. Quiescent point : VDS = V, ID = ma, VGS = V 2. Voltage Gain ( AV ) = ( in mid band region ) 3. Bandwidth (BW) = Hz 4. figure of merit ( FM = AV * BW ) = Hz 5. Input impedance (Zi) =, Output Impedance (Zo) = Dept. of EEE, CIT, Gubbi, Tumkur

36 1. 4-BIT BINARY ADDER Example: 7+2=11 (1001) 7 is realized at A3 A2 A1 A0 = is realized at B3 B2 B1 B0 = 0010 Sum = 1001 Procedure: 1. Check all the components for their working. 2. Insert the appropriate IC into the IC base. 3. Make connections as shown in the circuit diagram. 4. Apply augend and addend bits on A and B and cin=0. 5. Verify the results and observe the output of ADDER CIRCUIT Circuit : 2. 4-Bit Binary Subtractor. (i) 4 bit subtraction operation using 7483 for A>B and Cin=1 Example: 8 3 = 5 (0101) 8 is realized at A3 A2 A1 A0 = is realized at B3 B2 B1 B0 through X-OR gates = 0011 Output of X-OR gate is 1 s complement = s Complement can be obtained by adding Cin = 1 Therefore Cin =1 A3 A2 A1 A0 = B3 B2 B1 B0 = S3 S2 S1 S0 = Cout = 1 (Ignored) Dept. of EEE, CIT, Gubbi, Tumkur

37 Experiment No. : 6 Date: / / Realization of parallel adder/subtractors using 7483 chip- BCD to Excess-3 code conversion & Vice Versa, Binary to Gray code conversion and viceversa 6 a) parallel adder/subtractors using 7483 Aim: To design and set up the following circuit using IC i) A 4-bit binary parallel adder. ii) A 4-bit binary parallel subtractor. Components Required: IC 7483, IC 7486, Trainer kit, etc Theory: The Full adder can add single-digit binary numbers and carries. The largest sum that can be obtained using a full adder is 112. Parallel adders can add multiple-digit numbers. If full adders are placed in parallel, we can add two- or four-digit numbers or any other size desired. Figure below uses STANDARD SYMBOLS to show a parallel adder capable of adding two, two-digit binary numbers The addend would be on A inputs, and the augend on the B inputs. To add four bits need four full adders arranged in parallel. IC 7483 is a 4- bit parallel adder is used. MSB LSB INPUTS Cin A3 A2 A1 A0 B3 B2 B1 B0 OUTPUT Cout S3 S2 S1 S0 Dept. of EEE, CIT, Gubbi, Tumkur

38 ii) 4 bit subtraction operation using 7483 for A<B and Cin=1 Example: = -1 (1111) 14 is realized at A3 A2 A1 A0 = is realized at B3 B2 B1 B0 through X-OR gates = 1111 Output of X-OR gate is 1 s complement of 15 = s Complement can be obtained by adding Cin = 1 Therefore Cin = 1 A3 A2 A1 A0 = B3 B2 B1 B0 = S3 S2 S1 S0 = since the most significant bit of the result is 1, this is a negative number, so form the two's complement of (1111)=0001(-1) Procedure: 1. Check all the components for their working. 2. Insert the appropriate IC into the IC base. 3. Make connections as shown in the circuit diagram. 4. Apply Minuend and subtrahend bits on A and B and cin=1. 5. Verify the results and observe the outputs. Circuit: Dept. of EEE, CIT, Gubbi, Tumkur

39 Experiment 6(b): CODE CONVERTERS. Aim: To design and realize the following using IC (i) Excess-3 to BCD Code conversion and vice-versa (ii) Realization of Binary to Gray code conversion and vice versa Components Required: IC 7483, IC 7486, Patch Cords & IC Trainer Kit. Theory: Code converter is a combinational circuit that translates the input code word into a new corresponding word. The excess-3 code digit is obtained by adding three to the corresponding BCD digit. To Construct a BCD-to-excess-3- code converter with a 4-bit adder feed BCD code to the 4-bit adder as the first operand and then feed constant 3 as the second operand. The output is the corresponding excess-3 code. To make it work as a excess-3 to BCD converter, we feed excess-3 code as the first operand and then feed 2's complement of 3 as the second operand. The output is the BCD code. Excess-3-code to BCD: Truth Table: Excess-3 inputs BCD outputs E3 E2 E1 E0 S3 S2 S1 S Dept. of EEE, CIT, Gubbi, Tumkur

40 Procedure: 1. Check all the components for their working. 2. Insert the appropriate IC into the IC base. 3. Make connections as shown in the circuit diagram. 4. Apply Excess-3-code code as first operand (A) and binary 3 as second operand(b) and Cin=1 for realizing Excess-3-code to BCD. Circuit: BCD to Excess-3-code: Truth Table: BCD inputs Excess-3 outputs A3 A2 A1 A0 S3 S2 S1 S Dept. of EEE, CIT, Gubbi, Tumkur

41 Procedure: 1. Check all the components for their working. 2. Insert the appropriate IC into the IC base. 3. Make connections as shown in the circuit diagram. 4 Apply BCD code as first operand(a) and binary 3 as second operand(b) and cin=0 for Realizing BCD-to-Excess-3-code: Circuit : RESULT: Dept. of EEE, CIT, Gubbi, Tumkur

42 Binary to Gray code Realization using Nand Gates Dept. of EEE, CIT, Gubbi, Tumkur

43 (ii)binary to Gray code conversion and vice versa Components Required: IC 7486, IC 7400and IC Theory: Binary to gray code conversion is a very simple process. There are several steps to do this types of conversions. Steps given below elaborate on the idea on this type of conversion. (1) The M.S.B. of the gray code will be exactly equal to the first bit of the given binary number. (2) Now the second bit of the code will be exclusive-or of the first and second bit of the given binary number, i.e if both the bits are same the result will be 0 and if they are different the result will be 1. (3)The third bit of gray code will be equal to the exclusive -or of the second and third bit of the given binary number. Thus the Binary to gray code conversion goes on. One example given below can make your idea clear on this type of conversion. Gray code to binary conversion is again very simple and easy process. Following steps can make your idea clear on this type of conversions. (1) The M.S.B of the binary number will be equal to the M.S.B of the given gray code. (2) Now if the second gray bit is 0 the second binary bit will be same as the previous or the first bit. If the gray bit is 1 the second binary bit will alter. If it was 1 it will be 0 and if it was 0 it will be 1. (3) This step is continued for all the bits to do Gray code to binary conversion. Dept. of EEE, CIT, Gubbi, Tumkur

44 Karaungh maps: (i)realization using Basic Gates: Dept. of EEE, CIT, Gubbi, Tumkur

45 Procedure: 1. Verify that the gates are working. 2. Write the proper truth table for the given Binary to Gray /Gray to binary converter 3. Draw Karnaugh maps for each bit of output. Simplify the Karnaugh maps to get simplified Boolean Expressions. 4. Make connections on the trainer kit as shown in the circuit diagram for the Binary to Gray /Gray to Binary converter. 5. Check the outputs for the corresponding inputs. BINARY TO GRAY CONVERSION: Truth Table: Binary inputs Gray outputs B3 B2 B1 B0 G3 G2 G1 G Dept. of EEE, CIT, Gubbi, Tumkur

46 GRAY TO BINARY CONVERSION : Truth Table: Gray inputs Binary outputs G3 G2 G1 G0 B3 B2 B1 B Karnaugh maps: Dept. of EEE, CIT, Gubbi, Tumkur

47 (i)realization using Basic Gates: Dept. of EEE, CIT, Gubbi, Tumkur

48 d) Realization using Nand Gates: RESULT: Dept. of EEE, CIT, Gubbi, Tumkur

49 Experiment No. : 7 Date: / / RC Phase Shift Oscillator Aim: To design and test an RC phase shift oscillator for the given frequency of oscillations. Apparatus Required: Theory: Sl. No. Particulars Range Quantity 1. Transistor SL Resistors & Capacitors As per design - 3. CRO Probes - 3 Set 4. Multi meter DRB Spring board and connecting wires - - An oscillator is an electronic circuit that produces a repetitive electronic signal, often a sine wave or a square wave. RC-phase shift oscillator is used generally at low frequencies (Audio frequency). It consists of a CE amplifier as basic amplifier circuit and three identical RC networks for feed back, each section of RC network introduces a phase shift of 60 and the total phase shift by feedback network is 180. The CE amplifier introduces 180 phase shift hence the overall phase shift is 360. The feed back factor for an RC phase shift oscillator is 1/29, hence the gain of amplifier (A) should be 29 to satisfy Barkhausen criteria. The Barkhausen criteria states that in a positive feedback amplifier to obtain sustained oscillations, the overall loop gain must be unity ( 1 ) and the overall phase shift must be 0 or 360. When the power supply is switched on, due to random motion of electrons in passive components like resistor, capacitor a noise voltage of different frequencies will be developed at the collector terminal of transistor, out of these the designed frequency signal is fed back to the amplifier by the feed back network and the process repeats to give suitable oscillation at output terminal Dept. of EEE, CIT, Gubbi, Tumkur

50 Circuit Diagram : C B 0.1 F 0.1 F E SL100 or CL100 R3 = R-Ri Vo t Design : Given, VCE = 5 V, IC = 2 ma and (Assume = 100) T VCC = 2VCE = 2 X 5 = 10 V Let VRE = 10% VCC = 1 V RE = VRE / ( IC + IB ) IB = IC / = 2mA / 100 = 20 A RE = 1 / ( 2m + 20 ) = 495 Choose RE = 470 fo = 1 / T Hz Apply KVL to collector loop VCC IC RC VCE VE = 0 RC = ( VCC VCE VE ) / IC = ( ) / 2 m RC = 2 K Choose RC = 1.8 K Let IR1 = 10 IB = 10 X 20 A = 200 A VR2 = VBE + VE = = 1.6 V ( Since transistor is silicon make VBE = 0.6 V ) R2 = VR1 / ( IR1 IB ) = 1.6 / ( 200 A - 20 A ) R2 = 8.8 K Choose R2 = 8.2 K R1 = ( VCC VR2 ) / IR1 = ( ) / 200 A R1 = 42 K Choose R1 = 47 K Dept. of EEE, CIT, Gubbi, Tumkur

51 XCE < < RE XCE = RE / 10 1 / ( 2 f CE ) = 470 / 10 Let f = 100 Hz CE = 33 F Choose CE = 47 F Choose CC1 = CC2 = 0.1 F Tank Circuit : Assume fo = 1 khz f o = 1/[(2 x x R x C (6+4k) 0.5 ] where k = R c / R, and R i = R 1 R 2 h ie 4k+23+29/k h fe Assume h fe = β = 100 Therefore 4k+23+29/k = 100 4k 2 +23k+29 = 100 4k 2 77k + 29 = 0 k = or if k = , R c / R = R is very small. Therefore proper oscillations are not obtained Choosing k = R c = 1.8 k R = k Choose R = 4.7 k C =1/[2 x x f o x R (6+4 x 0.385) 0.5 ] C = µf Choose C = 0.01 µf R i = 8.2K 47K 1.1K R i = 0.9 k R 3 = R R i R 3 = 3.8 k Procedure : 1. Components / equipment are tested for their good working condition. 2. Connections are made as shown in the diagram 3. The quiescent point of the amplifier is verified for the designed value. 4. Observe the output wave form on CRO and measure the frequency. 5. Verify the frequency with the designed value. Dept. of EEE, CIT, Gubbi, Tumkur

52 Result: Q Point: VCE = V, Ic = ma fo Theoretical = Hz fo Practical = Hz Dept. of EEE, CIT, Gubbi, Tumkur

53 Experiment No. : 8 Design and testing Ring counter/johnson counter. Date: / / Aim: To design and study the operation of a ring counter and a Johnson Counter. Components required: IC 7495, IC 7404, Patch Cards & IC Trainer Kit. Theory: A ring counter is a circular shift register which is initiated such that only one of its flip-flops is the state one while others are in their zero states. A ring counter is a Shift Register with the output of the last one connected to the input of the first, that is, in a ring. Typically, a pattern consisting of a single bit is circulated so the state repeats every n clock cycles if n flip-flops are used. It can be used as a cycle counter of n states. A Johnson counter (or switchtail ring counter, twisted-ring counter, walking-ring counter, or Moebius counter) is a modified ring counter, where the output from the last stage is inverted and fed back as input to the first stage. The register cycles through a sequence of bit-patterns, whose length is equal to twice the length of the shift register, continuing indefinitely. These counters find specialist applications, including those similar to the decade counter, digital-to-analog conversion, etc. They can be implemented easily using D- or JK-type flip-flops. Procedure: 1. Make the connections as shown in the respective circuit diagram. 2. Apply an initial input (1000) at the A, B, C, D pins respectively. 3. Keep Select Mode = HIGH (1) and apply one clock pulse. 4. Next, Select Mode = LOW (0) to switch to serial mode and apply clock pulses. 5. Observe the output after each clock pulse, record the observations and verify that they match the expected outputs from the truth table. 6. Repeat the same procedure as above for the Johnson Counter circuit and verify its operation Dept. of EEE, CIT, Gubbi, Tumkur

54 1.Ring Counter: Circuit Truth Table Dept. of EEE, CIT, Gubbi, Tumkur

55 2.JHONSON COUNTER Truth Table: Circuit: Dept. of EEE, CIT, Gubbi, Tumkur

56 Experiment No. : 9 Aim : To design and test a crystal oscillator. Crystal Oscillator Date: / / Apparatus Required : Sl. No. Particulars Range Quantity 1. Transistor SL 100, Crystal - 1 each 2. Resistors & Capacitors As per design - 3. CRO Probes - 3 Set 4. Multi meter DCB Spring board and connecting wires - - Theory : An oscillator is an electronic circuit that produces a repetitive electronic signal, often a sine wave or a square wave. A crystal oscillator is an electronic circuit that uses the mechanical resonance of a vibrating crystal of piezoelectric material to create an electrical signal with a very precise frequency. This frequency is commonly used to keep track of time (as in quartz wristwatches), to provide a stable clock signal for digital integrated circuits, and to stabilize frequencies for radio transmitters and receivers. The most common type of piezoelectric resonator used is the quartz crystal, so oscillator circuits designed around them were called "crystal oscillators". Procedure : 1. Components / equipment are tested for their good working condition. 2. Connections are made as shown in the diagram 3. The quiescent point of the amplifier is verified for the designed value. 4. Observe the output wave form on CRO and measure the frequency. 5. Verify the frequency with the crystal frequency. Result: Q Point: VCE = V, Ic = ma fo Crystal = Hz fo Practical = Hz Dept. of EEE, CIT, Gubbi, Tumkur

57 Design : Given, VCE = 5 V and IC = 2 ma Assume = 100 VCC = 2VCE = 2 X 5 = 10 V Let VRE = 10% VCC = 1 V RE = VRE / ( IC + IB ) IB = IC / = 2mA / 100 = 20 A RE = 1 / ( 2m + 20 ) = 495, Choose RE = 470 Apply KVL to collector loop VCC IC RC VCE VE = 0 RC = ( VCC VCE VE ) / IC = ( ) / 2 m RC = 2 K Choose RC = 1.8 K Let IR1 = 10 IB = 10 X 20 A = 200 A VR2 = VBE + VE = = 1.6 V ( Since transistor is silicon make VBE = 0.6 V ) R2 = VR1 / ( IR1 IB ) = 1.6 / ( 200 A - 20 A ) = 8.8 K Choose R2 = 8.2 K R1 = ( VCC VR2 ) / IR1 = ( ) / 200 A = 42 K Choose R1 = 47 K XCE < < RE, XCE = RE / 10 1 / ( 2 f CE ) = 470 / 10 Let f = 100 Hz CE = 33 F Choose CE = 47 F Choose CC1 = CC2 = 0.1 F Dept. of EEE, CIT, Gubbi, Tumkur

58 Vo C B T t E SL100 or CL100 f o = 1 / T Hz Dept. of EEE, CIT, Gubbi, Tumkur

59 Experiment No. : 10 Date: / / Design and testing of Sequence generator. Aim: To design and study the operation of a Sequence Generator. Components required: IC 7495, IC 7486, Patch Cards & IC Trainer Kit. Procedure: 1. Truth table is constructed for the given sequence, and Karnaugh maps are drawn in order to obtain a simplified Boolean expression for the circuit. 2. Connections are made as shown in the circuit diagram. 3. Mode M is set to LOW (0), and clock pulses are fed through Clk 1 (pin 9). 4. Clock pulses are applied at CLK 1 and the output values are noted, and checked against the expected values from the truth table. 5.The functioning of the circuit as a sequence generator is verified. Karnaugh Map: Dept. of EEE, CIT, Gubbi, Tumkur

60 Circuit Truth Table Result: Dept. of EEE, CIT, Gubbi, Tumkur

61 Experiment No. : 11 Date: / / Class B Push Pull Power Amplifier Aim: To determine the efficiency of class B push pull amplifier and to find the optimum load. Apparatus Required: Sl. No. Particulars Range Quantity 1. Transistor AD149 and 2N each 2. Resistors as per design Mili ammeter 0-20 ma Multimeter CRO Probes - 3 Set 6. Spring Board and Connecting wires - - Theory: To improve the full power efficiency of the Class A type amplifier it is possible to design the amplifier circuit with two transistors in its output stage producing a "push-pull" type amplifier configuration. Push-pull operation uses two "complementary" transistors, one an NPN-type and the other a PNP-type with both power transistors receiving the same input signal together that is equal in magnitude, but in opposite phase to each other. This results in one transistor only amplifying one half or of the input waveform while the other transistor amplifies the other half or remaining of the waveform with the resulting "two-halves" being put back together at the output terminal. This pushing and pulling of the alternating half cycles by the transistors gives this type of circuit its name but they are more commonly known as Class B Amplifiers The transistor base inputs are in "anti-phase" to each other as shown in circuit diagram, thus if TR1 base goes positive driving the transistor into heavy conduction, its collector current will increase but at the same time the base current of TR2 will go negative further into cut-off and the collector current of this transistor decreases by an equal amount and vice versa. Hence negative halves are amplified by one transistor and positive halves by the other transistor giving this push-pull effect. Unlike the DC condition, these AC currents are ADDITIVE resulting in the two output half-cycles being combined to reform the sine-wave which then appears across the load. Class B Amplifiers have the advantage over Class A amplifier so that no current flows through the transistors when they are in their quiescent state (ie, with no input signal), therefore no power is dissipated in the output transistors when there is no signal present Unlike Class A amplifier stages that require significant base bias thereby dissipating lots of heat - even with no input signal. So the overall conversion efficiency ( η ) of the amplifier is greater than Dept. of EEE, CIT, Gubbi, Tumkur

62 that of the equivalent Class A with efficiencies reaching as high as 75% possible resulting in nearly all modern types of push-pull amplifiers operated in this Class B mode. While Class B amplifiers have a much high gain than the Class A types, one of the main disadvantages of class B type push-pull amplifiers is that they suffer from an effect known commonly as Crossover Distortion. This occurs during the transition when the transistors are switching over from one to the other as each transistor does not stop or start conducting exactly at the zero crossover point even if they are specially matched pairs. This is because the output transistors require a baseemitter voltage greater than 0.7v for the bipolar transistor to start conducting which results in both transistors being "OFF" at the same time. One way to eliminate this crossover distortion effect would be to bias both the transistors at a point slightly above their cut-off point. This then would give us what is commonly called an Class AB Amplifier circuit. Ideal Graph: % max Optimum load RL in Procedure : 1. Connections are made as shown in circuit diagram 2. Keep RL = 1K, and adjust the amplitude of input signal for distortion less output waveform. 3. RL is varied in convenient steps and corresponding Vo and IC are recorded. 4. Calculate PDC and Pac and calculate efficiency 5. Plot a graph of % versus RL and obtain the optimum load. Result : Maximum efficiency = %, Optimum load, RL opt = Dept. of EEE, CIT, Gubbi, Tumkur

63 Circuit Diagram : C TR1 0.1 F 1000 F TR2 OC26 E B C 2N3055 / OC26 Vo t Cross over distortion Tabular Column: Vi = V : VCC = V Sl. No. RL in Ic in ma Vo in Volt Pdc = VCC. IC Pac=Vo 2 / 8RL % =Pac / PDC Dept. of EEE, CIT, Gubbi, Tumkur

64 Experiment No. : 12 Date: / / Realization of 3 bit counters as a sequential circuit and MOD N counter design using 7476,7490, 74192, Experiment 12(a): ASYNCHRONOUS COUNTERS Aim: To design and test 3-bit binary asynchronous up/down counter using flip-fop IC 7476 for the given sequence. Components required: IC 7476,patch cards,trainer kit etc. Theory: An asynchronous (ripple) counter is a single JK-type flip-flop, with its J (data) input fed from its own inverted output. This circuit can store one bit, and hence can count from zero to one before it overflows (starts over from 0). Notice that this creates a new clock with a 50% duty cycle at exactly half the frequency of the input clock. If this output is then used as the clock signal for a similarly arranged D flip-flop (remembering to invert the output to the input), one will get another 1 bit counter that counts half as fast. Putting them together yields a two-bit counter: We can continue to add additional flip-flops, always inverting the output to its own input, and using the output from the previous flip-flop as the clock signal. The result is called a ripple counter, which can count to 2 n 1 where n is the number of bits (flip-flop stages) in the counter PROCEDURE: 1. Check all the components for their working. 2. Make connections as shown in the circuit diagram. 3. Clock pulses are applied one by one at the clock input and output is observed at QA,QB and QC. 4. Verify the Truth Table and observe the outputs. Dept. of EEE, CIT, Gubbi, Tumkur

65 1. 3 Bit Asynchronous Up Counter Truth Table: Circuit: Clock QC QB QA Wave Forms: Dept. of EEE, CIT, Gubbi, Tumkur

66 2. 3 Bit Asynchronous Down Counter Truth Table: Circuit: Clock QC QB QA Wave Forms: Dept. of EEE, CIT, Gubbi, Tumkur

67 3. Mod 5 Up Counter: Truth Table Waveforms: Clock QC QB QA Dept. of EEE, CIT, Gubbi, Tumkur

68 4. Mod 4 Down Counter: Truth Table: Clock QC QB QA Wave forms Dept. of EEE, CIT, Gubbi, Tumkur

69 Circuit: Waveforms: Dept. of EEE, CIT, Gubbi, Tumkur

70 Experiment 12(b): SYNCHRONOUS COUNTERS Aim: To design and test a 3 bit synchronous counter using 7476 Components required: IC7476,7408,Patch cards,trainer kit,etc. Theory: In synchronous counters, the clock inputs of all the flip-flops are connected together and are triggered by the input pulses. Thus, all the flipflops change state simultaneously (in parallel). A synchronous binary counter counts from 0 to 2 N -1, where N is the number of bits/flip-flops in the counter. Each flip-flop is used to represent one bit. The flip-flop in the lowest-order position is complemented with every clock pulse and a flip-flop in any other position is complemented on the next clock pulse provided all the bits in the lower-order positions are equal to 1. Procedure: 1. Check all the components for their working. 2. Make connections as shown in the circuit diagram. 3. Clock pulses are applied one by one at the clock input and output is observed at QA,QB and QC. 4. Verify the Truth Table and observe the outputs. Truth Table: Clock QC QB QA Dept. of EEE, CIT, Gubbi, Tumkur

71 1. MOD 10 Counter: Truth Table: Circuit: Clock QD QC QB QA Dept. of EEE, CIT, Gubbi, Tumkur

72 Experiment 12(c): DECADE COUNTERS Aim: To rig up Mod N counter using IC Components required: IC7490,Patch-cords,trainer kit,etc. Procedure: 1. Check all the components for their working. 2. Make connections as shown in the circuit diagram. 3. Clock pulses are applied one by one at the clock input and output is observed at QA,QB,QC and QD 4. Verify the Truth Table and observe the outputs. Vcc QA QB QC QD I/p A Clk 14 Mod 2 Mod I/p B R1 R2 S1 S2 Wave forms Dept. of EEE, CIT, Gubbi, Tumkur

73 2. MOD 8 Counter: Truth Table: Circuit: Clock QD QC QB QA Waveforms: RESULT: Dept. of EEE, CIT, Gubbi, Tumkur

74 Experiment 12(d): PROGRAMMABLE 4 BIT SYNCHRONOUS UP/DOWN COUNTERS Aim: To rig up Mod N Synchronous up/down counter using IC 74193& Components required: IC74193,7400,7432,74192,Patch cards,trainer kit,etc. Procedure: 1. Check all the components for their working. 2. Make connections as shown in the circuit diagram. 3. The preset value is made available at the data inputs C,B and A. 4. The load pin is made low so that the preset value appear at QA,QB,QC andqd. 5. Connect the output of the gate to the load input. 6. Clock pulses are applied and truth table are verified. 1.Count from 3 to 8: Truth table: Circuit Clk QD QC QB QA Dept. of EEE, CIT, Gubbi, Tumkur

75 2.Count from 12 to 5 Truth table: Clk QD QC QB QA Preset value=12, N=8 Circuit Result: Dept. of EEE, CIT, Gubbi, Tumkur

76 References 1. Functional Electronics by K. V. Ramanan, Tata McGraw Hill Publications. 2. Electronic Devices and Circuits by David A. Bell, PHI India Publications, New Delhi 4 th edition Electronic Devices and Circuit Theory by Robert L. Boylestad and Louis Nashelsky, PHI India Publications, New Delhi 8 th edition Integrated Electronics by Jacob Millman and Christos C. Halkias, Tata McGraw Hill Publications, 1991 edition. 5. Network Analysis by M. E. Van Valkenburg, PHI India Publications, 3 rd Edition, Network Analysis by G. K. Mithal, Kanna Publication, 14 th Edition. 7. Modern Physics by Kenneth S. Krane, John Wiley and Sons Publications, 2 nd Edition Digital Logic Applications and Design, John Yarbrough, Thomson Learning, Digital Principles and Design, Donald D Givone, Tata McGraw Hill Edition, Fundamentals of logic design, Charles H Roth, Jr; Thomson Learning, Logic and computer design Fundamentals, Mono and Kim, Pearson, Second edition, Logic Design, Sudhakar Samuel, Pearson/Saguine, Dept. of EEE, CIT, Gubbi, Tumkur

77 Viva Questions 1. Define rectifier. 2. Compare different type of rectifiers. 3. What are the different types of filters. 4. What are conductors, insulators, and semi-conductors? Give examples. 5..Define gain of the amplifier 6. What are the functions of the three resistances R 1, R 2, R e? 7..What are the functions of the capacitances C E and C C? 8. Which configuration of a transistor is preferred when a transistor is used as a switch and why? 9. What is quiescent point? 10..What is load line? 11. Compare FET with BJT Explain the function of the tank circuit. 13. What is Barkhausen s criterion and how is it satisfied? 14..How can the frequency of oscillations be altered 15. What are Analog Systems? Give Examples 16. What are Digital Systems? Give Examples 17. State Demorgans Law? 18. Define MINTERM, MAX TERM 19. Which are the basic gates, universal gates 20. Define combinational network with example 21. Define Sequential Network with example 22. Explain the significance of a Don t care function 23. What is a minimal Sum, Minimal product? 24. Define Comparator 25. Define Decoder 26. Define Encoder 27. Define setting and clearing in terms of flip-flop 28. Explain SR Latch 29. Give an application of SR Latch 30. Explain Timing Diagram 31. Explain Propagation Delay in gates Dept. of EEE, CIT, Gubbi, Tumkur

78 MODEL QUESTIONS 1. a) Design a RC coupled single stage BJT amplifier and determine the Gain-frequency response, input and output impedances. b) Realize and verify the truth table of a full adder and half adder using basic gates and NAND gates only 2. a) Design a RC coupled single stage FET amplifier and determine the Gain-frequency response, input and output impedances. b) Realize and verify the truth table of full and half subtractor using basic gates and NAND gates only 3. a) Design the clipping circuit, which has the following transfer characteristics. b) Conduct a suitable experiment on 7483 IC to realize the following Operation on the given 4 bit data i) Addition ii) 2 s Complement Subtraction 4. a) Design and test the performance of BJT-RC phase shift oscillator for fo = 1kHz. b) Simplify and realize the given Boolean Expression using Basic Logic gates/universal gates and verify the truth table 5. a) Rig up and test Center tap full wave rectifier circuit with and without C filter and determine ripple factor, efficiency and regulation. b) Realize a 3-bit binary asynchronous up counter/down counter using IC 7476 (N<=7) and verify its truth table 6. a) Design the clipping circuits to obtain the following output waveform. Dept. of EEE, CIT, Gubbi, Tumkur

79 b) Realize using XOR/ NAND gates and verify the truth table of (i) Binary to gray converter (ii) Gray to Binary Converter 7. a) Design and test the performance of a BJT Crystal oscillator. b) Conduct an experiment to convert the given BCD data to excess-3 code/excess-3 to BCD Using minimum number of basic gates 8. a) Design and test clamping circuits to clamp positive peak\ negative peak to reference level b) Design and realize a Ring counter/johnson counter. 9. a) Design and test clipping (series) circuits to pass positive peak above Reference level b) Design and realize a sequence generator for the sequence. 10. a) Rig up and test Bridge rectifier circuit with and without C filter and determine ripple factor, efficiency and regulation b) Realize a Mod N binary synchronous counter using 7476 and verify the truth table 11. a) Rig up and test a class B push pull amplifier and determine its conversion efficiency. b) Realize and verify the truth table of full and half subtractor using basic gates and NAND gates only 12. a) Design and test clipping (shunt) circuit to remove positive peak above Reference level b) Realize a Modulo N counter using 74192/ with a given preset value and verify its truth table. Dept. of EEE, CIT, Gubbi, Tumkur

80 Dept. of EEE, CIT, Gubbi, Tumkur

81 Dept. of EEE, CIT, Gubbi, Tumkur

82 Dept. of EEE, CIT, Gubbi, Tumkur

83 Dept. of EEE, CIT, Gubbi, Tumkur

84 Dept. of EEE, CIT, Gubbi, Tumkur

85 Dept. of EEE, CIT, Gubbi, Tumkur

86 Dept. of EEE, CIT, Gubbi, Tumkur

Analog Electronics Laboratory

Analog Electronics Laboratory Circuit Diagram a) Center tap FWR without filter b) Center tap FWR with C filter AC Supply AC Supply D2 c) Bridge Rectifier without filter d) Bridge Rectifier with C filter AC Supply AC Supply Waveforms

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2012 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2012 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-0 SCHEME OF VALUATION Subject Code: 0 Subject: Qn. PART - A 0. Which is the largest of three

More information

Shankersinh Vaghela Bapu Institute of Technology INDEX

Shankersinh Vaghela Bapu Institute of Technology INDEX Shankersinh Vaghela Bapu Institute of Technology Diploma EE Semester III 3330905: ELECTRONIC COMPONENTS AND CIRCUITS INDEX Sr. No. Title Page Date Sign Grade 1 Obtain I-V characteristic of Diode. 2 To

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION JULY-2012 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION JULY-2012 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION JULY-0 SCHEME OF VALUATION Subject Code: 40 Subject: PART - A 0. Which region of the transistor

More information

ST.ANNE S COLLEGE OF ENGINEERING AND TECHNOLOGY ANGUCHETTYPALAYAM, PANRUTI Department of Electronics & Communication Engineering OBSERVATION

ST.ANNE S COLLEGE OF ENGINEERING AND TECHNOLOGY ANGUCHETTYPALAYAM, PANRUTI Department of Electronics & Communication Engineering OBSERVATION ST.ANNE S COLLEGE OF ENGINEERING AND TECHNOLOGY ANGUCHETTYPALAYAM, PANRUTI 67 Department of Electronics & Communication Engineering OBSERVATION EC836 ANALOG AND DIGITAL CIRCUITS LABORATORY STUDENT NAME

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE : PAGE:

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-03 SCHEME OF VALUATION Subject Code: 0 Subject: PART - A 0. What does the arrow mark indicate

More information

ELECTRONIC CIRCUITS. Time: Three Hours Maximum Marks: 100

ELECTRONIC CIRCUITS. Time: Three Hours Maximum Marks: 100 EC 40 MODEL TEST PAPER - 1 ELECTRONIC CIRCUITS Time: Three Hours Maximum Marks: 100 Answer five questions, taking ANY TWO from Group A, any two from Group B and all from Group C. All parts of a question

More information

DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING

DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING DEPARTMENT OF ELECTRICAL & ELECTRONICS ENGINEERING (Regulation 2013) EE 6311 LINEAR AND DIGITAL INTEGRATED CIRCUITS LAB MANUAL 1 SYLLABUS OBJECTIVES: Working Practice in simulators / CAD Tools / Experiment

More information

Document Name: Electronic Circuits Lab. Facebook: Twitter:

Document Name: Electronic Circuits Lab.  Facebook:  Twitter: Document Name: Electronic Circuits Lab www.vidyathiplus.in Facebook: www.facebook.com/vidyarthiplus Twitter: www.twitter.com/vidyarthiplus Copyright 2011-2015 Vidyarthiplus.in (VP Group) Page 1 CIRCUIT

More information

LIST OF EXPERIMENTS. KCTCET/ /Odd/3rd/ETE/CSE/LM

LIST OF EXPERIMENTS. KCTCET/ /Odd/3rd/ETE/CSE/LM LIST OF EXPERIMENTS. Study of logic gates. 2. Design and implementation of adders and subtractors using logic gates. 3. Design and implementation of code converters using logic gates. 4. Design and implementation

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER V PHYSICS PAPER VI (A) ELECTRONIC PRINCIPLES AND APPLICATIONS UNIT I: SEMICONDUCTOR DEVICES

More information

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode Experiment No: 1 Diode Characteristics Objective: To study and verify the functionality of a) PN junction diode in forward bias Components/ Equipments Required: b) Point-Contact diode in reverse bias Components

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

ANALOG ELECTRONIC CIRCUITS LABORATORY MANUAL (CODE: EEE - 228)

ANALOG ELECTRONIC CIRCUITS LABORATORY MANUAL (CODE: EEE - 228) ANALOG ELECTRONIC CIRCUITS LABORATORY MANUAL (CODE: EEE - 228) DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING ANIL NEERUKONDA INSTITUTE OF TECHNOLOGY & SCIENCES (Affiliated to AU, Approved by AICTE

More information

LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM. 2012/ODD/III/ECE/DE/LM Page No. 1

LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM. 2012/ODD/III/ECE/DE/LM Page No. 1 LOGIC DIAGRAM: HALF ADDER TRUTH TABLE: A B CARRY SUM K-Map for SUM: K-Map for CARRY: SUM = A B + AB CARRY = AB 22/ODD/III/ECE/DE/LM Page No. EXPT NO: DATE : DESIGN OF ADDER AND SUBTRACTOR AIM: To design

More information

SRV ENGINEERING COLLEGE SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI

SRV ENGINEERING COLLEGE SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI SEMBODAI RUKMANI VARATHARAJAN ENGINEERING COLLEGE SEMBODAI 6489 (Approved By AICTE,Newdelhi Affiliated To ANNA UNIVERSITY::Chennai) CS 62 DIGITAL ELECTRONICS LAB (REGULATION-23) LAB MANUAL DEPARTMENT OF

More information

Shankersinh Vaghela Bapu Institute of Technology

Shankersinh Vaghela Bapu Institute of Technology Shankersinh Vaghela Bapu Institute of Technology B.E. Semester III (EC) 131101: Basic Electronics INDEX Sr. No. Title Page Date Sign Grade 1 [A] To Study the V-I characteristic of PN junction diode. [B]

More information

Linear & Digital IC Applications (BRIDGE COURSE)

Linear & Digital IC Applications (BRIDGE COURSE) G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Accredited by NAAC with A Grade of UGC, Approved by AICTE, New Delhi Permanently Affiliated to JNTUA, Ananthapuramu (Recognized by UGC under 2(f) and 12(B)

More information

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Scheme Q.1 Attempt any SIX of following: 12-Total Marks a) Draw symbol NPN and PNP transistor. 2 M Ans: Symbol Of NPN and PNP BJT (1M each)

Scheme Q.1 Attempt any SIX of following: 12-Total Marks a) Draw symbol NPN and PNP transistor. 2 M Ans: Symbol Of NPN and PNP BJT (1M each) Q. No. WINTER 16 EXAMINATION (Subject Code: 17319) Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer

More information

Practical Manual. Deptt.of Electronics &Communication Engg. (ECE)

Practical Manual. Deptt.of Electronics &Communication Engg. (ECE) Practical Manual LAB: BASICS OF ELECTRONICS 1 ST SEM.(CSE/CV) Deptt.of Electronics &Communication Engg. (ECE) RAO PAHALD SINGH GROUP OF INSTITUTIONS BALANA(MOHINDER GARH)12302 Prepared By. Mr.SANDEEP KUMAR

More information

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification:

R & D Electronics DIGITAL IC TRAINER. Model : DE-150. Feature: Object: Specification: DIGITAL IC TRAINER Model : DE-150 Object: To Study the Operation of Digital Logic ICs TTL and CMOS. To Study the All Gates, Flip-Flops, Counters etc. To Study the both the basic and advance digital electronics

More information

WINTER 14 EXAMINATION

WINTER 14 EXAMINATION Subject Code:173 WINTER 14 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The

More information

EXPT NO: 1.A. COMMON EMITTER AMPLIFIER (Software) PRELAB:

EXPT NO: 1.A. COMMON EMITTER AMPLIFIER (Software) PRELAB: EXPT NO: 1.A COMMON EMITTER AMPLIFIER (Software) PRELAB: 1. Study the operation and working principle of CE amplifier. 2. Identify all the formulae you will need in this Lab. 3. Study the procedure of

More information

OBJECTIVE TYPE QUESTIONS

OBJECTIVE TYPE QUESTIONS OBJECTIVE TYPE QUESTIONS Q.1 The breakdown mechanism in a lightly doped p-n junction under reverse biased condition is called (A) avalanche breakdown. (B) zener breakdown. (C) breakdown by tunnelling.

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) Summer 2016 EXAMINATIONS.

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (Autonomous) (ISO/IEC Certified) Summer 2016 EXAMINATIONS. Summer 2016 EXAMINATIONS Subject Code: 17321 Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the answer scheme. 2) The

More information

UNIT - 1 OPERATIONAL AMPLIFIER FUNDAMENTALS

UNIT - 1 OPERATIONAL AMPLIFIER FUNDAMENTALS UNIT - 1 OPERATIONAL AMPLIFIER FUNDAMENTALS 1.1 Basic operational amplifier circuit- hte basic circuit of an operational amplifier is as shown in above fig. has a differential amplifier input stage and

More information

LIC & COMMUNICATION LAB MANUAL

LIC & COMMUNICATION LAB MANUAL LIC & Communication Lab Manual LIC & COMMUNICATION LAB MANUAL FOR V SEMESTER B.E (E& ( E&C) (For private circulation only) NAME: DEPARTMENT OF ELECTRONICS & COMMUNICATION SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY

More information

SIMULATION DESIGN TOOL LABORATORY MANUAL

SIMULATION DESIGN TOOL LABORATORY MANUAL SHANKERSINH VAGHELA BAPU INSTITUTE OF TECHNOLOGY SIMULATION DESIGN TOOL LABORATORY MANUAL B.E. 4 th SEMESTER-2015-16 SHANKERSINH VAGHELA BAPU INSTITUTE OF TECHNOLOGY Gandhinagar-Mansa Road, PO. Vasan,

More information

Subject Code: Model Answer Page No: / N

Subject Code: Model Answer Page No: / N Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

S-[F] NPW-02 June All Syllabus B.Sc. [Electronics] Ist Year Semester-I & II.doc - 1 -

S-[F] NPW-02 June All Syllabus B.Sc. [Electronics] Ist Year Semester-I & II.doc - 1 - - 1 - - 2 - - 3 - DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD SYLLABUS of B.Sc. FIRST & SECOND SEMESTER [ELECTRONICS (OPTIONAL)] {Effective from June- 2013 onwards} - 4 - B.Sc. Electronics

More information

CONTENTS Sl. No. Experiment Page No

CONTENTS Sl. No. Experiment Page No CONTENTS Sl. No. Experiment Page No 1a Given a 4-variable logic expression, simplify it using Entered Variable Map and realize the simplified logic expression using 8:1 multiplexer IC. 2a 3a 4a 5a 6a 1b

More information

1. LINEAR WAVE SHAPING

1. LINEAR WAVE SHAPING Aim: 1. LINEAR WAVE SHAPING i) To design a low pass RC circuit for the given cutoff frequency and obtain its frequency response. ii) To observe the response of the designed low pass RC circuit for the

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV.

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV. Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: July 200 REV. NO. : REV.

More information

Final Exam: Electronics 323 December 14, 2010

Final Exam: Electronics 323 December 14, 2010 Final Exam: Electronics 323 December 4, 200 Formula sheet provided. In all questions give at least some explanation of what you are doing to receive full value. You may answer some questions ON the question

More information

Small signal Amplifier stages. Figure 5.2 Classification of power amplifiers

Small signal Amplifier stages. Figure 5.2 Classification of power amplifiers 5.1 Introduction When the power requirement to drive the load is in terms of several Watts rather than mili-watts the power amplifiers are used. Power amplifiers form the last stage of multistage amplifiers.

More information

Communication Circuit Lab Manual

Communication Circuit Lab Manual German Jordanian University School of Electrical Engineering and IT Department of Electrical and Communication Engineering Communication Circuit Lab Manual Experiment 2 Tuned Amplifier Eng. Anas Alashqar

More information

Department of Electronics and Communication Engineering

Department of Electronics and Communication Engineering Department of Electronics and Communication Engineering Sub Code/Name: BEC3L2- DIGITAL ELECTRONICS LAB Name Reg No Branch Year & Semester : : : : LIST OF EXPERIMENTS Sl No Experiments Page No Study of

More information

State the application of negative feedback and positive feedback (one in each case)

State the application of negative feedback and positive feedback (one in each case) (ISO/IEC - 700-005 Certified) Subject Code: 073 Model wer Page No: / N Important Instructions to examiners: ) The answers should be examined by key words and not as word-to-word as given in the model answer

More information

ELECTRONIC DEVICES AND CIRCUITS LABORATORY MANUAL FOR II / IV B.E (EEE): I - SEMESTER

ELECTRONIC DEVICES AND CIRCUITS LABORATORY MANUAL FOR II / IV B.E (EEE): I - SEMESTER ELECTRONIC DEVICES AND CIRCUITS LABORATORY MANUAL FOR II / IV B.E (EEE): I - SEMESTER DEPT. OF ELECTRICAL AND ELECTRONICS ENGINEERING SIR C.R.REDDY COLLEGE OF ENGINEERING ELURU 534 007 ELECTRONIC DEVICES

More information

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation

The steeper the phase shift as a function of frequency φ(ω) the more stable the frequency of oscillation It should be noted that the frequency of oscillation ω o is determined by the phase characteristics of the feedback loop. the loop oscillates at the frequency for which the phase is zero The steeper the

More information

Field Effect Transistors

Field Effect Transistors Field Effect Transistors Purpose In this experiment we introduce field effect transistors (FETs). We will measure the output characteristics of a FET, and then construct a common-source amplifier stage,

More information

Code No: R Set No. 1

Code No: R Set No. 1 Code No: R059210404 Set No. 1 II B.Tech I Semester Supplimentary Examinations, February 2008 ELECTRONIC CIRCUIT ANALYSIS ( Common to Electronics & Communication Engineering and Electronics & Telematics)

More information

PESIT - BANGALORE SOUTH CAMPUS PART A

PESIT - BANGALORE SOUTH CAMPUS PART A PESIT - BANGALORE SOUTH CAMPUS LESSON - PLAN FOR BASIC ELECTRONICS ENGG. Name of Faculty: Percentage of course Periods Reference/ Text books Topics covered Reference chapter covered Cumulative PART A Unit

More information

QMP 7.1 D/F Channabasaveshwara Institute of Technology (An ISO 9001:2008 Certified Institution) NH 206 (B.H. Road), Gubbi, Tumkur Karnataka.

QMP 7.1 D/F Channabasaveshwara Institute of Technology (An ISO 9001:2008 Certified Institution) NH 206 (B.H. Road), Gubbi, Tumkur Karnataka. QMP 7.1 D/F Channabasaveshwara Institute of Technology (An ISO 9001:2008 Certified Institution) NH 206 (B.H. Road), Gubbi, Tumkur 572 216. Karnataka. Department of Electrical & Electronics Engineering

More information

GATE: Electronics MCQs (Practice Test 1 of 13)

GATE: Electronics MCQs (Practice Test 1 of 13) GATE: Electronics MCQs (Practice Test 1 of 13) 1. Removing bypass capacitor across the emitter leg resistor in a CE amplifier causes a. increase in current gain b. decrease in current gain c. increase

More information

Oscillators. An oscillator may be described as a source of alternating voltage. It is different than amplifier.

Oscillators. An oscillator may be described as a source of alternating voltage. It is different than amplifier. Oscillators An oscillator may be described as a source of alternating voltage. It is different than amplifier. An amplifier delivers an output signal whose waveform corresponds to the input signal but

More information

Analog Electronic Circuits Lab-manual

Analog Electronic Circuits Lab-manual 2014 Analog Electronic Circuits Lab-manual Prof. Dr Tahir Izhar University of Engineering & Technology LAHORE 1/09/2014 Contents Experiment-1:...4 Learning to use the multimeter for checking and indentifying

More information

Downloaded from Downloaded from

Downloaded from  Downloaded from IV SEMESTER FINAL EXAMINATION-2002 The figure in the margin indicates full marks. [i] (110111) 2 = (?) 16 [ii] (788) 10 = (?) 8 Q. [1] [a] Explain the types of extrinsic semiconductors with the help of

More information

hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics

hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics hij Teacher Resource Bank GCE Electronics Exemplar Examination Questions ELEC2 Further Electronics The Assessment and Qualifications Alliance (AQA) is a company limited by guarantee registered in England

More information

Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai

Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai 601 301 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING III SEMESTER - R 2013 EC6311 ANALOG AND DIGITAL LABORATORY LABORATORY

More information

UNIT 1 MULTI STAGE AMPLIFIES

UNIT 1 MULTI STAGE AMPLIFIES UNIT 1 MULTI STAGE AMPLIFIES 1. a) Derive the equation for the overall voltage gain of a multistage amplifier in terms of the individual voltage gains. b) what are the multi-stage amplifiers? 2. Describe

More information

EC202- ELECTRONIC CIRCUITS II Unit- I -FEEEDBACK AMPLIFIER

EC202- ELECTRONIC CIRCUITS II Unit- I -FEEEDBACK AMPLIFIER EC202- ELECTRONIC CIRCUITS II Unit- I -FEEEDBACK AMPLIFIER 1. What is feedback? What are the types of feedback? 2. Define positive feedback. What are its merits and demerits? 3. Define negative feedback.

More information

Logic Gates & Training Boards

Logic Gates & Training Boards Logic Gates & Training Boards ANALOG TO DIGITAL (A/D) CONVERTOR (ELP.112.140) Objective : To study Analog to Digital & Digital to Analog convertors using R-2R network & Successive Approximation Method.

More information

DMI COLLEGE OF ENGINEERING

DMI COLLEGE OF ENGINEERING DMI COLLEGE OF ENGINEERING PALANCHUR CHENNAI - 6 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING LABORATORY MANUAL SUB CODE : EC6 SUBJECT TITLE : ANALOG AND DIGITAL CIRCUITS LABORATORY SEMESTER

More information

DHANALAKSHMI COLLEGE OF ENGINEERING MANIMANGALAM. TAMBARAM, CHENNAI B.E. ELECTRICAL AND ELECTRONICS ENGINEERING III SEMESTER EE6311 Linear and Digital Integrated Circuits Laboratory LABORATORY MANUAL CLASS:

More information

Power Amplifiers. Class A Amplifier

Power Amplifiers. Class A Amplifier Power Amplifiers The Power amplifiers amplify the power level of the signal. This amplification is done in the last stage in audio applications. The applications related to radio frequencies employ radio

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Post-lab Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

Total No. of Questions : 40 ] [ Total No. of Printed Pages : 7. March, Time : 3 Hours 15 Minutes ] [ Max. Marks : 90

Total No. of Questions : 40 ] [ Total No. of Printed Pages : 7. March, Time : 3 Hours 15 Minutes ] [ Max. Marks : 90 Code No. 40 Total No. of Questions : 40 ] [ Total No. of Printed Pages : 7 March, 2009 ELECTRONICS Time : 3 Hours 15 Minutes ] [ Max. Marks : 90 Note : i) The question paper has four Parts A, B, C & D.

More information

AE103 ELECTRONIC DEVICES & CIRCUITS DEC 2014

AE103 ELECTRONIC DEVICES & CIRCUITS DEC 2014 Q.2 a. State and explain the Reciprocity Theorem and Thevenins Theorem. a. Reciprocity Theorem: If we consider two loops A and B of network N and if an ideal voltage source E in loop A produces current

More information

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET)

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) 4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) The Metal Oxide Semitonductor Field Effect Transistor (MOSFET) has two modes of operation, the depletion mode, and the enhancement mode.

More information

THIRD SEMESTER DIPLOMA EXAMINATION IN ELECTRICAL & ELECTRONICS ENGINEERING, MARCH 2013 ELECTRONIC DEVICES AND CIRCUITS

THIRD SEMESTER DIPLOMA EXAMINATION IN ELECTRICAL & ELECTRONICS ENGINEERING, MARCH 2013 ELECTRONIC DEVICES AND CIRCUITS REVISION-2010 Reg. No SUB CODE:3053 Signature THIRD SEMESTER DIPLOMA EXAMINATION IN ELECTRICAL & ELECTRONICS ENGINEERING, MARCH 2013 ELECTRONIC DEVICES AND CIRCUITS Time :3hours Maximum marks:100 PART

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

Dhanalakshmi College of Engineering

Dhanalakshmi College of Engineering Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai 601 301 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING EE6311 LINEAR AND DIGITAL INTEGRATED CIRCUITS LABORATORY III SEMESTER -

More information

Code: 9A Answer any FIVE questions All questions carry equal marks *****

Code: 9A Answer any FIVE questions All questions carry equal marks ***** II B. Tech II Semester (R09) Regular & Supplementary Examinations, April/May 2012 ELECTRONIC CIRCUIT ANALYSIS (Common to EIE, E. Con. E & ECE) Time: 3 hours Max Marks: 70 Answer any FIVE questions All

More information

EC 6411 CIRCUITS AND SIMULATION INTEGRATED LABORATORY LABORATORY MANUAL INDEX EXPT.NO NAME OF THE EXPERIMENT PAGE NO 1 HALF WAVE AND FULL WAVE RECTIFIER 3 2 FIXED BIAS AMPLIFIER CIRCUIT USING BJT 3 BJT

More information

CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati

CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta Road, Tirupati ELECTRONIC DEVICES AND CIRCUITS LABORATORY MANUAL Subject Code : 17CA04305 Regulations : R17 Class : III Semester (ECE) CHADALAWADA RAMANAMMA ENGINEERING COLLEGE (AUTONOMOUS) Chadalawada Nagar, Renigunta

More information

Figure 1: Closed Loop System

Figure 1: Closed Loop System SIGNAL GENERATORS 3. Introduction Signal sources have a variety of applications including checking stage gain, frequency response, and alignment in receivers and in a wide range of other electronics equipment.

More information

Preface... iii. Chapter 1: Diodes and Circuits... 1

Preface... iii. Chapter 1: Diodes and Circuits... 1 Table of Contents Preface... iii Chapter 1: Diodes and Circuits... 1 1.1 Introduction... 1 1.2 Structure of an Atom... 2 1.3 Classification of Solid Materials on the Basis of Conductivity... 2 1.4 Atomic

More information

Electronic Components And Circuit Analysis

Electronic Components And Circuit Analysis Theory /Practical Theory Semester /Annual Semester Semester No. I II Swami Ramanand Teerth Marathwada University, Nanded Syllabus B. Sc. First Year ELECTRONICS Semester System (MCQ Pattern) (To Be Implemented

More information

Laboratory Manual CS (P) Digital Systems Lab

Laboratory Manual CS (P) Digital Systems Lab Laboratory Manual CS 09 408 (P) Digital Systems Lab INDEX CYCLE I A. Familiarization of digital ICs and digital IC trainer kit 1 Verification of truth tables B. Study of combinational circuits 2. Verification

More information

Basic Electronics SYLLABUS BASIC ELECTRONICS. Subject Code : 15ELN15/25 IA Marks : 20. Hrs/Week : 04 Exam Hrs. : 03. Total Hrs. : 50 Exam Marks : 80

Basic Electronics SYLLABUS BASIC ELECTRONICS. Subject Code : 15ELN15/25 IA Marks : 20. Hrs/Week : 04 Exam Hrs. : 03. Total Hrs. : 50 Exam Marks : 80 SYLLABUS BASIC ELECTRONICS Subject Code : /25 IA Marks : 20 Hrs/Week : 04 Exam Hrs. : 03 Total Hrs. : 50 Exam Marks : 80 Course objectives: The course objective is to make students of all the branches

More information

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated

3 Circuit Theory. 3.2 Balanced Gain Stage (BGS) Input to the amplifier is balanced. The shield is isolated Rev. D CE Series Power Amplifier Service Manual 3 Circuit Theory 3.0 Overview This section of the manual explains the general operation of the CE power amplifier. Topics covered include Front End Operation,

More information

ELC224 Final Review (12/10/2009) Name:

ELC224 Final Review (12/10/2009) Name: ELC224 Final Review (12/10/2009) Name: Select the correct answer to the problems 1 through 20. 1. A common-emitter amplifier that uses direct coupling is an example of a dc amplifier. 2. The frequency

More information

Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai

Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai Dhanalakshmi College of Engineering Manimangalam, Tambaram, Chennai 601 301 DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING III SEMESTER - R 2017 EC8361 ANALOG AND DIGITAL CIRCUITS LABORATORY LABORATORY

More information

Chapter.8: Oscillators

Chapter.8: Oscillators Chapter.8: Oscillators Objectives: To understand The basic operation of an Oscillator the working of low frequency oscillators RC phase shift oscillator Wien bridge Oscillator the working of tuned oscillator

More information

Electronic Devices. Floyd. Chapter 7. Ninth Edition. Electronic Devices, 9th edition Thomas L. Floyd

Electronic Devices. Floyd. Chapter 7. Ninth Edition. Electronic Devices, 9th edition Thomas L. Floyd Electronic Devices Ninth Edition Floyd Chapter 7 Power Amplifiers A power amplifier is a large signal amplifier that produces a replica of the input signal on its output. In the case shown here, the output

More information

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI

MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI MAHALAKSHMI ENGINEERING COLLEGE TIRUCHIRAPALLI-621213. QUESTION BANK DEPARTMENT: EEE SUBJECT CODE: EE2203 SEMESTER : III SUBJECT NAME: ELECTRONIC DEVICES &CIRCUITS UNIT 4-AMPLIFIERS AND OSCILLATORS PART

More information

HIGH LOW Astable multivibrators HIGH LOW 1:1

HIGH LOW Astable multivibrators HIGH LOW 1:1 1. Multivibrators A multivibrator circuit oscillates between a HIGH state and a LOW state producing a continuous output. Astable multivibrators generally have an even 50% duty cycle, that is that 50% of

More information

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL

ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL ELECTRONICS ADVANCED SUPPLEMENTARY LEVEL AIMS The general aims of the subject are : 1. to foster an interest in and an enjoyment of electronics as a practical and intellectual discipline; 2. to develop

More information

Chapter 6: Power Amplifiers

Chapter 6: Power Amplifiers Chapter 6: Power Amplifiers Contents Class A Class B Class C Power Amplifiers Class A, B and C amplifiers are used in transmitters Tuned with a band width wide enough to pass all information sidebands

More information

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK

SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK Subject with Code : Electronic Circuit Analysis (16EC407) Year & Sem: II-B.Tech & II-Sem

More information

Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS

Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS Frequently Asked Questions GE6252 BEEE UNIT I ELECTRICAL CIRCUITS AND MEASUREMENTS 1. What is charge? 2. Define current. 3. Under what condition AC circuit said to be resonant? 4. What do you meant by

More information

Emitter base bias. Collector base bias Active Forward Reverse Saturation forward Forward Cut off Reverse Reverse Inverse Reverse Forward

Emitter base bias. Collector base bias Active Forward Reverse Saturation forward Forward Cut off Reverse Reverse Inverse Reverse Forward SEMICONDUCTOR PHYSICS-2 [Transistor, constructional characteristics, biasing of transistors, transistor configuration, transistor as an amplifier, transistor as a switch, transistor as an oscillator] Transistor

More information

Table of Contents Lesson One Lesson Two Lesson Three Lesson Four Lesson Five PREVIEW COPY

Table of Contents Lesson One Lesson Two Lesson Three Lesson Four Lesson Five PREVIEW COPY Oscillators Table of Contents Lesson One Lesson Two Lesson Three Introduction to Oscillators...3 Flip-Flops...19 Logic Clocks...37 Lesson Four Filters and Waveforms...53 Lesson Five Troubleshooting Oscillators...69

More information

Linear electronic. Lecture No. 1

Linear electronic. Lecture No. 1 1 Lecture No. 1 2 3 4 5 Lecture No. 2 6 7 8 9 10 11 Lecture No. 3 12 13 14 Lecture No. 4 Example: find Frequency response analysis for the circuit shown in figure below. Where R S =4kR B1 =8kR B2 =4k R

More information

CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO).

CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO). 1. 1 To study CRO. CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO). Apparatus: - C.R.O, Connecting probe (BNC cable). Theory:An CRO is easily the most useful instrument available for testing

More information

Operational Amplifiers

Operational Amplifiers Operational Amplifiers Table of contents 1. Design 1.1. The Differential Amplifier 1.2. Level Shifter 1.3. Power Amplifier 2. Characteristics 3. The Opamp without NFB 4. Linear Amplifiers 4.1. The Non-Inverting

More information

UNIVERSITY PART-A ANSWERS Unit-1 1. What is an amplifier? An amplifier is a device which produces a large electrical output of similar characteristics to that of the input parameters. 2. What are transistors?

More information

CIRCUIT DIAGRAM Half Wave Rectifier. Half Wave Rectifier with filter 2012/ODD/III/ECE/EC I/LM 1

CIRCUIT DIAGRAM Half Wave Rectifier. Half Wave Rectifier with filter 2012/ODD/III/ECE/EC I/LM 1 CIRCUIT DIAGRAM Half Wave Rectifier Half Wave Rectifier with filter 2012/ODD/III/ECE/EC I/LM 1 Ex.No. 1 Date: / /2012 Power supply circuit using Half Wave rectifiers AIM To Build and understand the operation

More information

Assist Lecturer: Marwa Maki. Active Filters

Assist Lecturer: Marwa Maki. Active Filters Active Filters In past lecture we noticed that the main disadvantage of Passive Filters is that the amplitude of the output signals is less than that of the input signals, i.e., the gain is never greater

More information

Paper No. Name of the Paper Theory marks Practical marks Periods per week Semester-I I Semiconductor

Paper No. Name of the Paper Theory marks Practical marks Periods per week Semester-I I Semiconductor Swami Ramanand Teerth Marathwada University, Nanded B. Sc. First Year Electronics Syllabus Semester system (To be implemented from Academic Year 2009-10) Name of the Theory marks Practical marks Periods

More information

KCT College OF ENGG AND TECH. VILLAGE FATEHGARH DISTT.SANGRUR

KCT College OF ENGG AND TECH. VILLAGE FATEHGARH DISTT.SANGRUR Department of Electrical Engineering LAB MANUAL ELECTRONIC CIRCUITS LAB B.Tech IV Semester KCT College OF ENGG AND TECH. VILLAGE FATEHGARH DISTT.SANGRUR INDEX Sr. No.. 2. Experiment Name Realization of

More information

An active filter offers the following advantages over a passive filter:

An active filter offers the following advantages over a passive filter: ACTIVE FILTERS An electric filter is often a frequency-selective circuit that passes a specified band of frequencies and blocks or attenuates signals of frequencies outside this band. Filters may be classified

More information

Fan in: The number of inputs of a logic gate can handle.

Fan in: The number of inputs of a logic gate can handle. Subject Code: 17333 Model Answer Page 1/ 29 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model

More information

So far we have dealt with only small-signal ampliers. In small-signal ampliers the main factors were amplication linearity gain

So far we have dealt with only small-signal ampliers. In small-signal ampliers the main factors were amplication linearity gain Contents Power Amplier Types Class A Operation Class B Operation Class AB Operation Class C Operation Class D Operation Amplier Eciency Series-Fed Class A Amplier AC-DC Load Lines Maximum Eciency Figure

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV.

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET REV. NO. : REV. Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. 1 ISSUE NO. : ISSUE DATE: July 2010 REV. NO. : REV.

More information

WINTER 14 EXAMINATION. Model Answer. 1) The answers should be examined by key words and not as word-to-word as given in the

WINTER 14 EXAMINATION. Model Answer. 1) The answers should be examined by key words and not as word-to-word as given in the WINTER 14 EXAMINATION Subject Code: 17213 Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2)

More information

Electronics Lab. (EE21338)

Electronics Lab. (EE21338) Princess Sumaya University for Technology The King Abdullah II School for Engineering Electrical Engineering Department Electronics Lab. (EE21338) Prepared By: Eng. Eyad Al-Kouz October, 2012 Table of

More information