Table Of Contents

Previous topic

2. Multisim Tutorial Using Bipolar Transistor Circuit

Next topic

4. Virtual Breadbording and Correctness Verification

3. Rectifiers Simulation with Scope Instrument

3.1. Goal

  1. Introduction to using instruments (instead of Analyses)
  2. Understand operation of diode rectifiers
  3. Understand diode bridges
  4. Learn how to use parametric sweep

3.2. Prior Tutorials Required

The BJT tutorial. See Multisim Tutorial Using Bipolar Transistor Circuit.

3.3. Half wave rectifier

Download this multisim design file for half wave rectifier. Open it up in Multisim:

half_wave_instrument

Figure 1: half wave rectifier design showing how to use instruments, in this case, a scope is inserted to observe input and output waveforms

Note that the scope is an “instrument” you can drag from the instrument toolbar. Run the simulation by pressing the run button.

Pause or stop the simulation to examine the output. Double click the scope to see its display:

scope_half_wave

Figure 2: scope display of the half wave rectifier design

Use view -> grapher for more flexibility in controlling the looks of the waveforms.

grapher_half_wave

Figure 3: grapher display of the half wave design

Change the value of the capacitor, re-run simulation, observe how the ripple voltage changes. Think about why.

An extreme case is to just remove the capacitor, try that as well, see if you can associate the results with the theories learned in class.

Open a new design and reproduce the whole design on your own.

3.4. Full Wave Diode Bridge

Download this multisim design file for full wave diode bridge rectifier. Run the simulation by pressing the run button.

Observe the output.

Add another scope to measure the reverse voltage across diode D4. Think about at what time point in a cycle the diode D4 sees PIV.

Repeat this for all other diodes.

Try sketching the input and output waveforms by hand without looking at the Multisim simulation results.

Modify your circuit so that you get a negative power supply.

3.5. Parametric Sweep

We know that varying the capacitance affects the output of the circuit. Naturally we would like to examine circuit waveforms for different capacitance values. The instruments way of simulation, however, does not support parametric sweep.

To do parametric sweep, go to Analyses -> Parameter Sweep, select Device Parameter for the Sweep Parameter option. Choose C1, input a list of values. Select Transient Analysis as the analysis to sweep, as shown below:

parameter_list

Figure 4: setting parameter list for parametric sweep

Click Edit Analysis so that you can set the parameters of the transient analysis. This includes TSTOP, the stopping time which needs to be at least several cycles to see meaningful waveforms, as well as the maximum time step or minimum number of points. The later is mainly used to obtain a smooth curve. Default time step control did not yield smooth waveforms.

Try using the default and changing these parameter, so you get a feel of how to choose these parameters in simulation.

transient_analysis_parameter

Figure 5: transient analysis parameters

You then simulate the design and get:

half_wave_varying_cap

Figure 6: half wave rectifier output with different capacitance values using parameter sweep