+ All Categories
Home > Documents > International Islamic University Chittagong Department of ...International Islamic University...

International Islamic University Chittagong Department of ...International Islamic University...

Date post: 08-May-2020
Category:
Upload: others
View: 37 times
Download: 0 times
Share this document with a friend
12
Lab manual EEE 3510 Circuit Simulation Sessional Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 1 International Islamic University Chittagong Department of Electrical and Electronic Engineering Experiment 3: Simulation of circuits containing diode. Objective: (1) To know about various SPICE parameters of diode. (2) Simulating some basic circuit containing diode. Diode Model General form: d[name] [anode] [cathode] [modelname] .model ([modelname] d [parmtr1=x] [parmtr2=y] . . .) Example1[default model]: d1 1 2 mod1 .model mod1 d Example2: D2 1 2 Da1N4004 .model Da1N4004 D (IS=18.8n RS=0 BV=400 IBV=5.00u CJO=30 M=0.333 N=2) Table 1: Different parameters of diode Symbol Name Parameter Units Default I s IS Saturation Current A 1E-14 R s RS Parsitic resistance(series resistance) Ω 0 N N Emission coefficient (1-2) 1 T D TT Transit Time S 0 C D (0) CJO Zero-bias junction capacitance F 0 φ 0 VJ Junction Potential V 1 M M Junction grading coefficient 0.5 0.33 for linearly graded junction 0.5 for abrupt junction E g EG Activation energy eV 1.11 Si : 1.11 Ge: 0.67 Schottky: 0.69 P i XTI IS temperature exponent 3.0 pn junction: 3.0 Schottky: 2.0 K f KF Flicker noise coefficient 0 a f AF Flicker noise exponent No unit 1 FC FC Forward bias depletion capacitance coefficient No unit 0.5 BV BV Reverse breakdown voltage V Infinite IBV IBV Reverse breakdown current A 1E-3
Transcript

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 1

International Islamic University Chittagong

Department of Electrical and Electronic Engineering

Experiment 3: Simulation of circuits containing diode.

Objective:

(1) To know about various SPICE parameters of diode.

(2) Simulating some basic circuit containing diode.

Diode Model

General form: d[name] [anode] [cathode] [modelname]

.model ([modelname] d [parmtr1=x] [parmtr2=y] . . .)

Example1[default model]:

d1 1 2 mod1

.model mod1 d

Example2:

D2 1 2 Da1N4004

.model Da1N4004 D (IS=18.8n RS=0 BV=400 IBV=5.00u CJO=30 M=0.333 N=2)

Table 1: Different parameters of diode

Symbol Name Parameter Units Default

Is IS Saturation Current A 1E-14

Rs RS Parsitic resistance(series resistance) Ω 0

N N Emission coefficient (1-2) 1

TD TT Transit Time S 0

CD(0) CJO Zero-bias junction capacitance F 0

φ0 VJ Junction Potential V 1

M M Junction grading coefficient 0.5

0.33 for linearly graded junction

0.5 for abrupt junction

Eg EG Activation energy eV 1.11

Si : 1.11

Ge: 0.67

Schottky: 0.69

Pi XTI IS temperature exponent 3.0

pn junction: 3.0

Schottky: 2.0

Kf KF Flicker noise coefficient 0

af AF Flicker noise exponent No unit 1

FC FC Forward bias depletion capacitance

coefficient

No unit 0.5

BV BV Reverse breakdown voltage V Infinite

IBV IBV Reverse breakdown current A 1E-3

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 2

Table 2: SPICE parameters for selected diodes; (sk=schottky Ge=germanium; else silicon).

Diode Characteristics analysis:

Fig 1: Circuit for finding diode characteristics curve.

SPICE netlist parameters: (D1) DI1N4004 manufacturer's model, (D2) Da1N40004 datasheet

derived, (D3) default diode model.

D1 1 5 DI1N4004

V1 5 0 0

D2 1 3 Da1N4004

V2 3 0 0

