M8SCI-10.4

Analog & Digital Signals

Learn how waves carry information through analog and digital signals, and why digital signals stay reliable even when distorted during transmission.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on Analog & Digital Signals, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Every time you listen to music on your phone, send a text, or video call a friend, waves are doing the work—but not in the way you might think. The sound of your voice or the image on your screen has to be converted into a form that travels through wires, fiber-optic cables, or through the air as radio waves. That conversion process is crucial: if information gets scrambled or distorted along the way, you want to be able to recover it perfectly on the other end. This lesson explores two completely different methods for encoding information into waves—analog and digital—and explains why one method is far better at surviving the messy, imperfect journey through the real world.

What Are Signals and Why Do Waves Carry Them?

A signal is information encoded into a wave so it can travel from one place to another. When you speak into a phone microphone, the sound waves from your voice are captured and converted into an electrical signal that can travel through cables or broadcast wirelessly. That signal has to preserve the essential features of your voice—its pitch, its loudness, its unique tone—so that when someone hears it on the other end, they recognize you and understand what you said.

Waves are ideal for carrying signals because they travel long distances and can move through many different media. A radio wave can broadcast your voice across an entire city. A light wave traveling through a fiber-optic cable can carry data from one continent to another. But here's the problem: as a signal travels, it encounters noise (random electrical interference, weak spots in transmission, reflections off buildings), and small distortions creep in. The question becomes: how do we encode information so that these small distortions don't destroy the message?

Analog Signals: Copying the Shape Continuously

An analog signal is a wave whose shape directly copies, or mirrors, the original information. If you want to transmit the sound of someone's voice, you create an electrical wave that has the same pattern as the sound wave itself—same frequency, same amplitude variations, same smooth continuous shape.

Think of it like tracing. If you trace the outline of someone's hand onto paper, the shape of your tracing follows every curve and detail of the original. An analog signal does the same: it is a continuous copy of the information.

The problem with analog signals appears immediately when noise hits them. Suppose an analog signal representing a voice is a smooth wave oscillating between -1 and +1 volt. If electrical noise adds 0.2 volts of static interference, the wave now oscillates between -0.8 and +1.2 volts, or worse. The receiver cannot tell which parts of the signal are the original message and which parts are noise. If the noise is severe enough, it scrambles the information beyond recovery. Every copy you make (like recording the signal again to relay it further) introduces more noise, degrading the signal further and further. This is why old analog TV broadcasts would get snowy or fuzzy when reception was poor.

Digital Signals: Information as Patterns of On and Off

A digital signal encodes information as a pattern of discrete pulses—on or off, high or low, 1 or 0. Instead of trying to copy the shape of the original information continuously, a digital signal breaks the information into tiny samples and represents each sample as a sequence of binary digits.

For example, imagine encoding the loudness of a voice at many moments in time. At each moment, you ask: is the loudness above or below a certain threshold? If yes, you record a 1; if no, you record a 0. Repeat this process thousands of times per second, and you build a long string of 1s and 0s that captures the essential features of the original voice. When the receiver reads this pattern, it reconstructs an excellent approximation of the original sound.

The huge advantage appears when noise interferes. Suppose a digital signal is supposed to be a pulse of +5 volts (representing a 1) or 0 volts (representing a 0). Noise adds 0.3 volts of interference. The signal might become +5.3 volts or +0.3 volts—but as long as the noise is small enough, the receiver can still tell: is this spike closer to 5 or to 0? The answer is clear: it is 5, so the bit is a 1. The small distortion does not change which bit it represents. Even if you copy or relay the signal many times, the bits remain readable because the receiver only has to distinguish between two states, not preserve a continuous shape.

Why Digital Signals Win in the Real World

Because digital signals only need to be recognized as 1 or 0, they are far more robust against noise, interference, and distortion. A small amount of damage to the signal does not flip the answer; the receiver still knows what the original bit was. This makes digital signals ideal for reliable long-distance transmission.

Another advantage: once a digital signal is received and the bits are correctly identified, you can create a perfect copy. The receiver reads the 1s and 0s, and then regenerates a fresh, clean digital signal with the same bit pattern. This new signal is as strong and clear as the original. You can relay it again and again, and as long as no new noise flips a bit, the information remains perfect. By contrast, an analog copy of a copy always picks up additional noise; you cannot restore the original shape once distortions have been added.

