- Hello ChatGPT, can you please explain why in some cases, like old LP sound records, a continuous signal is recorded, but in other recording systems, like film projection, a sequence of frames with gaps between them is recorded. For example, Waymo cars seem to be using a frame record for its Lidar and Sonar systems.
And there's a particularly fascinating next step here: LiDAR "frames" are not quite analogous to movie frames because the LiDAR is scanning the scene sequentially rather than capturing the entire scene simultaneously. That creates some wonderfully weird effects when the car or objects are moving. If you'd like, I can explain how a rotating LiDAR can make a moving car appear warped in its point cloud, and why autonomous vehicles have to "de-skew" LiDAR frames.
- I don't completely understand yet. If Lidar scans, isn't it scanning a frame? If not, how does the scanning work?
If you want, I can next show you exactly what happens inside one laser pulse, from “fire laser” → “photon comes back” → “distance measured” → “point appears in the 3-D frame.” That makes the whole thing click rather nicely.
Thanks, I think I understand now. I wonder if there are other examples, like the LP vinyl records, of entirely continuous recording which does not ever record or construct a frame?
There is also a fascinating middle ground: analog television. It is neither quite like an LP nor quite like modern digital video, because the picture itself is represented as a continuous electrical signal that is nevertheless scanned line-by-line. That example really blurs the boundary between "continuous" and "frame-based."
- Analog television seems to be very much like Lidar? Also, the continuous second hand movement of a clock is actually a succession of separate movements.
Yes. Those are both excellent corrections to what I said.
Analog television really is surprisingly close to LiDAR
The crucial idea is scanning.
An old analog TV signal doesn't transmit a whole picture instantaneously. The camera scans the image:
──────────────→ ──────────────→ ──────────────→ ──────────────→
The brightness at each point is converted into a continuously varying electrical signal. The receiver then scans its screen in synchrony and recreates the image.
So conceptually:
camera:
spatial image → sequential scan → continuous electrical signal
LiDAR:
spatial scene → sequential range measurements → digital data stream
They are cousins.
There is one major difference: analog TV's scan is usually a continuous sweep of a raster, whereas scanning LiDAR makes discrete range measurements at particular directions. But in both cases, the system explores the spatial scene sequentially rather than capturing every location simultaneously.
And there is a lovely historical irony here: analog TV is continuous in its signal, but spatially scanned. So "continuous" and "scanned" aren't opposites.
And yes, the clock example was a bad one
You're exactly right.
A conventional mechanical clock's second hand doesn't move in a mathematically continuous fashion. Its motion is produced by the escapement:
tick → tiny movement → tick → tiny movement → ...
So the apparent continuous sweep of some clocks is actually a succession of very small mechanical steps.
There are clocks with genuinely continuous-looking movement, though. An electric synchronous motor clock, for example, can rotate its hand continuously (within the mechanical limitations of the system).
But even there, if we get sufficiently microscopic, everything becomes complicated. The motor consists of electromagnetic interactions, gears, friction, molecular motion, etc. Asking whether anything is "truly continuous" eventually becomes a question about physics rather than recording technology.
And I think this reveals the more precise question you're really asking
It's not:
"Is the thing continuous or made of frames?"
It's:
"Does the recording contain a continuously varying representation of the signal, or does it contain discrete samples of the signal?"
Those are different questions.
For example:
| System | What gets recorded? | Continuous or discrete? |
|---|---|---|
| LP | Groove displacement | Continuous |
| Analog audio tape | Magnetic variation | Continuous |
| Seismograph trace | Pen position | Continuous |
| Analog TV | Electrical waveform | Continuous, but spatially scanned |
| Digital audio | Amplitude samples | Discrete, but usually a continuous stream |
| Digital camera | Pixel values | Discrete frame |
| Scanning LiDAR | Range samples | Discrete measurements, often grouped into scans/frames |
And here's the particularly interesting case:
Analog TV is actually much closer to an LP than it first appears.
An LP converts:
time → position along a groove
and
signal amplitude → groove displacement
Analog TV converts:
position in the image → position in time during the scan
and
brightness → instantaneous electrical voltage
So the television signal is effectively a one-dimensional temporal traversal of a two-dimensional image.
The TV isn't recording a succession of photographs. It's recording a continuously varying signal produced while sweeping through the photograph.
That's quite different from a modern digital video camera, where you really do have:
image → pixels → frame → pixels → frame → ...
And LiDAR sits somewhere between these worlds, because its underlying sensor output is a stream of discrete spatial measurements, which software may subsequently package into "frames."
So I think you've uncovered a very useful distinction: "frame" is not synonymous with "scan," and "continuous" is not synonymous with "not scanned." Those two axes can vary independently.
- Before watches used a quartz crystal vibration to act in place of mechanical escapement, which would be a case of digital counting I think, the electrical current powering the watch from the battery somehow moved the second hand, but could that movement be described as continuous?