Germans Reach 360 Mbps in Mobile Network Tests
povvell writes "German telecomms giant Siemens has managed to hit speeds of an astonishing 360 Mbps in field tests in the centre of Munich using 'orthogonal frequency division multiplexing (OFDM) and the so-called multi-hop technology'. This is not the only demonstration of OFDM producing super fast wireless speeds, as other companies are also working on variants of the technology. It surely can't be long now before we're all streaming the latest blockbuster movies to our laptops on the commuter train home?"
Okay, let's get some raw movie stats. Assume plain RGB pixmap flipping at 24 frames per sec, movie size. That's 720x480, three bytes per pixel.
That's about 1 Megabyte a second, or 8 Megabit. Add another 256 Kilobits/sec for audio (Mp3, Vorbis, or AAC, anyone?) and that's 10 Megabit and change.
Isn't Divx compression good?
--
# Canmephians for a better Linux Kernel
$Stalag99{"URL"}="http://stalag99.net";
Didn't Tesla predict infinite bandwidth in the wireless spectrum by combining frequencies in certain combinations? ..
Isn't the range of frequencies available for combination itself the bandwidth?
Wider band of frequencies => sharper pulses can be formed by fourier synthesis => more 1s and 0s transmitted in a given time-frame?
I remember Cisco offering a product six or seven years ago that did vectored orthogonal frequency division multiplexing. It could do 45mbps non-line of sight as point-to-point or as a unidirectional 28 channel T1'looking setup al la Cisco 2600 WIC Cards. I wonder how this is different.
This article seems to imply that OFDM (used in 802.11a and 802.11g) is somehow a "new" technology. It isn't. It turns out to be quite hard to find the oldest use of OFDM, because it appears to have been used in military systems which were classified long before it became publicly known. However, the oldest published document I know of is a patent for orthogonal frequency multiplexing, filed in 1966 (granted in 1970) by Robert W. Chang of Bell Labs. I don't remember the patent number off the top of my head. :-)
The real change to get enormous data rate with increased spectral efficiency (which you'll really need...) over a useful range is MIMO (multiple input multiple output) which uses spatial diversity to effectively create many spatially diverse (mostly) independent communication channels simultaneously on the same frequency channel.
Methods combining OFDM and MIMO make up all of the front running proposals for the future 802.11n standard currently in the works.
OFDM is a modulation technique (i.e. it turns 1s and 0s into radio waves) and CMDA is a multiple-access technique (i.e. it lets multiple radios share a channel), so they're really orthogonal.
Well, Claude Shannon showed that, with a perfect modulation and error correction scheme, you could only push so much data over a given communications media, with a given amount of bandwidth and SNR. If you want more, you have to either
Since background noise is not controllable, they would have to be doing one of the first two (effectively increasing radio pollution), or overcoming inefficiencies in a previous modulation scheme.
Anyone know how close the various 802.11 standards are to the shannon limit?
-jim