←back to thread

259 points zdw | 1 comments | | HN request time: 0.206s | source
Show context
matrix2003 ◴[] No.41832921[source]
Someone gave me an analogy some time ago that made a lot of sense.

If you shine a flashlight through a tree blowing in the wind and vary the brightness to convey information, the signal can get distorted pretty easily.

However, if you have a constant brightness source and vary the color, it’s a lot easier to figure out what the source is trying to convey.

replies(10): >>41832935 #>>41832942 #>>41832971 #>>41832984 #>>41833031 #>>41833220 #>>41833256 #>>41834625 #>>41835757 #>>41839320 #
beala ◴[] No.41833220[source]
This makes a lot of sense so long as your source of noise is something like a tree swaying in the wind, ie something that interferes with the amplitude. If instead the source of noise is uhhh a piece of stained glass swaying in the wind then blinking the flashlight is the better bet. I guess it just turns out radio interference is more like the tree. But why?
replies(4): >>41833281 #>>41833304 #>>41833416 #>>41834635 #
1. abnry ◴[] No.41833281[source]
In this analogy, the AM and FM signals you receive aren't usually experiencing interference, they are experiencing multipath effects which includes things like path loss, attenuation, reflections, and so on. This is driven by geometry. You also have gaussian noise that the receiver has to deal with.

You model this by taking your signal and convolving it with the channel vector. Usually the channel vector is a finite number of dirac deltas. Each delta is a different reflection. They are like echos. They can cause the signal to constructively and desconstructively interfere with itself.

I haven't seen the math, but I am guessing this doesn't do as much to the frequency of the signal compared to the amplitude.