• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 10
  • 3
  • 3
  • Tagged with
  • 75
  • 75
  • 60
  • 58
  • 9
  • 6
  • 5
  • 5
  • 5
  • 4
  • 4
  • 4
  • 4
  • 4
  • 3
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
21

Episode 2.2 – Unsigned Binary Conversion

Tarnoff, David 01 January 2020 (has links)
This episode continues the work of the previous episode by examining the methods used to convert between decimal and binary and vice versa. We also take a look at the effects of shifting the bits of a binary number both left and right and how those operations can be used to simulate multiplication and division. Oh, and since we will be discussing a lot of different numbers, it couldn’t hurt to have a piece of paper and a pencil close by.
22

Episode 2.3 – Hexadecimal or Sixteen ways to nibble at binary

Tarnoff, David 01 January 2020 (has links)
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros can be difficult to distinguish, and the relative magnitudes of multiple binary values can be difficult to resolve. In this episode, we discuss a couple of the popular methods to quickly represent binary in a more human readable form.
23

Episode 2.4 – Packed BCD: Taking More Nibbles out of Binary

Tarnoff, David 01 January 2020 (has links)
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decimal fraction, however, that’s another thing. In this episode, we will present a method called Packed BCD that is used to accurately represent decimal values in binary by storing each digit in its own nibble.
24

Episode 2.5 – Binary Representation of Analog Values: Fitting Infinite Inside a Computer

Tarnoff, David 01 January 2020 (has links)
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.
25

Episode 2.6 – Analog to Digital Conversion with Arduino

Tarnoff, David 01 January 2020 (has links)
Does capturing analog measurements with a computer sound like so much hocus pocus? In this episode, we will take a stab at lessening some of that mystic by showing how the Arduino platform can be used to perform this conversion.
26

Episode 2.7 – The Effect of Sampling Rates on Digital Signals

Tarnoff, David 01 January 2020 (has links)
Converting an analog signal to digital involves more than just digitizing some measurements. Consequences result from sampling an analog signal and care has to be taken to capture all the desired frequencies and avoid creating new ones.
27

Episode 2.8 – Quantization Noise in Analog Sampling

Tarnoff, David 01 January 2020 (has links)
Dividing up the range of analog values into discrete binary values during the analog to digital conversion process forces us to incur a rounding error. See what that error looks and sounds like in this episode of Geek Author.
28

Episode 2.9 – Introduction to Gray Code

Tarnoff, David 01 January 2020 (has links)
Counting is pretty basic, right? Zero, one, two, three, four, and so on. This episode of Geek Author presents a situation where we might want to rearrange the sequence of integers in order to provide better reliability in our digital circuits.
29

Episode 2.10 – Gray Code Conversion and Applications

Tarnoff, David 01 January 2020 (has links)
We continue our discussion of Gray code by presenting algorithms used to convert between the weighted numeral system of unsigned binary and the Gray code ordered sequence. We also show how to implement these algorithms in our code.
30

Episode 3.01 – Adding and Subtracting Ones and Zeros

Tarnoff, David 01 January 2020 (has links)
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This will serve as a basis for learning about negative binary representations and the circuitry needed to perform additions in hardware.

Page generated in 0.1574 seconds