D3 1 4 Default

V3 4 0 0

V4 1 0 1

.DC V4 0 1400mV 0.2m

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 3

.model Da1N4004 D (IS=18.8n RS=0 BV=400 IBV=5.00u CJO=30 M=0.333 N=2.0 TT=0)

.MODEL DI1N4004 D (IS=76.9n RS=42.0m BV=400 IBV=5.00u CJO=39.8p

+M=0.333 N=1.45 TT=4.32u)

.MODEL Default D

.end

A PEAK DETECTOR:

A peak detector is a series connection of a diode and a capacitor outputting a DC voltage equal

to the peak value of the applied AC signal.

. An AC voltage source applied to the peak detector, charges the capacitor to the peak of the

input. The diode conducts positive “half cycles,” charging the capacitor to the waveform peak.

When the input waveform falls below the DC “peak” stored on the capacitor, the diode is reverse

biased, blocking current flow from capacitor back to the source. Thus, the capacitor retains the

peak value even as the waveform drops to zero. Another view of the peak detector is that it is the

same as a half-wave rectifier with a filter capacitor added to the output.

It takes a few cycles for the capacitor to charge to the peak as in Figure below due to the series

resistance (RC “time constant”). Why does the capacitor not charge all the way to 5 V? It would

charge to 5 V if an “ideal diode” were obtainable. However, the silicon diode has a forward

voltage drop of 0.7 V which subtracts from the 5 V peak of the input.

Fig 2: Peak detector circuit

Spice file/ Netlist:

C1 2 0 0.1u

R1 1 3 1.0k

V1 1 0 SIN(0 5 1k)

D1 3 2 diode

.model diode d

.tran 0.01m 50m

.end

CLIPPER CIRCUIT:

A circuit which removes the peak of a waveform is known as a clipper.

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 4

Fig 3: A negative clipper

Spice file:

D1 0 2 diode

R1 2 1 1.0k

V1 1 0 SIN(0 5 1k)

.model diode d

.tran .05m 3m

.end

Clipper: clips negative peak at -0.7 V.

During the positive half cycle of the 5 V peak input, the diode is reversed biased. The diode does

not conduct. It is as if the diode were not there. The positive half cycle is unchanged at the output

V(2) in Figure below. Since the output positive peaks actually overlays the input sinewave V(1),

the input has been shifted upward in the plot for clarity. In Nutmeg, the SPICE display module,

the command “plot v(1)+1)” accomplishes this.

During the negative half cycle of sinewave input of Figure above, the diode is forward biased,

that is, conducting. The negative half cycle of the sinewave is shorted out. The negative half

cycle of V(2) would be clipped at 0 V for an ideal diode. The waveform is clipped at -0.7 V due

to the forward voltage drop of the silicon diode. The spice model defaults to 0.7 V unless

parameters in the model statement specify otherwise. Germanium or Schottky diodes clip at

lower voltages.

Fig 4 : Output wave shape of fig 3

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 5

Zener Diode Clipper

Fig 5 : A Zener Diode Clipper

Netlist (Fig 5):

D1 4 0 diode

D2 4 2 diode

R1 2 1 1.0k

V1 1 0 SIN(0 20 1k)

.model diode d bv=10

.tran 0.001m 2m

.end

The zener breakdown voltage for the diodes is set at 10 V by the diode model parameter “bv=10”

in the spice net list in Figure above. This causes the zeners to clip at about 10 V. The back-to-

back diodes clip both peaks. For a positive half-cycle, the top zener is reverse biased, breaking

down at the zener voltage of 10 V. The lower zener drops approximately 0.7 V since it is forward

biased. Thus, a more accurate clipping level is 10+0.7=10.7V. Similar negative half-cycle

clipping occurs a -10.7 V. (Figure below) shows the clipping level at a little over ±10 V.

Fig 6 : Output wave shape of fig 5

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 6

CLAMPER CIRCUIT:

The circuits in Figure below are known as clampers or DC restorers. These circuits clamp a peak

of a waveform to a specific DC level compared with a capacitively coupled signal which swings

about its average DC level (usually 0V). If the diode is removed from the clamper, it defaults to a

simple coupling capacitor– no clamping.

Fig 7: A simple clamper circuit

In positive half cycle, voltage in node 1= 0.7 V (positive peak voltage

In negative half cycle, peak voltage in node 1 = capacitor voltage + negative cycle peak

= -4.3+(-4.3) = -8.6 V

Fig 8: Output wave shape of fig 7

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 7

DIODE BRIDGE RECTIFIER

Fig 9: A full wave rectifier with smoothing capacitor

Netlist of fig 9:

** Diode Bridge Rectifier**

**Circuit Description**

VS 2 1 SIN(0 12V 60 0 0) ; AC SINEWAVE voltage source

C 3 0 0.05m ; Capacitance of 0.05mF

R 3 0 1k ; Resistance of 1 kilo-ohm

D1 2 3 PDIODE ; Diode no 1 of Diode Bridge

D2 1 3 PDIODE ; Diode no 2 of Diode Bridge

D3 0 1 PDIODE ; Diode no 3 of Diode Bridge

D4 0 2 PDIODE ; Diode no 4 of Diode Bridge

.MODEL PDIODE D(IS=1E-10 N=1 BV=1200 IBV=10E-3 VJ=0.7); Diode SPICE Model

**Analysis Request**

.TRAN 1m 50m UIC

.PROBE

.END

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 8

Fig 10: Output wave shape of circuit in fig 9

VOLTAGE MULTIPLIERS

A voltage multiplier is a specialized rectifier circuit producing an output which is theoretically an

integer times the AC peak input, for example, 2, 3, or 4 times the AC peak input. Thus, it is

possible to get 200 VDC from a 100 Vpeak AC source using a doubler, 400 VDC from a

quadrupler.

Half wave Voltage doubler:

Fig 11: Half-wave voltage doubler (a) is composed of (b) a clamper and (c) a half-wave rectifier.

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 9

Spice file (fig 11a):

C1 2 0 1000p

D1 1 2 diode

C2 4 1 1000p

D2 0 1 diode

V1 4 0 SIN(0 5 1k)

.model diode d

.tran 0.01m 5m

.end

Fig 12: Output wave shape of circuit in fig 11

A voltage tripler:

The output is three times than that of input peak voltage. The input is sinusoidal wave and output

is the three times larger than peak of the sinusoidal voltage.

Fig 13: Voltage tripler circuit

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 10

Netlist (fig 13)

C3 3 0 1000p

D3 0 4 diode

C1 2 3 1000p

D1 1 2 diode

C2 4 1 1000p

D2 3 1 diode

V1 4 3 SIN(0 5 1k)

.model diode d

.tran 0.01m 5m

.probe

.end

Fig 14: Output wave shape of circuit in fig 13

Lab Report:

You are responsible for documenting your work and your report must include (at a minimum) the

following:

A. Cover sheet (Showing your Name, ID, Semester, Section, Exp. Name, Course Title,

Course Code at least)

B. Objectives of your work.

C. Answer of the following Questions

1. The following circuit indicates a symmetrical clipper. Find the voltage wave shape in

node 1 and node 2.

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 11

2. What is the function of the following circuit? Analyze the circuit with proper input and

output voltage shape.

3. Simulating the following circuits, comment about their activities.

4. The following circuit is a full-wave voltage doubler. Verify this circuit as a voltage

doubler.

Lab manual EEE 3510 Circuit Simulation Sessional

Prepared By: Mohammed Abdul Kader, Assistant Prof., Dept of EEE, IIUC 12

5. This is the circuit diagram of a voltage multiplier. Find how many times the output is

than the input peak?

6. The following circuit is known as Cockcroft-Walton x8 voltage multiplier. Verify the

circuit whether the output is 8 times larger than input peak or not.


Recommended