Computers don’t cope well with infinite, but that’s pretty much what the real world is about, limitless accuracy with as near to limitless boundaries as can be imagined. So how do we fit infinite inside the computer? That’s what this episode is about: converting analog measurements to binary with suitable accuracy. And we will do all of this with an eye to using these techniques later in our applications
Having learned how to program bitwise operations, it is now time to flex our bit bashing muscles by ...
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, ...
In this episode, we make the distinction between analog (real-world) values and the values that a co...
Does capturing analog measurements with a computer sound like so much hocus pocus? In this episode, ...
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros ...
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This w...
This episode continues the work of the previous episode by examining the methods used to convert bet...
Dividing up the range of analog values into discrete binary values during the analog to digital conv...
In this episode, we define the components of a single binary signal as its value changes over time. ...
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decim...
Up to this point, we’ve limited our discussion to binary integers. In this episode, we are moving th...
In this episode, we switch from base ten to binary as we introduce twos complement representation an...
Regardless of the numeric base, scientific notation breaks numbers into three parts: sign, mantissa,...
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and se...
Having learned how to program bitwise operations, it is now time to flex our bit bashing muscles by ...
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, ...
In this episode, we make the distinction between analog (real-world) values and the values that a co...
Does capturing analog measurements with a computer sound like so much hocus pocus? In this episode, ...
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros ...
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This w...
This episode continues the work of the previous episode by examining the methods used to convert bet...
Dividing up the range of analog values into discrete binary values during the analog to digital conv...
In this episode, we define the components of a single binary signal as its value changes over time. ...
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decim...
Up to this point, we’ve limited our discussion to binary integers. In this episode, we are moving th...
In this episode, we switch from base ten to binary as we introduce twos complement representation an...
Regardless of the numeric base, scientific notation breaks numbers into three parts: sign, mantissa,...
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and se...
Having learned how to program bitwise operations, it is now time to flex our bit bashing muscles by ...
Binary--base two--uses a single digit to represent zero or one. With only 2 states, machines can dif...
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, ...