Digital vs. Analogue Signal Definition

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 12K views
paul_harris77
Messages
50
Reaction score
0
Dear all

I am slightly confused over the definitions of digital and analogue signals.

Is a digital signal discrete in time AND voltage or just discrete in voltage. For example, could a square wave that is continuous in time, but has discrete voltage levels be considered a digital signal?

Similarly could a sampled analogue signal (before passing into ADC) be considered analogue since it's voltage levels are continuous but it's time is discrete?

I would really appreciate any clarification anyone can give!

Many thanks

Paul Harris
 
Engineering news on Phys.org
paul_harris77 said:
Is a digital signal discrete in time AND voltage or just discrete in voltage. For example, could a square wave that is continuous in time, but has discrete voltage levels be considered a digital signal?

Yes.

Similarly could a sampled analogue signal (before passing into ADC) be considered analogue since it's voltage levels are continuous but it's time is discrete?

...this doesn't make much sense. Pretty much any signal can be considered analog before being passed to an ADC... before it gets to the ADC it's not sampled.
 
Good points fss!

One further difference that is often overlooked.

Taken by itself a square wave or pulse train is not a digital signal. It is worthless as such without meaning. You also need a coding system.

An analog signal, however, is complete in itself.
 
  • Like
Likes   Reactions: bridgedora
Thanks for the reply.

Just to clarify, a signal can be considered digital if it's continuous in time but discrete in voltage?

Also I guess I should have explained, I meant after the sample and hold part of the ADC but before the actual conversion takes place.

Thanks!

Paul
 
Just to clarify, a signal can be considered digital if it's continuous in time but discrete in voltage?

Yes that is true.

If my coding was that a 0 signal was represented by +5 volts and a 1 signal (ie binary) was represented by 0 volts then if I switched my output to a +5volt supply that would be a continuous digital zero signal and if switched to a continuous 0volt supply the digital output would be a continuous digital 1.

This is not as silly as it sounds as the coding is a very common scheme.
 
paul_harris77 said:
Just to clarify, a signal can be considered digital if it's continuous in time but discrete in voltage?
Any signal can be considered digital depending on your definition of "digital." There are several digital encoding schemes that use discrete voltages that are not 0 and +5 V. Look up 2B1Q encoding.

Also I guess I should have explained, I meant after the sample and hold part of the ADC but before the actual conversion takes place.

Now I'm even more confused. Any signal is analog in the sense that it can be represented as a sum of sine and cosine terms. Sampling in itself is an act of "digitizing" in that it breaks up a signal into voltages meaningful to a computer or to another piece of electronics that doesn't have the "resolution" necessary to efficiently process a true analog signal.