PHYS 351 LAB 2
Voltage Mixing and Squaring
© Ran Yang, Ph.D.
SUBMISSION
Submit the completed lab report as a PDF on Gradescope.
Due: 2:00 p.m. next Monday.
Introduction
This lab explores the use of an AD633 analog multiplier to generate the product of two input voltages. You will implement a voltage-squaring function, measure its accuracy, and investigate methods for minimizing offset errors based on the datasheet recommendations.
Equipment and Components
Available equipment includes resistors, potentiometers, two fixed ±15 V power supplies, and connecting wires.
Tasks
- Voltage Product Generation:
- Use an AD633 mixer to generate the product of two input voltages.
- Use an approximately 0.1 µF capacitor to decouple each supply rail.
- Connect the two inputs to create a voltage squaring function.
- Measure the output voltage over a sufficient number of input-voltage values to evaluate the device’s accuracy. Obtain approval from the course instructor or a TA.
- Perform a quadratic curve fit in your lab report, including the Python fitting code and resulting plot.
TASK APPROVAL
Task 1 (Voltage Product Generation)
Course Instructor or TA Signature:
Date and Time:
- Error Sources:
- Consider the following sources of error in the device:
- Offset errors on the inputs and outputs
- Scale-factor error
- Nonlinearity
- Consult the datasheet to identify methods for minimizing offset errors.
- Design and build an offset adjustment circuit to correct the errors.
- Include detailed circuit diagrams in your report.
- Consider the following sources of error in the device:
TASK APPROVAL
Task 2 (Error Sources and Offset Adjustment)
Course Instructor or TA Signature:
Date and Time:
- Inverse Function:
- Ensure that the offset voltages are less than ±50 mV.
- Incorporate the squaring circuit into a feedback loop to generate its inverse function, the square root.
- Measure the output voltage over a sufficient number of input-voltage values to evaluate the circuit’s accuracy. Obtain approval from the course instructor or a TA.
- Perform a square-root curve fit in your lab report, including the Python fitting code and resulting plot.
TASK APPROVAL
Task 3 (Inverse Function)
Course Instructor or TA Signature:
Date and Time:
Submission Reminder
- Circuit diagrams for the multiplier/squaring circuit and the offset-adjustment circuit.
- Your Python fitting code and plots for both the quadratic (squaring) and square-root curve fits.
- A discussion of the error sources (offset, scale-factor, nonlinearity) and how you minimized them.
- Your measured offset voltages confirming they were within ±50 mV before the inverse-function task.
- A discussion of any challenges encountered and how you overcame them.