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?
Because your cable company still has to pay off the bonds it issued in the 80s to put the cable in the ground in the first place.
Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
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
You had neither the first satellite in orbit nor the first man in space, nor did you create the first modern rocket.
You did not discover Fission neither did you understand the theory behind it.
Oh, and you didn't invent computers.
Now, you sure are proud of being the first nation creating the Nuclear Bomb and USING it.
Move Sig. For great justice.
Last night, as I sat in bed, I channel hopped and ended up watching BBC 3 on my bedroom TV which receives it's signal through a small set top antenna. In fact that TV can pick up over seventy TV and Radio channels through that antenna.
Why? Because DVB-T, the terrestrial form of the DVB digital television standard uses OFDM to ensure signal reliability. There are roughly eight TV channels per multiplex at PAL resolution which is quite a bandwidth. So how is this new?
CDMA is simply a way of superimposing multiple data streams (users) which have been encoded in some way (typically by mutiplying by a code sequence). This is a very general technique. Choose the CDMA codes to be a set of orthogonal sine waves and the result is OFDM.
Ultimately CDMA and OFDM have the same performance (they are the same thing) but the special case of OFDM is typically easier to implement. The symmetry of the OFDM code set allows an FFT to be used to separate data streams.
A typical wireless LAN assigns all codes (carriers) to a single user but that doesn't have to be the case.
As a further example, chose the codes to be a set of orthogoal pulses and CDMA becomes TDMA.
CDMA is really just another name for 'superposition', that is, construction a linear combination of a set of sequences. The sequences don't even have to be orthogonal.