Explore how digitizing information (into discrete arrays or binary values) allows it to be reliably stored, transmitted, and perfectly reconstructed even through a noisy environment (HS-PS4-2).
As a signal travels further, it picks up random background noise.
Analog signals use continuous values. Any noise added permanently alters the exact value.
Digital signals use discrete values (e.g., 0 or 1). Because there's a large gap between valid states, a receiver can easily round off the noise and perfectly reconstruct the original signal.
Click to draw your own custom message!
When transmitting information across distances, signals inevitably encounter interference, often referred to as "noise." This noise can come from a variety of sources, such as electromagnetic interference from nearby electronics, atmospheric conditions, or thermal fluctuations in cables. How a system encodes and interprets the information determines how well it can withstand this noise.
Analog transmission represents information using continuous physical quantities, such as the amplitude or frequency of a wave. Because the information is stored in the exact shape of the wave, any noise added to the signal permanently alters the information. When the analog signal arrives at the receiver, there is no way to perfectly separate the original signal from the added noise, resulting in a degraded signal (like static on a radio or blurriness in an old television broadcast).
Digital transmission, on the other hand, represents information using discrete values—most commonly binary digits (0s and 1s). The transmitter sends these discrete values, and while the physical signal (like voltage on a wire) still picks up the exact same continuous noise as an analog signal, the receiver interprets the incoming signal differently. The receiver uses a threshold: if the incoming voltage is above a certain level, it reads a '1'; if it is below, it reads a '0'.
Because there is a large, defined gap between the valid discrete states, a digital receiver can easily "round off" the noise. Unless the noise is so extreme that it pushes a '0' across the threshold to look like a '1' (or vice versa), the noise is completely discarded, and the original sequence of 0s and 1s is perfectly reconstructed. This allows digital signals to be transmitted over long distances and stored without the progressive loss of quality that plagues analog systems.
In this simulation, you can observe this principle in action by transmitting an image. You will see how increasing the noise level introduces permanent corruption into the analog image, while the digital receiver uses thresholding to perfectly reconstruct the image until the noise becomes overwhelming.