Why the duck do cars still have analog speedometers? Surely digital ones would be more accurate and much easier to read without looking away from the road for too long.

https://lemmy.world/post/1562735

Why the fuck do cars still have analog speedometers? Surely digital ones would be more accurate and much easier to read without looking away from the road for too long. - Lemmy.world

Because analog sensors are more accurate than digital ones and that is because they are analog. While an analog system has unlimited resolution, digital systems require a quantization of the sensor data and that is a clear disadvantage when it comes to precision.

“Didn’t understand the sampling theorem” for $2 please.

As long as the frequency of the measured signal is <1/2 the sample rate, you can reconstruct the original signal perfectly.

If you plugged this jaggy-looking graph into a digital to analog converter with perfect analog circuitry, you’d get exactly the sine shown.

I think parent is referring to quantization in the amplitude/y-axis (bitdepth), whereas you are referring to quantization in time/x-axis (sampling rate).
Interesting. Does quantization not always refer to quantization of the amplitude value of a sample while the sampling rate is always referred to as the … sampling rate? I get what you mean by quantization of time but I have never heard anyone calling the sampling rate that before, so now I´m asking myself if it even is a real quantization because there is no approximation going on and the frequency is an exactly known value at all times.

Yes I think you used the terms correctly — it should be referring to the amplitude. “Discrete sampling” or just sampling rate is the preferred way to refer to time, you’re right.

I was trying to use consistent language in response to the reply claiming you were misunderstanding the sampling theorem. I think that poster was confusing discrete/quantized steps in time with discrete/quantized steps in amplitude.

Their comment about SNR is certainly true though.