Author Topic: What is a digital system? Is it only binary or decimal, octal as well?  (Read 24653 times)

0 Members and 1 Guest are viewing this topic.

Offline Manul

  • Super Contributor
  • ***
  • Posts: 1130
  • Country: lt
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #225 on: October 26, 2023, 09:57:24 am »
This might upset some purists, but for me the intuitive way of thinking what is digital and what is not digital is simply determinism. Digital system is such a system which maintains the deterministic result while subjected to inherent or external noise (within it's design limits). So in essense, given same input, it has a property of converging into indentical result.

But there do exist digital circuits ("pure" digital, built inside FPGAs) implementing non-deterministic true-random number generators. In some way they exploit "noise in time" to reach this goal.

You are correct, it can be done. That is an interesting category where a digital circuit is intentionally pushed into analog domain. Instead of being insensitive to noise and having converging properties, it is made in such a way that noise is amplified and circuit diverges into uncertain state, a random bit. These random bits usually are not very random, they might correlate strongly with power supply ripple for example. But if these random bits have at least some true randomness in them, then multiple bits can be combined to produce random bits of higher quality. It's like "breeding" where "gene of randomness" is getting stronger every next generation until you get almost fully undeterministic pure random bits, aka true-random. I think bits are usually combined by XORing them. Some extra post processing might be present too. So yeah, the core circuit producing random bits can be seen as analog circuit combined with 1bit ADC and down the stream it's then all digital.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19832
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #226 on: October 26, 2023, 10:56:15 am »
This might upset some purists, but for me the intuitive way of thinking what is digital and what is not digital is simply determinism. Digital system is such a system which maintains the deterministic result while subjected to inherent or external noise (within it's design limits). So in essense, given same input, it has a property of converging into indentical result.

But there do exist digital circuits ("pure" digital, built inside FPGAs) implementing non-deterministic true-random number generators. In some way they exploit "noise in time" to reach this goal.

You are correct, it can be done. That is an interesting category where a digital circuit is intentionally pushed into analog domain. Instead of being insensitive to noise and having converging properties, it is made in such a way that noise is amplified and circuit diverges into uncertain state, a random bit. These random bits usually are not very random, they might correlate strongly with power supply ripple for example. But if these random bits have at least some true randomness in them, then multiple bits can be combined to produce random bits of higher quality. It's like "breeding" where "gene of randomness" is getting stronger every next generation until you get almost fully undeterministic pure random bits, aka true-random. I think bits are usually combined by XORing them. Some extra post processing might be present too. So yeah, the core circuit producing random bits can be seen as analog circuit combined with 1bit ADC and down the stream it's then all digital.

Do not conflate "unpredictable" "or "statistical" with "analogue".

Consider a radioactive atom decaying. The decay is a digital event (discrete time, discrete state), and the time at which it occurs is unpredictable. That does not mean it is "pushed into the analogue domain". Similar points can be made about a single photon arriving at a photodetector.

Do not conflate "emergent behaviour" with "analogue".

Consider a digital computer. It will exhibit apparently "random" and "irreversible" behaviour simply because it contains so many states that the output cannot be fully predicted unless you have a "magic" oracle. That does not somehow mean the digital computer has become an "analogue" computer.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3504
  • Country: ua
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #227 on: October 26, 2023, 02:59:15 pm »
Consider a radioactive atom decaying. The decay is a digital event

 :palm:
 

Offline tooki

  • Super Contributor
  • ***
  • Posts: 11874
  • Country: ch
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #228 on: October 26, 2023, 04:47:44 pm »
This might upset some purists, but for me the intuitive way of thinking what is digital and what is not digital is simply determinism. Digital system is such a system which maintains the deterministic result while subjected to inherent or external noise (within it's design limits). So in essense, given same input, it has a property of converging into indentical result.

But there do exist digital circuits ("pure" digital, built inside FPGAs) implementing non-deterministic true-random number generators. In some way they exploit "noise in time" to reach this goal.

You are correct, it can be done. That is an interesting category where a digital circuit is intentionally pushed into analog domain. Instead of being insensitive to noise and having converging properties, it is made in such a way that noise is amplified and circuit diverges into uncertain state, a random bit. These random bits usually are not very random, they might correlate strongly with power supply ripple for example. But if these random bits have at least some true randomness in them, then multiple bits can be combined to produce random bits of higher quality. It's like "breeding" where "gene of randomness" is getting stronger every next generation until you get almost fully undeterministic pure random bits, aka true-random. I think bits are usually combined by XORing them. Some extra post processing might be present too. So yeah, the core circuit producing random bits can be seen as analog circuit combined with 1bit ADC and down the stream it's then all digital.

Do not conflate "unpredictable" "or "statistical" with "analogue".

Consider a radioactive atom decaying. The decay is a digital event (discrete time, discrete state), and the time at which it occurs is unpredictable. That does not mean it is "pushed into the analogue domain". Similar points can be made about a single photon arriving at a photodetector.

Do not conflate "emergent behaviour" with "analogue".

Consider a digital computer. It will exhibit apparently "random" and "irreversible" behaviour simply because it contains so many states that the output cannot be fully predicted unless you have a "magic" oracle. That does not somehow mean the digital computer has become an "analogue" computer.
OK now that really is a stretch. Yes, it’s discrete, but it’s not information or logic, so it’s irrelevant to the discussion.
 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #229 on: October 26, 2023, 04:52:33 pm »
For binary digital systems, there can be errors due to the thermal noise in the system at finite temperature, which becomes important at high speeds and small voltage levels.
For a non-handwaving discussion of this phenomenon, see  https://core.ac.uk/download/pdf/56632959.pdf
Basically, for a binary system sitting at a voltage level consistent with either state 0 or state 1, thermal noise could give an unwanted excursion to the other level, depending on how much time that excursion must last to give an error.
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19832
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #230 on: October 26, 2023, 06:15:29 pm »
This might upset some purists, but for me the intuitive way of thinking what is digital and what is not digital is simply determinism. Digital system is such a system which maintains the deterministic result while subjected to inherent or external noise (within it's design limits). So in essense, given same input, it has a property of converging into indentical result.

But there do exist digital circuits ("pure" digital, built inside FPGAs) implementing non-deterministic true-random number generators. In some way they exploit "noise in time" to reach this goal.

You are correct, it can be done. That is an interesting category where a digital circuit is intentionally pushed into analog domain. Instead of being insensitive to noise and having converging properties, it is made in such a way that noise is amplified and circuit diverges into uncertain state, a random bit. These random bits usually are not very random, they might correlate strongly with power supply ripple for example. But if these random bits have at least some true randomness in them, then multiple bits can be combined to produce random bits of higher quality. It's like "breeding" where "gene of randomness" is getting stronger every next generation until you get almost fully undeterministic pure random bits, aka true-random. I think bits are usually combined by XORing them. Some extra post processing might be present too. So yeah, the core circuit producing random bits can be seen as analog circuit combined with 1bit ADC and down the stream it's then all digital.

Do not conflate "unpredictable" "or "statistical" with "analogue".

Consider a radioactive atom decaying. The decay is a digital event (discrete time, discrete state), and the time at which it occurs is unpredictable. That does not mean it is "pushed into the analogue domain". Similar points can be made about a single photon arriving at a photodetector.

Do not conflate "emergent behaviour" with "analogue".

Consider a digital computer. It will exhibit apparently "random" and "irreversible" behaviour simply because it contains so many states that the output cannot be fully predicted unless you have a "magic" oracle. That does not somehow mean the digital computer has become an "analogue" computer.
OK now that really is a stretch. Yes, it’s discrete, but it’s not information or logic, so it’s irrelevant to the discussion.

The radioactive decay is indeed a stretch in this thread.

A single photon arriving at a detector is digital and does carry information. Example: photon counting OTDRs, which I first looked at >40 years ago when they were a laboratory curiosity. I would have tried to build one myself, but Peltier devices couldn't practically reach the necessary temperatures in field equipment.

The emergent behaviour of a computer is obviously relevant in the context of the point made by Manul.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19652
  • Country: gb
  • 0999
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #231 on: October 26, 2023, 06:40:18 pm »
Well one could argue that all electronics are digital, since current is quantised as electron flow. . .

Radioactive decay isn't really digital and neither is current flow, because the photons can be emitted at any point in time, which is in not discrete steps i.e. digital.

Is PWM generated by an analogue circuit, such as a 555 timer digital? No, it's not, even though the output can either be high or low, the duty cycle is infinitely variable.
« Last Edit: October 26, 2023, 07:37:07 pm by Zero999 »
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19832
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #232 on: October 26, 2023, 08:01:13 pm »
Well one could argue that all electronics are digital, since current is quantised as electron flow. . .

For femtoamp circuits that is accurate. For higher currents, it becomes continuous with a statistical component. Much like individual air molecules and air masses.

One of the reasons that transistors can't shrink too much more is that the number of electrons and dopant atoms would become too few.

Quote
Radioactive decay isn't really digital and neither is current flow, because the photons can be emitted at any point in time, which is in not discrete steps i.e. digital.

Discrete time is not a required characteristic of digital circuits: consider asynchronous logic. Large circuits are clocked because it is impractical to analyse and design the explosion of transient states in an asynchronous circuit.

The sole required characteristic is that the relevant variable (voltage, current, phase, frequency, etc) has a finite set of discrete values. Practically there fill be forbidden gaps between the discrete states, but that is not strictly necessary.

Quote
Is PWM generated by an analogue circuit, such as a 555 timer digital? No, it's not, even though the output can either be high or low, the duty cycle is infinitely variable.

The key point is how the analogue values are interpreted. Consider ASK, FSK and pulse density encoding. Summary: yes, repeat no.

Besides, 555s contain a flip flop that drives the outputs.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #233 on: October 26, 2023, 08:04:28 pm »
Normal-size current through a metal conductor is a slight tendency of a multitude of electrons to move in one direction: shot noise is not important.
Electron flow through a vacuum diode (or Zener diode) is one at a time hitting the anode, so "shot noise" statistical fluctuations are important.
 

Offline Zero999

  • Super Contributor
  • ***
  • Posts: 19652
  • Country: gb
  • 0999
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #234 on: October 26, 2023, 08:17:56 pm »
Well one could argue that all electronics are digital, since current is quantised as electron flow. . .

For femtoamp circuits that is accurate. For higher currents, it becomes continuous with a statistical component. Much like individual air molecules and air masses.

One of the reasons that transistors can't shrink too much more is that the number of electrons and dopant atoms would become too few.
The current is only one variable. Time is another. Measuring a small current, over a small timescale might seemingly result in a digital output, but it's not really digital, but based on probability. The same is true of air molecules.

Quote
Quote
Radioactive decay isn't really digital and neither is current flow, because the photons can be emitted at any point in time, which is in not discrete steps i.e. digital.

Discrete time is not a required characteristic of digital circuits: consider asynchronous logic. Large circuits are clocked because it is impractical to analyse and design the explosion of transient states in an asynchronous circuit.

The sole required characteristic is that the relevant variable (voltage, current, phase, frequency, etc) has a finite set of discrete values. Practically there fill be forbidden gaps between the discrete states, but that is not strictly necessary.
Ah yes, that's true of course, it doesn't need a clock.

Quote
Quote
Is PWM generated by an analogue circuit, such as a 555 timer digital? No, it's not, even though the output can either be high or low, the duty cycle is infinitely variable.

The key point is how the analogue values are interpreted. Consider ASK, FSK and pulse density encoding. Summary: yes, repeat no.

Besides, 555s contain a flip flop that drives the outputs.
The 555 has two comparators and uses an analogue circuit for the timing, so is very much analogue, even though the output is either high or low.
 
The following users thanked this post: tooki

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19832
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #235 on: October 26, 2023, 08:40:47 pm »
Is PWM generated by an analogue circuit, such as a 555 timer digital? No, it's not, even though the output can either be high or low, the duty cycle is infinitely variable.

The key point is how the analogue values are interpreted. Consider ASK, FSK and pulse density encoding. Summary: yes, repeat no.

Besides, 555s contain a flip flop that drives the outputs.
The 555 has two comparators and uses an analogue circuit for the timing, so is very much analogue, even though the output is either high or low.

By one definition a 555 is analogue.

By another definition it is mixed signal: analogue inputs and digital outputs.

By another it is digital - in the same way that a 7414 is digital: an analogue input is interpreted by a Schmitt trigger or comparator, and defined to be either high or low. If you want to think in terms of a 7404, then that too has analogue inputs, and the decision is based on whether the analogue inputs are saturated. (Or ECL where there is no saturation, but it is based on whether one input(s) is higher than the other(s) ).

Philosophy is fun, and it does (or ought to) lead to a deeper understanding of the significant differences and similarities.
« Last Edit: October 26, 2023, 08:44:50 pm by tggzzz »
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3504
  • Country: ua
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #236 on: October 27, 2023, 01:39:26 pm »
A signal is considered analog if its interpreted values are continuous (can take any value): an analog signal is valid for any value, regardless of precision, within its extrema. If the interpreted signal cannot take any arbitrary value of any precision, then it’s not analog, and is by definition digital!

Sorry, but your "by definition digital" signal is incompatible with digital electronics, because digital electronics uses classic digital signals which is binary only and is incompatible with your "by definition digital".

So, your unique invention to use any analog signal which has some N discrete levels, where N>2, as digital is broken by definition...
This is not what digital electronics expect for digital signal, it expects binary signals only.

You can invent new reasons and come up with examples, but the fact remains a fact that pure digital electronics expects binary signals only.
So, all your inventions and reasons to name analog signal with discrete levels as digital will be broken by design.

You can cry, laugh, be angry, but you can't change this...  :-//
« Last Edit: October 27, 2023, 01:49:07 pm by radiolistener »
 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #237 on: October 27, 2023, 01:54:45 pm »
In logic, a proposition is equivalent to its contrapositive, but not its converse.
"If a system is binary, then it is digital" is equivalent to "If a system is not digital, then it is not binary."
It is not equivalent to its converse:  "If a system is digital, then it is binary."
We are speaking here of definitions in technical English.
Binary logic is the most common way to do things now with digital systems, but that does not imply that other digital non-binary systems do not exist.
This is getting tiresome.

[edit:  corrected typo on second line for contrapositive statement]
« Last Edit: October 27, 2023, 04:12:03 pm by TimFox »
 
The following users thanked this post: tooki

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3504
  • Country: ua
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #238 on: October 27, 2023, 02:17:15 pm »
Binary logic is the most common way to do things now with digital systems, but that does not imply that other digital non-binary systems do not exist.

Well, you can believe in a mythical digital system which uses non binary signals, but in reality such digital system doesn't exists.

And you're needs to accept the fact that all non binary but discrete signals are treated as analog signals and converted through ADC/DAC in order to process it in digital circuit... That is how it doing in reality  :)
« Last Edit: October 27, 2023, 02:28:19 pm by radiolistener »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7881
  • Country: de
  • A qualified hobbyist ;)
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #239 on: October 27, 2023, 02:49:03 pm »
So the tri-state ICs I have don't exist? :popcorn:
 
The following users thanked this post: tooki, golden_labels

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #240 on: October 27, 2023, 03:53:25 pm »
Binary logic is the most common way to do things now with digital systems, but that does not imply that other digital non-binary systems do not exist.

Well, you can believe in a mythical digital system which uses non binary signals, but in reality such digital system doesn't exists.

And you're needs to accept the fact that all non binary but discrete signals are treated as analog signals and converted through ADC/DAC in order to process it in digital circuit... That is how it doing in reality  :)

As I write this, my left wrist has a standard quartz-type wristwatch, powered from an electrochemical cell.
It contains a 32,768 Hz crystal oscillator, a binary count-down chain to produce a 1 Hz pulse train, and a digital electromechanical system with a stepper motor driving a gear chain.
The result of the gear chain is a system without any binary content whatsoever, displayed using the ancient Mesopotamian sexagesimal system (with pars minuta prima and pars minuta secunda on separate mechanical dials).
The discrete behavior is clearly visible:  typical of a quartz watch, the second hand jumps in 1 second increments;  my mechanical watch shows 1/4 second jumps.
Please take off your blinders:  binary is an important subset of digital, and there is no need for two such words if they were synonymous.
You have ignored not only standard textbook definitions presented here, but practical examples of hardware that are digital but not binary, preaching the heresy that only binary counts.
 
The following users thanked this post: tooki

Offline IanB

  • Super Contributor
  • ***
  • Posts: 11974
  • Country: us
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #241 on: October 27, 2023, 04:06:50 pm »
In logic, a proposition is equivalent to its contrapositive, but not its converse.
"If a system is binary, then it is digital" is equivalent to "If a system is not binary, then it is not digital."
It is not equivalent to its converse:  "If a system is digital, then it is binary."

You have a mistake in your wording here. The correct statement would be this:

"If a system is binary, then it is digital" is equivalent to "If a system is not digital, then it is not binary."

 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #242 on: October 27, 2023, 04:11:11 pm »
Oops--I have corrected that typo on my reply above, entered before coffee.
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3504
  • Country: ua
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #243 on: October 27, 2023, 04:58:01 pm »
So the tri-state ICs I have don't exist? :popcorn:

tri-state signal is binary signal, so this is classic digital.
Third state is not signal value, it just means missing signal (disabled output). It is useful to combine several devices on the same digital bus, so you can select which device put it's output on the bus. But the signal still has two discrete levels 0 and 1.
« Last Edit: October 27, 2023, 05:02:08 pm by radiolistener »
 

Offline TimFox

  • Super Contributor
  • ***
  • Posts: 8013
  • Country: us
  • Retired, now restoring antique test equipment
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #244 on: October 27, 2023, 05:10:15 pm »
Yes, tri-state is a hardware feature used in binary systems.
However, "ternary" is a non-binary digital system using three distinct states.
An early thesis (1967) describing ternary digital systems:  Google "Hu Sung ternary thesis"
(The redactions are signatures on the submitted thesis form.)
The author makes use of PNP and NPN BJTs in some of his circuits, using a ternary system with -V, 0, and +V on each line.
[edit:  sorry, I can't make a citeable link for the Hu Sung thesis.]

From the introduction to the thesis:

"The ternary digital system is one possible form of digital system. Although binary switching theory has
been used in almost every digital system developed so far, this is mainly due to the fact that basic switching
elements in common use are two-state devices and that design techniques for the binary system are
well-developed. However, it is useful to broaden the study of two-leveled logical systems to that of three-leveled
systems."
« Last Edit: October 28, 2023, 05:29:55 pm by TimFox »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7881
  • Country: de
  • A qualified hobbyist ;)
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #245 on: October 27, 2023, 05:49:26 pm »
So the tri-state ICs I have don't exist? :popcorn:

tri-state signal is binary signal, so this is classic digital.
Third state is not signal value, it just means missing signal (disabled output). It is useful to combine several devices on the same digital bus, so you can select which device put it's output on the bus. But the signal still has two discrete levels 0 and 1.

Some of those ICs have a tri-state input and all three states are equally important.
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3504
  • Country: ua
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #246 on: October 27, 2023, 06:05:37 pm »
Some of those ICs have a tri-state input and all three states are equally important.

but input has just two discrete level 0 and 1. Third state just disables output to allow other components to use the same singal. Pull up or pull down modes are used to setup default value when signal is missing. But signal is still binary and can be 0 or 1.
« Last Edit: October 27, 2023, 06:14:57 pm by radiolistener »
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 7881
  • Country: de
  • A qualified hobbyist ;)
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #247 on: October 27, 2023, 06:39:28 pm »
Again, the inputs are tri-state, not binary. There's no 'enable/disable output' pin. And the third state (HiZ) doesn't disable any output.
« Last Edit: October 27, 2023, 06:44:16 pm by madires »
 

Offline tooki

  • Super Contributor
  • ***
  • Posts: 11874
  • Country: ch
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #248 on: October 27, 2023, 08:25:06 pm »
A signal is considered analog if its interpreted values are continuous (can take any value): an analog signal is valid for any value, regardless of precision, within its extrema. If the interpreted signal cannot take any arbitrary value of any precision, then it’s not analog, and is by definition digital!

Sorry, but your "by definition digital" signal is incompatible with digital electronics, because digital electronics uses classic digital signals which is binary only and is incompatible with your "by definition digital".

So, your unique invention to use any analog signal which has some N discrete levels, where N>2, as digital is broken by definition...
This is not what digital electronics expect for digital signal, it expects binary signals only.

You can invent new reasons and come up with examples, but the fact remains a fact that pure digital electronics expects binary signals only.
So, all your inventions and reasons to name analog signal with discrete levels as digital will be broken by design.

You can cry, laugh, be angry, but you can't change this...  :-//
It’s only incompatible with YOUR excessively rigid definition. It’s not incompatible with the actual definition.

We’ve given you numerous examples of non-binary digital signals, systems, and real-world products that employ them.

You’re just either too stubborn or too stupid to recognize why digital ≠ binary.
 

Offline AndyBeez

  • Frequent Contributor
  • **
  • Posts: 856
  • Country: nu
Re: What is a digital system? Is it only binary or decimal, octal as well?
« Reply #249 on: October 27, 2023, 09:26:25 pm »
To me Tri-state either means true, false and don't care, or, there are two stable states of something plus a transitioning metastable state inbetween. Think heads, tails and the edge of the coin. The high Z state on buses is really just a parking brake applied to a GPIO line to keep the noise floor from making up its own states.

However, when you enter the world of quantum qubits, all tri states become a stable state :scared:

* Although qubits might just be worked as zeros and ones :wtf:
« Last Edit: October 27, 2023, 09:29:23 pm by AndyBeez »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf