What This Page Explains
This page covers:
- What an analog signal is
- What a digital signal is
- Medical-device examples
- Sensors and transducers
- Analog-to-digital conversion
- Digital communication
- Noise and interference
- Signal quality
- Why continuity does not prove a signal is good
- How analog and digital failures can look different
- Common mistakes
The Simple Version
An analog signal changes continuously and can represent values such as ECG voltage, temperature, pressure, or light intensity. A digital signal uses discrete logic states or encoded data to represent and move information. Most medical devices use both: a sensor produces an analog response, conditioning circuits prepare it, and an analog-to-digital converter turns samples into numbers for software.
This distinction helps localize faults. Noise or offset before conversion can corrupt every later display and calculation, while a communication or software problem can lose correct digital data after the sensor path is working. Follow the signal from physical input to final output and identify the last point where it remains believable.
Worked Example: A Pressure Value Jumps Randomly
Compare the physical pressure with an independent reference, then inspect the analog sensor output and supply if the service procedure exposes safe test points. If the analog signal jumps too, investigate the sensor, wiring, shielding, reference, and conditioning circuit. If analog output is stable but the displayed value jumps, focus on conversion, data transfer, processing, or software.
Use proper grounding and measurement bandwidth so the test instrument does not create or hide noise. After repair, verify zero, multiple pressure points, stability, and related alarms. A clean digital display at one instant does not prove the analog path is stable.
What Is an Analog Signal?
An analog signal changes continuously over a range.
It may represent:
- Pressure
- Temperature
- Flow
- Voltage
- Biological waveform
Example:
A pressure transducer may output a voltage that changes as pressure changes.
Higher pressure:
Higher voltage.
Lower pressure:
Lower voltage.
The exact relationship depends on the design.
Analog Signals Can Have Many Values
An analog signal is not just:
On or off.
It might be:
0.51 V
0.74 V
1.12 V
2.06 V
Every value can represent a different physical condition.
What Is a Digital Signal?
A digital signal represents information using discrete states.
At the basic electrical level, that often means:
- Low
- High
or:
- 0
- 1
But digital communication usually combines many of those states into meaningful data.
Example:
A module may send:
Temperature = 37.1°C
as encoded digital information.
You are not measuring the temperature directly from one simple voltage level anymore.
Analog Example: Pressure Sensor
Imagine a pressure sensor.
Physical pressure changes.
Sensor output changes.
Example:
0 mmHg:
0.5 V.
100 mmHg:
2.5 V.
200 mmHg:
4.5 V.
That continuously changing voltage is analog.
The device then interprets it as pressure.
Digital Example: Module Communication
A parameter module may measure pressure internally.
Then instead of sending an analog voltage to the host monitor, it sends a digital message.
The message may include:
- Pressure value
- Status
- Alarm state
- Module identity
The host monitor receives data, not just one varying voltage.
Many Devices Use Both
A common path looks like this:
Physical Condition
↓
Analog Sensor Signal
↓
Analog-to-Digital Converter
↓
Digital Processing
↓
Display
This is extremely common in medical equipment.
Example: ECG
The patient's electrical activity is analog.
The monitor:
- Amplifies it
- Filters it
- Converts it to digital data
- Processes it
- Displays the waveform
The signal may begin analog and become digital very early inside the device.
Sensors Often Start Analog
Examples may include:
- Pressure sensors
- Thermistors
- Strain gauges
- Flow sensors
The physical condition changes an electrical property.
That change is then measured.
But Some Sensors Are Already Digital
Modern sensors may contain internal electronics.
Instead of outputting a simple analog voltage, they may communicate digitally.
Examples can include:
- Smart batteries
- Digital temperature sensors
- Intelligent modules
That means you cannot always test them with a simple voltage measurement.
Analog-to-Digital Conversion
An analog-to-digital converter is often abbreviated:
ADC
Its job is to take an analog electrical value and convert it into a digital number.
Example:
Sensor voltage:
2.50 V.
ADC converts that into a digital value.
Software then calculates:
100 mmHg.
Why ADC Matters
If the sensor voltage is correct but the displayed value is wrong, the problem may be farther downstream.
Possible areas include:
- ADC
- Calibration
- Processing
- Software
This helps separate sensor failure from processing failure.
Digital-to-Analog Conversion
The reverse also exists.
A digital-to-analog converter:
DAC
takes digital information and creates an analog output.
This can be used in control systems and signal generation.
You may encounter the term in schematics or service documentation.
Analog Signals Are Sensitive to Noise
Because analog information is carried in a changing electrical value, unwanted electrical noise can distort it.
Possible noise sources include:
- Poor shielding
- Loose ground
- Damaged cable
- Nearby electrical equipment
- Bad electrode contact
The device may still receive a signal.
It is just a bad signal.
ECG Artifact Is a Good Example
ECG waveform may become:
- Noisy
- Unstable
- Distorted
The cable may still have continuity.
The monitor may still detect the leads.
But the analog signal quality is poor.
That is different from complete communication loss.
Digital Signals Can Also Be Corrupted
Digital does not mean immune to problems.
Digital communication can fail because of:
- Bad cable
- Noise
- Wrong timing
- Configuration mismatch
- Packet loss
- Connector damage
The difference is that digital systems may detect corrupted information and reject it.
Result
Instead of a slightly wrong waveform, you may get:
Communication Lost.
or:
Module Not Recognized.
Analog Failure Can Be Gradual
An analog problem may produce:
- Drift
- Offset
- Noise
- Wrong scale
- Unstable readings
The signal may still exist.
It is simply inaccurate.
Digital Failure Is Often More All-or-Nothing
Digital problems may appear as:
- Connected / disconnected
- Recognized / not recognized
- Communication good / failed
Not always.
But digital failures often behave more discretely than analog measurement errors.
Analog Offset
Suppose a pressure transducer should read:
0 mmHg.
But the device displays:
15 mmHg.
That may indicate an offset error.
The signal exists.
It is shifted.
Analog Gain Error
Suppose:
Expected:
100 mmHg.
Displayed:
80 mmHg.
Expected:
200 mmHg.
Displayed:
160 mmHg.
The error increases proportionally.
That may indicate a gain or scaling problem.
Drift
A measurement may begin correct and slowly move over time.
Possible causes include:
- Temperature
- Sensor aging
- Electronics
This is a classic analog-type failure pattern.
Digital Communication Errors
A digital system may report:
- CRC error
- Timeout
- Framing error
- Communication lost
These messages usually mean the device detected a problem moving or interpreting digital data.
They do not automatically identify which component failed.
Serial Communication
RS-232 is a digital communication method.
Data is transmitted as a timed sequence of electrical states.
Settings such as:
- Baud rate
- Parity
- Data bits
- Stop bits
must match.
A perfectly good cable can still fail if the communication settings differ.
USB
USB is also digital.
It involves:
- Device detection
- Data communication
- Power
An accessory may receive power but fail to exchange data.
The LED turning on does not prove communication works.
Ethernet
Ethernet carries digital network data.
A cable may have:
- Physical link
- Good link light
while application communication still fails.
Again, one successful layer does not prove the whole path.
Digital Identification
Some accessories contain digital identification.
The device may read:
- Model
- Serial number
- Calibration data
- Compatibility information
If that digital identification fails, the accessory may show:
Not Recognized.
even if its sensing element is fine.
Smart Batteries
A smart battery may provide both:
- DC power
- Digital battery data
The device might receive battery voltage correctly but lose communication with the battery controller.
That can create:
- Battery not recognized
- Charging disabled
- Incorrect percentage
Power and communication are separate paths.
Continuity Is Not Signal Quality
This is important.
A cable may pass a continuity test and still fail in real operation.
Why?
Because continuity only tells you:
A conductive path exists.
It may not tell you:
- Shielding is good
- Resistance is low enough
- Signal integrity is acceptable
- Digital timing survives
A cable can be electrically connected but functionally bad.
Example: ECG Cable
Meter:
Continuity passes.
Clinical signal:
Heavy artifact.
Possible reason:
Shielding damaged.
The simple continuity test did not prove the cable could carry a clean analog signal.
Example: Ethernet Cable
Individual conductors may appear continuous.
But the cable may still have poor high-speed performance because of:
- Pair damage
- Termination issue
- Excessive noise
Digital communication has electrical requirements beyond basic continuity.
Sampling
When an analog signal becomes digital, the system measures it repeatedly over time.
This is called:
Sampling.
The sampling rate determines how frequently the signal is measured.
You usually do not need to calculate this during routine service.
But it explains how an analog waveform becomes digital data.
Resolution
An ADC has a finite number of digital steps.
More resolution means the device can distinguish smaller changes.
This matters in measurement-system design.
For basic troubleshooting, the key idea is:
A digital representation of an analog signal still depends on the analog input being correct.
Filtering
Medical equipment often filters analog signals.
Filtering may remove:
- High-frequency noise
- Power-line interference
- Motion artifact
But filtering can also affect what the waveform looks like.
Different filter settings may make the same physical signal appear different.
ECG Filter Example
Staff reports:
ECG looks different on this monitor.
Possible cause may be:
- Diagnostic filter
- Monitor filter
- Surgical filter
before assuming hardware failure.
Configuration can affect signal processing.
Calibration
Analog measurements often require calibration.
Calibration establishes the relationship between:
Electrical signal
and:
Physical value.
Example:
Voltage from pressure sensor
becomes:
mmHg.
If calibration is wrong, the electronics may work perfectly while the displayed value is inaccurate.
Digital Data Can Carry Status Along With Value
A digital sensor may send more than:
37.0°C.
It might also send:
- Sensor valid
- Sensor fault
- Calibration status
- Serial number
This allows more detailed diagnostics than a simple analog voltage.
Analog Troubleshooting Mindset
For an analog problem, ask:
- Is the physical input correct?
- Is the sensor output changing correctly?
- Is the signal noisy?
- Is there offset or drift?
- Is calibration correct?
You are often evaluating signal quality and magnitude.
Digital Troubleshooting Mindset
For a digital problem, ask:
- Is physical connection present?
- Does the device recognize the other side?
- Are communication settings correct?
- Are errors logged?
- Is data reaching the next system?
You are often evaluating whether information moves successfully.
Where Does the Signal Become Wrong?
This is the key question for both.
Example:
Pressure source:
Correct.
Sensor analog output:
Correct.
ADC reading:
Wrong.
Now you know the failure appears between the analog sensor and digital processing.
Compare Raw and Displayed Data
Some service modes expose:
- Raw sensor values
- ADC counts
- Digital diagnostic values
These can be extremely useful.
If raw input is correct but the displayed result is wrong, you can move downstream.
Signal Ground and Reference
Analog signals usually depend on a reference.
If the reference is unstable, the measured signal may be unstable.
Possible causes include:
- Loose ground
- Broken common
- Connector problem
Do not automatically blame the sensor.
Differential Signals
Some analog measurements use two signal lines and measure the difference between them.
This can help reject noise.
ECG and pressure sensing may use differential techniques.
You do not need to master the circuit design to understand that both signal paths can matter.
Digital Logic Levels
Digital circuits use voltage ranges to represent logic states.
For example, one range may represent:
Low.
Another:
High.
The exact voltages depend on the technology.
Do not assume all digital logic is 5 V.
Modern electronics commonly use lower logic voltages.
Oscilloscope Use
Some analog and digital problems cannot be fully diagnosed with a multimeter.
An oscilloscope can show:
- Waveform shape
- Noise
- Pulses
- Timing
But only use it when:
- Appropriate
- Manufacturer-supported
- You understand the expected signal
Do not probe random digital buses without documentation.
Real-World Example: Pressure Reading Wrong
Pressure analyzer:
100 mmHg.
Sensor output:
Within expected range.
Device displays:
40 mmHg.
Now investigate:
- Calibration
- ADC
- Processing
The physical sensor may not be the problem.
Real-World Example: ECG Artifact
Simulator:
Stable ECG.
Monitor:
Heavy noise.
Known-good trunk cable:
Signal becomes clean.
The analog path through the original cable was degraded.
Real-World Example: Module Not Recognized
Module powers on.
Host reports:
Communication Failed.
Known-good module works.
Original module fails on another host.
The failure is in the digital communication/module path.
Real-World Example: Battery Powers Device but Is “Not Recognized”
Battery voltage:
Normal.
Device runs from battery.
Battery percentage unavailable.
Charging disabled.
That suggests the power path works while smart-battery digital communication does not.
Real-World Example: USB Accessory Lights Up but Does Not Work
Accessory LED:
On.
Device:
Accessory not detected.
USB power is present.
Digital communication is not.
Do not treat the LED as proof the full connection works.
Common Mistakes
Treating Every Signal Like Simple Voltage
Some signals carry encoded data.
Assuming Digital Means Perfect or Broken
Digital systems can still be intermittent.
Assuming Analog Noise Means Sensor Failure
Cable, shielding, grounding, and environment matter.
Assuming Continuity Means Cable Is Good
Signal quality may still be poor.
Ignoring Calibration
Correct electronics can produce wrong displayed values if scaling is wrong.
Probing Digital Lines Without Knowing the Circuit
Use documentation and appropriate tools.
A Useful Troubleshooting Framework
First ask:
Is this function mainly analog, digital, or a combination of both?
Then:
Where does the physical condition become an electrical signal?
Then:
Where does that signal become digital data?
Then:
Where does the value first become incorrect or disappear?
That helps you choose the right test.
Another Useful Question
Ask:
Am I troubleshooting the measurement itself, or the communication of the measurement?
Those can look similar.
Example:
SpO2 value wrong:
Measurement problem.
SpO2 module not recognized:
Communication problem.
Different path.
What Did You Actually Prove?
If you measure the correct analog sensor voltage, you proved:
The expected voltage was present at that point under the tested condition.
You did not prove:
- ADC is correct
- Calibration is correct
- Displayed value is correct
If a digital module is recognized, you proved:
Some level of communication and identification succeeded.
You did not necessarily prove its measurements are accurate.
Keep moving through the signal path.
Final Thoughts for Biomeds
Analog and digital signals are everywhere in medical equipment.
The important difference is not just vocabulary.
It changes how you troubleshoot.
Analog problems often look like:
- Noise
- Drift
- Wrong value
- Offset
Digital problems often look like:
- Not recognized
- Communication lost
- Timeout
- Missing data
And many systems use both.
A sensor may produce an analog signal.
Electronics convert it to digital data.
Software processes it.
Then a network sends it somewhere else.
So when a measurement or communication path fails, ask:
What kind of signal exists at this point?
What should it look like?
Where does it first become wrong?
Once you understand the signal path, a complicated device becomes much easier to reason through.
— Jake
Important Note
Signal types, voltage levels, communication protocols, test points, and calibration procedures vary by manufacturer and design. Follow current service documentation, approved diagnostic methods, electrical-safety procedures, and your authorized service scope when measuring internal analog or digital signals.