This is why modern communications—cell phones, internet, streaming video, digital TV—use digital signals almost exclusively. The reliability and ability to copy and retransmit without degradation make digital the clear winner for practical transmission of information.

From Analog to Digital: Sampling and Quantization

Converting from analog to digital requires two steps. First, sampling: you measure the analog signal at many points in time (often thousands or tens of thousands of times per second). Second, quantization: you represent each measurement as a digital number, usually in binary form.

Think of a video recording. Instead of storing the continuous motion, the camera captures a still image at 30 frames per second. Each frame is quantized into millions of tiny colored dots (pixels), and each pixel's color is represented as a number. Thousands of frames strung together create the illusion of smooth motion, but the underlying storage is digital: numbers that can be transmitted, copied, and displayed reliably.

The quality of the digital version depends on how often you sample and how finely you quantize. A higher sampling rate and more quantization levels (more bits per sample) capture more detail of the original analog signal and produce a better approximation. Modern audio CDs sample at 44,100 times per second and use 16 bits per sample, which is why CD-quality audio sounds almost indistinguishable from the original recording. Video samples even more often and uses many more bits. The trade-off is that higher quality means more data, which requires faster transmission and more storage—but the digital information itself remains reliable.

Key terms

Signal.
Information encoded into a wave so it can travel from a source to a destination.
Analog signal.
A continuous wave whose shape directly copies the original information, varying smoothly over time.
Digital signal.
Information encoded as a discrete sequence of pulses, typically represented as 1s and 0s, that can be reliably transmitted and copied.
Noise.
Unwanted random electrical interference or distortion that corrupts a signal during transmission.
Sampling.
The process of measuring an analog signal at many discrete points in time to convert it to digital form.
Quantization.
The process of representing each measured value as a discrete number (usually binary) rather than as a continuous value.
Bit.
A single binary digit, either 0 or 1, the basic unit of digital information.

Worked example

A music store wants to transmit a song from a studio to a radio station 50 miles away. The engineer can choose to send the audio as an analog signal (a voltage that mimics the vibrations of the original sound) or as a digital signal (a pattern of 1s and 0s sampled from the audio many times per second). The transmission line picks up some electrical noise. Explain which method is better and why the digital signal will arrive more accurately.
Start by imagining what happens to each signal type as it travels.

For the analog signal: The original signal is a smooth electrical wave that looks like a sound wave. At the studio, it might vary between 0 and 10 volts, with the exact voltage at each moment encoding the volume and pitch. As the signal travels 50 miles through wires and air, electrical noise (from nearby power lines, radio towers, weather) adds random voltage spikes. These spikes might add ±2 volts to the signal unpredictably. When the signal arrives at the radio station, it is distorted—the smooth wave is now bumpy and jagged. The receiver cannot tell where the original signal ends and the noise begins. If the station broadcasts this corrupted analog signal, the song will sound fuzzy, with background hiss.

For the digital signal: The song is first converted to a pattern of 1s and 0s by sampling (measuring the audio thousands of times per second and quantizing each measurement as a binary number). A 1 might be represented as +5 volts, and a 0 as 0 volts. The same electrical noise adds ±2 volts along the way. But here is the key: as long as the noise is smaller than the gap between the two levels, the receiver can still tell a ±5 volt spike from a 0 volt signal. The receiver reads each pulse and asks: is this closer to 5 or to 0? If it is 5 volts ±2, it is still clearly closer to 5 than to 0, so the receiver correctly identifies it as a 1. The small noise does not change which bit arrived.

At the radio station, the receiver reconstructs a clean digital signal by regenerating fresh 1s and 0s from the noisy pattern. This clean signal is transmitted to the broadcast antenna, and listeners hear a crisp, high-quality song with no hiss.

Conclusion: The digital signal is better because small distortions do not flip the bits. The information survives the 50-mile journey intact, and quality can be fully restored by regenerating the signal. The analog signal degrades irreversibly because noise is indistinguishable from the original information.

Practice questions

