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 Calculations

 

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

 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

 Evaluate S with Component Values

For R1 = 10k and R2 = 10k

pic

 Calculate Offset Error

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

pic

 

GAIN ERROR

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 

 

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 more on 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%.

 

Calculate Gain Error

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

pic

 

TRY IT!

Jump into the hands-on spreadsheet!

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