Welcome to Imaging and Signalling!
In this chapter, we are going to explore how information is gathered, processed, and shared. Whether you are taking a selfie, streaming a video, or looking at a medical scan, you are using the physics of imaging and signalling. We will look at how lenses bend light waves, how computers "see" images as numbers, and how we send information across the world using digital signals. Don't worry if some of the math looks new—we will break it down step-by-step!
1. Lenses and the Curvature of Light
In GCSE, you likely learned about light as "rays." In A Level, we also think about light as wave-fronts. Imagine ripples on a pond; these are wave-fronts.
Curvature and Lens Power
When light comes from a distant object, the wave-fronts are almost flat (they have zero curvature). A converging lens adds "curvature" to these waves, bending them so they come together at a point (the focus).
The power (P) of a lens is a measure of how much it can bend light. A powerful lens is "fat" and has a short focal length (f).
The Formula: \(P = \frac{1}{f}\)
Units: Power is measured in dioptres (D), and focal length must be in metres (m).
The Lens Equation
To find where an image will form, we use the lens equation. We use the Cartesian convention (where distances are measured from the center of the lens):
\(\frac{1}{v} = \frac{1}{u} + \frac{1}{f}\)
- \(u\): Distance from object to lens.
- \(v\): Distance from lens to image.
- \(f\): Focal length of the lens.
Magnification
Magnification (\(m\)) tells us how much bigger or smaller the image is compared to the object.
\(m = \frac{\text{image height}}{\text{object height}} = \frac{v}{u}\)
Quick Review:
- Converging lenses make light wave-fronts more curved.
- Short focal length = High power.
- Always convert focal length to metres before calculating power!
2. Digital Images: Arrays of Numbers
Have you ever zoomed in on a photo until it looks "blocky"? Those blocks are pixels (picture elements). To a computer, an image is just a big grid (an array) of numbers.
Bits and Bytes
Computers store information in bits (0s and 1s).
- A bit is the smallest unit of information.
- A byte is 8 bits.
- The number of alternatives (\(N\)) you can represent with \(b\) bits is: \(N = 2^b\)
- Conversely, to find the number of bits needed for a certain number of levels: \(b = \log_2 N\)
Information in an Image
To calculate the total amount of information in a digital photo:
Total Information = Number of Pixels \(\times\) bits per pixel
Image Processing
Because images are just numbers, we can use math to change them. This is called image processing. You need to know these five techniques:
1. Varying Brightness: Adding a constant number to every pixel value makes the image brighter.
2. Varying Contrast: Multiplying pixel values by a constant spreads out the range of dark and light.
3. Reducing Noise: Replacing a pixel’s value with the average of its neighbors smooths out "grainy" spots.
4. Edge Detection: Subtracting neighboring pixel values highlights where colors change suddenly.
5. False Colour: Assigning specific colors to certain numerical values (like a thermal camera showing heat as red).
Key Takeaway: Digital images are just math! By changing the numbers in the array, we can make an image clearer or highlight hidden details.
3. Signals and Digitisation
An analogue signal is continuous (like a wavy line). A digital signal is a series of numbers. To turn analogue into digital, we "sample" the signal at specific times.
Resolution and Noise
Every signal has some noise (unwanted random interference). We don't want to waste bits recording noise, so we choose our resolution (number of bits) based on the signal-to-noise ratio.
The Formula: \(b = \log_2 \left( \frac{V_{\text{total}}}{V_{\text{noise}}} \right)\)
This tells us how many bits (\(b\)) are useful for the signal.
Sampling Rate (The Nyquist Rule)
How often do we need to take a measurement? If we sample too slowly, we miss high-frequency details.
The Rule: The sampling rate must be greater than 2 \(\times\) the maximum frequency in the signal.
Transmission Rate
This is how fast data moves (like your internet speed).
Rate of transmission = samples per second \(\times\) bits per sample
Units: bits per second (bps).
Common Mistake: Students often forget to multiply the frequency by 2 when looking for the minimum sampling rate. Always double the highest frequency!
4. Polarisation
Light is an electromagnetic wave. It is a transverse wave, meaning it vibrates at right angles to the direction it travels.
What is Polarisation?
Usually, light vibrates in all possible directions (up-down, side-to-side, diagonal). Polarisation is the process of filtering light so it only vibrates in one plane.
The "Picket Fence" Analogy:
Imagine shaking a rope through a picket fence. If the slits in the fence are vertical, you can shake the rope up and down (vertical waves pass through), but if you try to shake it side-to-side, the fence blocks the wave. This is exactly how a polarising filter works for light waves.
Evidence for Polarisation
- Polaroid Sunglasses: They block light reflected off horizontal surfaces (glare), proving that reflected light is often polarised.
- Microwaves: You can use a metal grille to block microwaves. If you rotate the grille, the signal picked up by a receiver will drop to zero when the grille is "crossed" with the wave's vibration.
Did you know? Polarisation only happens with transverse waves. Longitudinal waves (like sound) cannot be polarised. If you see a wave being polarised, it's 100% a transverse wave!
Quick Review Box
1. Lens Power: \(P = 1/f\) (f in metres).
2. Alternatives: \(N = 2^b\).
3. Image Info: \(\text{Pixels} \times \text{bits per pixel}\).
4. Sampling: Rate must be \(> 2 \times f_{\max}\).
5. Polarisation: Only works for transverse waves; proves light is transverse.
Great job! You've covered the core concepts of Imaging and Signalling. Remember to practice the lens equation with different values to get comfortable with the math!