A weather service sends temperature data from a remote mountain station to a central office using a digital signal. The signal represents each temperature reading as a 5-bit binary number, transmitted every second over a radio link. Electrical noise causes some bits to be received slightly distorted during transmission. Which statement best explains why this digital signal is still reliable?
  1. The 5-bit encoding provides so much data that a few distorted bits do not matter to the final result.
  2. The receiver only needs to identify whether each bit is closer to 0 or 1, so small distortions do not flip which bit was sent.
  3. Radio waves are immune to electrical noise, so distortion does not actually occur.
  4. Digital signals automatically repair any damage caused by noise before the receiver reads them.

Answer: The receiver only needs to identify whether each bit is closer to 0 or 1, so small distortions do not flip which bit was sent.

This answer captures the core advantage of digital signals: they only require distinguishing between two distinct states (0 and 1). As long as noise is not so severe that it pushes a signal across the threshold between the two levels, the bit value is preserved. The first choice is wrong because a few distorted bits can matter greatly, depending on what information they encode. The third choice is false—radio waves are absolutely subject to noise. The fourth choice is wrong because digital signals do not automatically repair themselves; the receiver must actively recognize bits despite small distortions.
Explain why a recording company would prefer to store music digitally rather than as an analog recording, even if both are made from the same original performance. In your answer, discuss what happens when each type of signal is copied multiple times.

Answer: Digital signals can be copied perfectly many times without degradation; analog signals degrade with each copy because noise accumulates.

When an analog signal is copied, the process captures both the original signal and any noise that was already present on the first copy. Each successive copy adds more noise, and the original sound quality is lost irreversibly—this is why old cassette tapes sounded worse after being dubbed. By contrast, digital signals can be copied by simply reading the 1s and 0s and regenerating clean pulses at the original voltage levels. The receiver identifies which bits arrived, and a perfect new copy is created with no accumulated noise. This allows the company to make unlimited high-quality copies, distribute the music widely, and preserve the original recording forever. The student might also mention that digital files can be backed up, stored efficiently, and transmitted over the internet without loss of quality.

FAQ

If digital signals are made of 1s and 0s, how do they capture the smooth, continuous nature of sound or light?
They do not capture it perfectly, but they capture it well enough. A digital signal samples the original analog signal very many times per second—audio CDs sample 44,100 times per second—and represents each sample as a binary number. When these samples are replayed, a digital-to-analog converter recreates a smooth wave that closely approximates the original. The more frequently you sample and the more bits you use per sample, the better the approximation. To your ear, CD-quality audio sounds almost identical to the original, even though it is built from discrete samples.
Is an analog signal ever better than a digital signal?
For transmission and storage over long distances, digital is nearly always better because of its resistance to noise and its ability to be copied perfectly. However, analog signals have some practical advantages in specific situations. Some analog devices (like certain types of microphones or sensors) are simpler and cheaper to build. And in very short-distance, high-quality applications where noise is minimal, analog can work fine. For modern communications—cell phones, internet, radio, TV—digital has won out almost completely because reliability and the ability to amplify and retransmit signals without degradation are so valuable.
Why does a cell phone call sometimes get garbled or cut out, even though digital signals are supposed to be reliable?
Digital signals are robust against small distortions, but they are not immune to extreme interference. If noise is so strong that it pushes a 1 signal below the threshold for recognizing a 1 (or pushes a 0 above the threshold for recognizing a 0), a bit will be flipped incorrectly. When too many bits flip, the meaning of the data changes. Additionally, if a signal is too weak (because you are far from a cell tower), the receiver cannot distinguish the bits reliably. Modern cell networks use error-correcting codes to recover from occasional bit errors, and they drop the call or switch towers if the signal becomes too degraded. So digital signals are more reliable than analog, but the reliability depends on keeping noise and signal strength within acceptable limits.
What is the difference between a bit and a byte, and why do we care?
A bit is a single 0 or 1. A byte is a group of 8 bits, able to represent 256 different values (from 00000000 to 11111111). Bytes are the standard unit for measuring digital information: a kilobyte (KB) is 1,000 bytes, a megabyte (MB) is 1 million bytes, and so on. When you talk about a file size (a song is 5 MB) or internet speed (100 megabits per second), you are describing how many bits or bytes are being handled. Higher sampling rates and more bits per sample produce higher-quality digital audio and video, but they also create larger files and require faster transmission, so engineers have to balance quality against storage space and bandwidth.

Learn this with a teacher, not a page

The Crimsora tutor teaches Analog & Digital Signals live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.