eCircuit  Center 
Error Budget Analysis

About SPICE | SPICE Basics | Running SPICE | CIRCUIT COLLECTION
SPICE Commands | SPICE Downloads | About | Contact | Home

Offset and Gain Error - Example

 

How can we apply Sensitivity Analysis to a basic circuit with errors? Let's walk through finding the Offset Error due to voff and the Gain Error due to R2 Tolerance. These are essential concepts for more complex error analysis! It took me a few trips around the rodeo to develop some understanding and skills. Take your time, refresh and repeat!

Back to EBA Series

CIRCUIT BLOCK

sch

OFFSET ERROR

1. Find Offset Sensitivity (S)

How does a change in voff cause a change in vo?
As you can see from the schematic, it's the same as the non-inverting signal gain!

pic

2. Evaluate S with Component Values

For R1 = 10k and R2 = 10k

pic

3. Calculate Offset Error

For voff = 1mV, the offset error is found as

pic

 

GAIN ERROR

1. Find Gain Sensitivity (S)

How does a change in R2 cause a change in K?

pic

The gain error is defined as a ratio.

pic

   where
    K - ideal gain
    K' - actual gain with errors

For the non-inverting amp, the Ideal Gain K and Actual Gain K’ can be written as

pic 

 

2. Evaluate S with Component Values

Calculate K and K' for R1 = 10k, R2 = 10k.
Choose an arbitrarily small value of ΔR2, say 1% (0.01) for the S calculation. (See Calculating Sensitivity below.)

pic 

Finally, we calculate S as ratio of gain error over resistor error.

pic 

What does S tell us?
For a 1% change in R2, the gain will change by 0.5%.
SImilarly, for a 5% change in R2, the gain will change by 2.5%.

 

3. Calculate Gain Error

For an R2 Tolerance of 0.1%, the gain error is found as

pic

 

TRY IT!

Play in the Excel file - modify values, see what happens!
Right Click on the filename, select "Save link as...".

 Excel File:  Offset_Gain_Sensitivity_and_Errors.xlsx

Signal Gain

Offset Error

Gain Error

 

CALCULATING SENSITIVITY

We chose an arbitrarily small value of ΔR2 to calc S. Why?

 

NEXT UP

How do errors from a circuit block impact the larger Signal Chain?

Back to EBA Series