Electronic – Difference between analog signal and battery voltage

analoginternal-resistancesignalsignal processing

I want to find out if using an analogue sensor is feasible in my noisy environment by running some signal integrity tests before I buy it. Because I don`t have the sensor yet, I need to simulate its output. This can be assumed to be a constant DC voltage, since it will change very slowly. A reasonable value for this voltage is 2.25VDC.

My approach to model my sensor is to take a 9V battery and load it with four 220K ohm resistors in series. I will use the potential difference between the last resistor and ground (2.25V) to model my sensor`s analog output, and run my tests with it.

To make this more clear, an example of a test I will run is to use one ADC module to measure the voltage across the last resistor in the potential divider, and another ADC module to measure the voltage across the wires of the other end of a slip ring connected across that last resistor while it is rotating. Some more background to understand the application if you're curious is at this question.

My question is can an analogue signal be modeled by a battery? What is the theoretical difference between an analogue signal and the voltage across a battery`s terminals other than the source resistance?

Thanks for helping a beginner to signal processing!

Best Answer

The simple answer is: yes, in many cases a simple voltage source & resistor (Thevenin) model is enough to model the output of a circuit (there are theorems to that effect). Formally, you would need a voltage source & a complex impedance, to also be able to represent the frequency behavior. But it can be even more complicated than that.

Some of the factors that this will not be modeling:

  • Sensor noise. You would need to explicitly add a noise source to represent this.
  • Sensor non-linearities. This is a linear model, circuits will behave differently if current or voltage limits are exceeded.
  • Sensor instabilities. Many circuits become unstable under some load conditions (for example inductive or capacitive loads). Although this could probably be represented with more elaborate impedance models, the interaction with non-linearities makes it complicated.

But if you (1) ignore the sensor's noise contribution, (2) don't exceed loading limits, (3) don't exceed stability limits, and (4) frequency response is not a concern, then yes, you can model it with an adequate battery and resistor combination.