86
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Jul 2023
86 points (100.0% liked)
Showerthoughts
36299 readers
1123 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
founded 2 years ago
MODERATORS
About accuracy: Analog sensors are more accurate than digital ones and that is because they are analog. While an analog system has unlimited resolution and thus can continuously follow a signal curve, digital systems can only process quantized data and that is a clear disadvantage when it comes to precision. To visualize it, think of analog data as a smooth curve and of digital data as a stair shape that follows the curve. In the picture the red line is an analog signal while the blue line shows how that same signal would look after quantization in a digital system. As you can see the analog red line is an accurate depiction of the actual sensor data while the digital blue line is only an approximation to the original analog signal.
"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 value approximation going on and the sampling 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.
Quantisation is a potential factor but the graph does not show its effects and their comment describes the supposed effects sampling, not quantisation.
Also, when we come to discussing SNR, you'll have to consider the SNR of analog systems too.
The graph posted absolutely exhibits both quantization and discrete sampling. The blue trace on the Y-axis shows steps of 1
that's quantization.
I should have been more clear: The negative effects of quantisation. Obviously sampling into discrete values is shown but not the negative consequences that can have.
A DAC interpreting the blue trace will output something extremely close to the red one. There might be a slight bit of error in it due to the quantisation before but the graph does not show that and it probably couldn't since it'd be so tiny. A good way to show quantisation noise would be a histogram with a signal in the middle and some quantisation noise around it.
The DAC would not output the jaggy line. It couldn't, that's not a valid analog signal. Painting the steps between the points can be done if your audience knows what that means but can be extremely misleading if it doesn't. Those lines between the points with 90 degree angles don't exist in the real world, they're just interpolated between the points in the visualisation.
A much better way to represent digital samples in such a chart is the way it's done in the wikipedia article on the topic: https://en.wikipedia.org/wiki/Sampling_(signal_processing). They're just discrete points. If you did the same interpolation between the points as a DAC would do (which is not nearest-neighbour interpolation), you'd get the analog trace shown.
Pardon me? The blue graph is obviously a result of sampling and quantization of the red graph. If there was no quantization but only sampling going on there would be exclusively vertical blue lines with precise values instead of quantized values and no horizontal blue lines because no data between samples. To be precise, the blue graph does not even show the precise values of the samples but only the results of the quantization of those. Exact sample values are only indirectly in this graph - they are where red graph and blue vertical lines meet.
However - I was primarily referring to OP´s idea that digital speedometers would be more precise than analog speedometers. If you look at the graph you will see that the analog speedometer always knows and thus displays the exact speed of the car in any moment (plus a small inevitable speedometer system delay). The digital speedometer on the other hand most of the time only knows the quantized value of the last taken sample - except in the exact moments when the samples are taken. Considering the quality (resolution and speed) of nowadays digital technology I assume this is not a factor to consider when designing speedometers though.
There are a whole bunch of problems with this:
There are good arguments for analog guages in cars, but precision isn't one.
Informative! Thank you!