Your Computer and Cell Phone Are Lying To You
Ant writes with a story from Dan's Data, which says that the battery meter and connection-strength displays in your portable electronics are lying to you, "and not just when they whisper to you in the night." Quoting: "Mobile phones, and most modern laptops, have signal strength and battery life displays. One or both of these displays has probably been the focus of all of your attention at one time or another. Neither display is actually telling you what you think it's telling you. The signal strength bars on a mobile phone or laptop do, at least, say something about how strong the local signal is. But they don't tell you the ratio between that signal and the inevitable, and often very considerable, noise that accompanies it ..."
Exsqueeze me?
I've written a wifi signal strength meter for an embedded product. During my research, I found it was pretty much standard to base the bumber of bars on the signal to noise ratio, not the raw signal strength.
This article gives me a hunch why my no-name laptop battery dies so quickly even when Ubuntu still thinks it has 10% charge and several minutes left. Didn't happen with the manufacturer's battery...
Ubuntu usually does an excellent job analysing how good your battery really is (not sure if it's the kernel ACPI or HAL or GNOME that's actually doing it). But when the battery lies so blatantly, it seems even Ubuntu can't keep my laptop from sudden death without a proper warning or shutdown.
Both my Blackberry and my Sony Ericsson sometimes decide not to connect a call when I have close to full signal. Judging from TFA this could then be because of high noise ratio.
At the same time, I have always wondered why my phones do not give me any indication why the calls were not connected at the time. They both just return to the main screen after a long period of connection attempts.
Dan doesn't seem to know much about batteries. Check out batter power discharge curves and such...
http://www.mpoweruk.com/performance.htm Remaining power is estimated based on the charge of the battery. If you notice on those graphs, when you get out to the end of the stored charge, it drops off very quickly, which is why the gauge goes from half to empty quickly.
It really does not matter what these meters say as long as they are consistent. From long experience, my grey-ware then interprets the bars to give me a realistic expectation of battery life or signal strength. Move along now please. Nothing of interest here.
Car manufacturers so the same thing with the gas gauge. the top half is more than the bottom half. If the gauge on my car is sitting at half, I'm down to 24 Litres out of a 60 Litre tank. Also, there's a gallon or two left when the needle is at E.
Cadillac invented this in 1984 when they rolled out the electronic gauges which were linear. Customers complained about bad mileage despite the car being thriftier than it's predecessor. Some research showed that they were going by *how*often* they were filling up, not by *how*much*. So they made the gauge logarithmic and allowed another unaccounted for gallon at the end for safety.
It is dangerous to be right when the government is wrong.
They REALLY should bring that back, Hell, all manufacturers should put that kind of thing in their cars. I can't think of a better way to make going for high mileage widely "cool". Like trying for the high score on an arcade game.
"Hey, guess what? I got 48MPG on my way to work!"
"Oh yeah? Well I got 52MPG! Beat that!"
Just simply harnessing people's competitive drive (not to mention the desire to save money) could do more than all the hybrids in the world, though that would likely lead to people buying hybrids in a quest for ever higher mileage.
upon the advice of my lawyer, i have no sig at this time
1) Cell phones.
Cell phones use a so called RSSI value for the number of the bars. RSSI is a Relative Signal Strength Indication, which is a best guess of the device how well the data transmission will go. Most use SNR directly, some use a product of signal strength and bit error rate (BER).
The reason why it doesn't always match reality is that it's really a best guess by the phone, and reality is much more complicated than just that.
2) Laptop batteries.
Laptop batteries are using charge counters. Those are resistors with very small resistance ( 0.1 Ohm) tied to a precise voltmeter in a controller chip. By integration the controller knows rather well how much charge (how many electrons) have passed through it. With Li-Ion and Li-Pol batteries in use today, however, the situation got harder because the voltage of the battery varies a lot during discharge. Nowadays, modern batteries count energy, that is the product of charge and voltage as it moves in an out, giving a very precise output of remaining energy.
The reason some batteries die very quickly once they stop showing full is because as Li-Ion batteries age, their internal resistance increases. More energy is lost within the battery during the discharge process and the amount of energy lost (and voltage decrease) is directly proportional to the current taken from the battery. At the same time, modern devices have switching regulators which take more current when voltage decreases to provide the same flow of energy to the device. Combined, this means that once the battery voltage of an aged battery starts dropping, it drops very fast.
For cell phones, this is even harder, since they don't have charge counters - the batteries have to be cheap. There the remaining energy is guessed purely based on voltage. And old Li-Ion batteries will have almost full voltage when under light load, and fail when the load is applied, causing a phone to switch off.