Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Turbo Codes Promise Better Wireless Transmission

Posted by timothy on Wed Mar 10, 2004 10:33 AM
from the squashing-things-down dept.
captain igor writes "IEEE is running a story about two French professors that have created a new class of encoding, called 'Turbo Codes,' that will allow engineers to pass almost twice as much data through a given communications channel, or equivalently, the same amount of data at half the power. The new codes allow the Shannon Limit (the theoretical maximum capacity of a channel) to be approached to, currently, within .5 dB. Scientists hope that this breakthrough will revolutionize wireless communications, especially with the coming reclamation of large swaths of the EM spectrum." As the article points out, such codes are in use now, but seem poised for much wider implementation.
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Finally!!! (Score:4, Funny)

    by JustinXB (756624) on Wednesday March 10 2004, @10:34AM (#8521244)
    Finally, Millo will be able to complete Synapse for Bill Gates.

    Oh wait...

    • Re:Finally!!! by AyeRoxor! (Score:1) Wednesday March 10 2004, @04:31PM
  • Odd wording (Score:5, Informative)

    The story is a bit misleading. IEEE is running a story about two French professors that have created a new class of encoding is an odd way of stating that it was invented eleven years ago, as the story states:

    It happened a decade ago at the 1993 IEEE International Conference on Communications in Geneva, Switzerland. Two French electrical engineers, Claude Berrou and Alain Glavieux, made a flabbergasting claim: they had invented a digital coding scheme that could provide virtually error-free communications at data rates and transmitting-power efficiencies well beyond what most experts thought possible.

    It also seems to be making a natural progression into new areas, beginning at satellite transmissions 11 years ago and making it's way into other digital wireless applications along the way.

    Thanks to timothy for almost clearing this up :)
    • Re:Odd wording (Score:5, Funny)

      Yea, I thought that was odd. When I worked at Motorola about 4 years ago we had a turbo encoder/decoder in a prototype of a 3G cellphone.

      Wonder how long until the story about a revolutionary new compression scheme called LZW hits the frontpage?

      [ Parent ]
    • It gets better (Score:5, Interesting)

      by s20451 (410424) on Wednesday March 10 2004, @11:00AM (#8521496)
      (Last Journal: Wednesday December 13 2006, @06:43PM)
      Briefly, the big problem in data communication is achieving the Shannon limit, which is the maximum theoretical data rate at which information can be transmitted with arbitrarily low probability of error. Shannon proved his result in 1948, but until the Turbo guys, nobody knew how to achieve it.

      The main problem is that optimal decoding of any non-trivial code is NP-hard, which has been known for about 30 years now (i.e., the only known algorithm has exponential complexity in the code length). The Turbo breakthrough was to show that a suboptimal decoder with O(n) complexity for code length n could nonetheless achieve excellent results. This is the so-called "Turbo principle".

      There is an even "newer" class of codes called Low-Density Parity-Check Codes that can beat turbo codes. Turbo codes have a small gap to the Shannon limit, and these new codes can potentially eliminate the gap. Small gains are a big deal; the rule of thumb is that 1 dB of gain is equal to a million dollars of annual revenue for a wireless provider.

      The twist is that these LDPC codes were actually proposed in a 1963 PhD thesis, but were disregarded as beyond the computational abilities of the time. They were only "rediscovered" in 1996, after the Turbo code furore.

      [ Parent ]
      • Re:It gets better by avalys (Score:3) Wednesday March 10 2004, @11:13AM
      • Re:It gets better (Score:5, Interesting)

        by GuyZero (303599) on Wednesday March 10 2004, @11:21AM (#8521693)

        The twist is that these LDPC codes were actually proposed in a 1963 PhD thesis, but were disregarded as beyond the computational abilities of the time. They were only "rediscovered" in 1996, after the Turbo code furore.

        The article also mentions that the latency associated with turbo codes is too high for most voice applications and that LDPC codes, while more computationally intensive, have a low latency. (At least, that's what I remember from the article).

        I thought it was funny that their sponsor, Alcatel or whoever, never patented it in Asia so NTT has been using turbo codes in Japan for years, free.

        [ Parent ]
        • Re:It gets better (Score:5, Informative)

          by Phil Karn (14620) <karn@kELIOTa9q.net minus poet> on Wednesday March 10 2004, @06:22PM (#8526496)
          (http://www.ka9q.net/)
          Actually, the latency associated with even an ideal code is dictated by Shannon. The closer you want to approach the Shannon limit, the larger the code block must be. The larger the code block, the longer it takes to transmit. So at low data rates, you can wait a long time just sending the encoded block even if you can instantly decode it once you get it.

          These large block sizes are not a problem at high data rates or on very long deep space links where the propagation delay still exceeds the block transmission time, but they are a problem with heavily compressed voice where low latencies are required.

          One way to decrease the average latency associated with a forward error correcting code is to attempt a decode before the entire block has been received. If the signal-to-noise ratio is high, the attempt may succeed; if not, you wait, collect more of the frame and try again, and you've only lost some CPU cycles. This is called "early termination", and it's one of the tricks done in Qualcomm's 1xEV-DO system, now deployed by Verizon as BroadbandAccess. 1xEV-DO is probably the first widespread commercial application of turbo codes. A 128-byte code block is used to get good coding gain. This relatively large block size is practical because 1xEV-DO is primarily designed for Internet access rather than voice.

          [ Parent ]
      • LDPC by nil5 (Score:3) Wednesday March 10 2004, @11:46AM
        • Re:LDPC: It gets even betterer (Score:5, Informative)

          by !ucif3r (713159) on Wednesday March 10 2004, @11:59AM (#8522073)
          (http://nicola.homelinux.org/)
          I have been dying for an article in my field to post on! Actually new classes of LDPC codes based on finite geometries have shown that you can construct them at almost any size (say 1000 bits, much more practical). These 'algebraic' LDPC codes perform much better than both Turbo codes and other LDPC codes mostly because they have more structure and are not generated by random computer searches.

          Also they don't require the more time consuming decoding algorithm needed for Turbo Codes (although they can be used). Check 'em out, you can search for papers on IEEE Xplore. Also someone is working on research to show Turbo Codes are LDPC codes! Crazy.

          I almost crapped my pants when I saw that statement that Turbo codes were new. ;-)

          -Take that Lisa's beliefs!
          [ Parent ]
          • Re:LDPC: It gets even betterer by s20451 (Score:2) Wednesday March 10 2004, @12:51PM
          • Re:LDPC: It gets even betterer (Score:5, Insightful)

            by TheSync (5291) on Wednesday March 10 2004, @05:37PM (#8526045)
            (http://www.econotarian.org/ | Last Journal: Tuesday May 18 2004, @02:14PM)
            Right, Gallager worked out LDPC codes in 1963. Then they were forgotton for 20 years until people realized that Digital Fountain's "Tornado" codes were LDPC codes.

            LDPC codes will be behind DVB-S2, the new transmission system for digital satellite video distribution. Since they approach the Shannon limit so closely, there will be no DVB-S3.

            I should say that the IEEE article is a little over-hyped, in that these codes really only buy about 2-4 dB additional gain, concatenated RS and convolutional coding were pretty close to the Shannon limit in AWGN, but those last couple of dBs were nice, but the remaining 0.5-1 dB beyond LDPC & Turbo Codes isn't worth much.

            Much more important now are ways to handle "fast fading" channels found in mobile environments, this is what is driving OFDM.

            Also, both Turbo Codes and LDPC codes are really computationally intensive to decode. They are currently only decoded at speeds below 20 Mbps, generally implemented as (expensive) FPGAs. We won't see real cheap ASICs for another year or two.
            [ Parent ]
          • Re:LDPC: It gets even betterer by gnu-sucks (Score:1) Wednesday March 10 2004, @10:22PM
      • Then maybe you can explain something to me by Atario (Score:1) Wednesday March 10 2004, @07:20PM
      • 2 replies beneath your current threshold.
    • Re:Odd wording by Anonymous Coward (Score:1) Wednesday March 10 2004, @11:05AM
    • Re:Odd wording by Rick.C (Score:1) Wednesday March 10 2004, @02:49PM
    • 3 replies beneath your current threshold.
  • Haha! (Score:4, Funny)

    Sounds a lot like this story [slashdot.org]...

    Double your hard drive space, your bandwidth, data transfer, penis size...
    • Re:Haha! by adrielus (Score:1) Wednesday March 10 2004, @10:42AM
    • 1 reply beneath your current threshold.
  • Lucky guys! (Score:4, Funny)

    Clever AND good looking [ieee.org] !
  • Hardly cutting edge news (Score:1, Redundant)

    by grahamsz (150076) on Wednesday March 10 2004, @10:38AM (#8521285)
    (http://graha.ms/ | Last Journal: Friday August 17, @06:22PM)
    Whilst turbo codes are cool, as the article points out they were developed in 1993. I graduated last year and we covered them on my course.

    Now they are a fairly obvious choice in any digital communications system and it's hardly groundbreaking that someone has chosen to use them.

  • News? (Score:3, Informative)

    by lightspawn (155347) on Wednesday March 10 2004, @10:39AM (#8521295)
    (http://domain.broken...registrar.joker.com/)
    Like the article says, these codes were introduced in 1993. This would have made a good story - back then.

    The problem is that turbo codes are so computationally intensive that using them in consumer electronics is only new becoming feasible.

    • Re:News? by happyfrogcow (Score:3) Wednesday March 10 2004, @10:43AM
      • Re:News? by LinuxInDallas (Score:2) Wednesday March 10 2004, @10:48AM
        • Re:whu-huh? by addaon (Score:2) Wednesday March 10 2004, @11:12AM
        • 1 reply beneath your current threshold.
      • Re:News? (Score:5, Insightful)

        by ajagci (737734) on Wednesday March 10 2004, @11:02AM (#8521510)
        I knew about it, as did many other people. But you have to realize that coding theory is a pretty funny and insular field. Related techniques had been used in other fields for many years prior to that discovery. Most people who work in this general area of statistics simply don't think about coding and aren't interested in it. One of the obstacles is that people who build communications systems generally are engineers thinking about fast, low-level processing; their first reaction to anything non-trivial and new is that it's too slow to be implemented in practice.

        Turbo coding is ultimately not much of a theoretical breakthrough, but a compromise and algorithmic hack that happens to work fairly well for real-world problems and is expressed in a language that people who work on communications systems understand. But that's nothing to be sneezed at, since it will ultimately mean that we will get higher data rates and other benefits in real-world products.
        [ Parent ]
        • Re:News? by DoctorStarks (Score:1) Wednesday March 10 2004, @08:34PM
      • Re:News? by Zakabog (Score:3) Wednesday March 10 2004, @11:23AM
    • Re:News? by AnonymousNoMore (Score:2) Wednesday March 10 2004, @10:57AM
    • Re:News? (Score:4, Funny)

      by Waffle Iron (339739) on Wednesday March 10 2004, @10:59AM (#8521478)
      Like the article says, these codes were introduced in 1993.

      Ahh, that would explain the "Turbo" thing: It comes from the era of Borland compilers and 486 clone boxes. If it were invented today, it would surely be called something like "iCodes".

      [ Parent ]
      • Re:News? by Short Circuit (Score:1) Wednesday March 10 2004, @12:05PM
        • 1 reply beneath your current threshold.
      • Actually not true by Andy Dodd (Score:2) Wednesday March 10 2004, @03:44PM
    • Re:News? by yamadaa (Score:1) Wednesday March 10 2004, @11:11AM
    • Theory vs. Practice by akajerry (Score:2) Wednesday March 10 2004, @11:34AM
  • TURBO! (Score:4, Funny)

    by Junior J. Junior III (192702) on Wednesday March 10 2004, @10:39AM (#8521303)
    (http://jjjiii.livejournal.com/)
    Finally, by forcing more air into the cylinders than ordinary air pressure would allow, we will be able to achieve more efficient combustion, which will in turn allow us to transmit more data using radio frequencies. ...Don't you just hate it when terminology gets mis-applied to stuff it has nothing to do with?

    Dang it, this software isn't made out of platinum, either.
    • Re:TURBO! by leinhos (Score:1) Wednesday March 10 2004, @10:48AM
    • Re:TURBO! by Anonymous Coward (Score:1) Wednesday March 10 2004, @10:48AM
    • Re:TURBO! (Score:4, Interesting)

      Actually, turbo is an appropriate name for the way these codes work. If I remember correctly, its been 4 years since it was explained to me, as the data leaves the encoder, some of it gets routed back into the first stage to act as a hint for encoding the next stage of data. So the data exhaust, helps compress the data intake, much like a mechanical turbo.

      [ Parent ]
    • Re:TURBO! by ciroknight (Score:2) Wednesday March 10 2004, @03:25PM
      • Re:TURBO! by Andy Dodd (Score:2) Wednesday March 10 2004, @03:48PM
    • 2 replies beneath your current threshold.
  • Question... (Score:2)

    by barcodez (580516) on Wednesday March 10 2004, @10:40AM (#8521310)
    Can this be applied to wired transmissions too?
    • Re:Question... by Garak (Score:3) Wednesday March 10 2004, @10:44AM
    • Answer by bsd4me (Score:1) Wednesday March 10 2004, @10:54AM
    • Re:Question... by IIEFreeMan (Score:2) Wednesday March 10 2004, @11:02AM
      • Re:Question... by Garak (Score:2) Wednesday March 10 2004, @11:25AM
        • Re:Question... by IIEFreeMan (Score:2) Wednesday March 10 2004, @11:45AM
        • 1 reply beneath your current threshold.
  • Reception Quality. (Score:3, Interesting)

    by Omni Magnus (645067) on Wednesday March 10 2004, @10:46AM (#8521357)
    I live in a rural area, where we are sometimes lucky that we have a signal, let alone a good one. This could improve the reception for us a lot. Either that, or it doubles the battery life of the cell phones. Either way, I am happy. Although I wonder if this coding could be used in wireless devices as well. Hopefully this could somehow be used to help limit the battery drain of WiFi on a laptop/PDA.
  • Turbo Codes for modems? (Score:4, Interesting)

    by Doppler00 (534739) on Wednesday March 10 2004, @10:50AM (#8521401)
    (http://slashdot.org/ | Last Journal: Wednesday January 04 2006, @09:14PM)
    Could turbo codes be used with a 56K modem giving somewhere around 80kbps of bandwidth?
    • Re:Turbo Codes for modems? (Score:5, Informative)

      by distributed (714952) on Wednesday March 10 2004, @11:07AM (#8521551)
      (Last Journal: Wednesday March 08 2006, @09:23PM)

      well they are not exactly a compression technique... but basically an error correcting technique.... like hamming. And thus help you transfer more reliably at the same power.

      see this small writeup [ed.ac.uk]

      besides changes like the one you talk about would require hardware changes... as i said its not compression

      [ Parent ]
      • 1 reply beneath your current threshold.
    • Re:Turbo Codes for modems? by Anonymous Coward (Score:1) Wednesday March 10 2004, @11:07AM
    • Re:Turbo Codes for modems? by Just Some Guy (Score:3) Wednesday March 10 2004, @11:14AM
    • Re:Turbo Codes for modems? by dillon_rinker (Score:2) Wednesday March 10 2004, @01:06PM
    • Sorry, 56K is about it. (Score:5, Informative)

      by Ungrounded Lightning (62228) on Wednesday March 10 2004, @02:57PM (#8524150)
      (Last Journal: Friday November 02, @02:49PM)
      Could turbo codes be used with a 56K modem giving somewhere around 80kbps of bandwidth?

      Nope. (They'd actually reduce the data rate if used.)

      Turbo codes are members of the class "Forward Error Correction" codes, which are used to correct errors that creap in during signal propagation from a sender to a receiver over a noisy channel. They work by sending EXTRA bits (typically 3 times as many with turbo), then processing what you get to correct the errors.

      Turbo codes are typically used on noisy analog channels - such as radio links. Because they make the data bits less susceptable to noise you can reduce the amount of power you use to transmit them. It's like saying the same sentence three times in a noisy room, rather than scraeming over the noise level just once, so the guy at the next table can hear exactly what you said.

      Turbo code (and other FEC codes) send more bits. But because the underlying data is so much less likely to be received incorrectly the sender can can reduce the amount of power used for each bit by MORE than enough to make up for the extra bits. You can trade this "coding gain" either for more BPS at a given power level or a lower power consumption at a given BPS.

      But adding bits also increases the amount of information you're sending - either by broadening the bandwidth or more finely dividing the signaling symbol (for instance: more tightly specifying and measuring the voltage on a signal). So if your bitrate is limited by the channel capacity rather than the noise level you're stuck. The coding scheme will "hit the wall" and after that the extra bits come right out of your data rate. Not a problem with Ultra Wideband, or with encoding more bits-per-baud to get closer to a noise floor. But a big problem with telephone connections.

      If you had a pure analog telephone connection they would be useful for increasing your bandwidth utilization. And in the old days you did. And analog modems struggled to push first 110 BPS, then 300, then 1200 through it despite the distortion and noise. Then they got fancy and cranked it up to 9.6k and beyond by using DSPs.

      But these days you don't have an analog connection all the way. Your analog call is digitized into 8,000 8-bit samples per second and transmitted at 64,000 BPS to the far end. No matter WHAT you do to your signal you can't get more than that number of bits through it.

      (This is actually very good, by the way, if the connection is more than a couple miles long. The digital signal is propagated pretty much without error, while an analog signal would accumulate noise, crosstalk, and distortion. So for calls outside your neighborhood you usually get a better signal-to-noise ratio with the digital system for the long hops than with an analog system. That's why cross-continent calls these days sound better than cross-town calls in the '50s.)

      In practice it's worse than 64,000 BPS - because the system sometimes steals one of the bits from one sample in six for signaling about dialing, off-hook, ringing, etc. And you don't know WHICH sample. So you can only trust 7 of the bits. 56,000 BPS max. (It's a tad worse yet, because some combinations of signals are forbidden due to regulatory restrictions on how much energy you can put on a phone line - a particular signal could slightly exceed the limit. This makes the actual bit rate a little lower. And you have to sacrifice a little bandwidth to keep the receiver synchronized, too.)

      And you only get the approximately 56k in the downlink direction, because to use it you have to have a digital connection at the head end to make full use of the digital transmission. At your uplink you can't be sure enough of the sampling moment to create a waveform that would force exactly the right bit pattern out of the A-to-D converter. So you have to fall back to a modulation scheme that allows some slop when you're transmitting at the POTS end of the link. (If you had a digital connection at both ends - i.e. ISDN - yo
      [ Parent ]
    • Re:Turbo Codes for modems? by Kris_J (Score:2) Wednesday March 10 2004, @05:49PM
    • 4 replies beneath your current threshold.
  • Not really news... (Score:5, Informative)

    by bsd4me (759597) on Wednesday March 10 2004, @10:51AM (#8521409)

    Turbo codes aren't really new. As the article states, they were invented in 1993. I have a big stack of papers on them at home.

    Turbo codes have a few problems, though. One, they are a pain to implement and consume a lot of resources. Two, turbo codes are SNR dependent, which makes them harder to use in varried channels.

    The article also makes it seem like there were no coding advances since Shannon published his orginal paper on channel capacity. Ungerbock's papers on trellis coded modulation (TCM) from 1987 or so radically altered digital communications, and he should have been mentioned. Some of the current turbo code research is trying to unify TCM and Turbo Coding (TTCM), which has great promise once it is practical.

  • by distributed (714952) on Wednesday March 10 2004, @10:51AM (#8521413)
    (Last Journal: Wednesday March 08 2006, @09:23PM)

    Error correction again seems like one of the bottom less pits... like trying to achieve zero kelvin... perfect vacuum and of course this [zyvex.com] landmark talk by feynman.

    Another thing that worries me is why all prepostrous claims are met with so much resistance.... relativity, quantum mechanics, secure-crashfree-windows(oops)...
    strange world we live in.

  • Moores Law? (Score:3, Interesting)

    by scum-e-bag (211846) on Wednesday March 10 2004, @10:53AM (#8521422)
    (http://www.slashdot.org/ | Last Journal: Monday July 02, @07:37PM)
    Is there a similar Law to Moores law (or a combination of such) that could be applied to this compression of data and the effective use of the spectrum? As time goes I feel we are going to see the need for the available ammount of wireless transmission medium to increase. How long before we hit the theoretical limit of data transmission and the planet is saturated?

    Just interested...
    • Re:Moores Law? by metamatic (Score:3) Wednesday March 10 2004, @11:17AM
      • Re:Moores Law? (Score:5, Informative)

        by pclminion (145572) on Wednesday March 10 2004, @11:39AM (#8521888)
        That is, the compression algorithm which, if you fed it every possible combination of input data, would compress the data the best. The algorithm is called Huffman coding.

        No. Huffman coding is only optimal if the block size grows to infinity. In that case, it can approach the Shannon limit. For finite data sets (i.e., all data sets), arithmetic coding performs slightly better on a per-symbol basis, because it is able to use fractional numbers of bits to represent symbols.

        Huffman is never used on its own, except as a demonstration of basic compression algorithms. It's commonly used as the final step in entropy-coding the output symbols of another compressor, commonly a lossy compressor, like JPEG, MP3, or MPEG.

        The problem is, in actual use Huffman coding is crap. Why? Because real data isn't random, it doesn't cover the entire space of possible data.

        In actual coding, it is crap, but not for the reasons you listed. It's crap because it's infeasible to allow the block size to grow without bound, since the number of possible codes increases exponentially.

        As someone else has pointed out in the threads, if you allow your compression scheme to be useful only for particular files, and allow the compression and decompression software to be arbitrarily complex, there's essentially no limit to how tight you can compress data.

        There's a very clear limit, given by the Shannon entropy (which can vary widely, depending on the transformations you apply to the data). It is also limited by the quite obvious pigeonhole principle. You cannot pick an algorithm which will compress a given data set arbitrarily well.

        So in general, there's no way to tell what the technical limit is on compression.

        No. The limit is definitely the Shannon entropy. You cannot magically represent data using fewer bits than necessary (and Shannon's entropy tells you how many that is). What changes between compression algorithms is the transformations which are applied to the data, or in other words, the different ways of looking at it which reveal a lower entropy than other ways of looking at it. However, the limit is always the Shannon entropy. The transformations can toss out data which is irrelevant. Your playing card example is a good one -- the information which is relevant is which card it is and possibly its angle. You've applied a transformation to the data -- transformed it from a bitmapped image to a series of card values and positions. You can then compress those pieces of information with Huffman codes (if the entropy allows it).

        [ Parent ]
      • Re:Moores Law? by pe1chl (Score:2) Wednesday March 10 2004, @03:36PM
    • Re:Moores Law? (Score:5, Informative)

      by Garak (100517) <[chris] [at] [insec.ca]> on Wednesday March 10 2004, @11:19AM (#8521658)
      (http://insec.ca/ | Last Journal: Tuesday February 17 2004, @06:11PM)
      This technique is only for one very small specfic part of the specturm, a communication channel. Communcation channels can very from a few khz in size to a few Mhz, I belive 6Mhz is the biggest which was orginally for TV but channels orginally desinated for TV are not being used for 802.11b and g.

      The total spectum goes from 30hz right up past light at some crazy big number. Frequecies below 30Mhz are called HF, these frequceys are pretty full but the total band is only 30 Mhz, thats only 6 TV channels, or alot of small 30khz voice channels. This band is so saturated because its not limited to line of sight and its possible to communicate right around the world on it. Its also the easyest to transmit and recive on because filters for these low frequcencies have very high Q(very narrow bandpass, basicly tune better). At these freq. things are already pretty saturated but are strictly regulated along with most of the spectum up to 300Ghz.

      Frequcencys from 30Mhz-1Ghz have been the primary frequecys for local communications for the past 50 years or so. Ever since super-hetrodyning has been around, that allows you to "move" a freq down to a lower intermediated frequecy where you have high Q filters. This range is pretty full too, not much room for new communications, aircraft, broadcast tv and radio, police, cell phones, everything is in this range, old UHF tv channels were resently given up to make room for cellphones. These bands are strickly los, well rf los which is a little better than optical line of sight, lower frequencys refract and difract more than higher frequncy light..

      Above 1Ghz has been very expensive to use up untill recently. With the advent of new semiconductors and processes its now viable to use these frequecys. There is lots of bandwidth up here to use, alot of it is tied up in radar and with the miltary which is just legal BS because 99.999% isn't being used. Its more political than techinical. There is also quite a bit of it being wasted by older technology that use like 20Mhz for a 6Mhz signal.

      Also alot of companies own rights to these microwave frequenies(above 1Ghz) and have swiched to fiber optics and they are just sitting their idle.

      Frequencys above 1Ghz can be used again and a again in diffrent areas provided they are seperated by mountains or the curvature of the earth. The problem with 802.11b is that there are only 3 channels that don't overlap.

      Also with frequencys above 1 Ghz you can use a dish to focus the signal in one area rather than using more power in all directions. This way you will only interfear with people using the same frequcys in the direction that your dish is pointing. This flashlight vs a room lamp, the flashlight can light up a small area far away and so can the room lamp, but the room lamp uses more power because it also lights up the full room.

      In short there is tones of spectum left, we just need to get some of it back from the military and wasteful users.
      [ Parent ]
      • 1 reply beneath your current threshold.
    • Not long by Andy Dodd (Score:2) Wednesday March 10 2004, @03:56PM
    • 2 replies beneath your current threshold.
  • Delay (Score:3, Informative)

    by kohlyn (17192) on Wednesday March 10 2004, @10:58AM (#8521462)

    As other posters have commented, turbo codes have been around along time. Any Digital Modulation Course will cover it.

    Turbo Codes do have one major drawback ... they add a huge delay into the data stream. It works by overlapping data on the same bit (sound implausible, but that's how it works), and it essence sends the same data several times. Turbo codes are used with some satellites, and add an extra 10-20 minutes delay to the communication, for satellites this isn't too bad ... for cell phones this is dreadful.
    • Re:Delay by AnonymousNoMore (Score:2) Wednesday March 10 2004, @11:10AM
    • Re:Delay by jobbegea (Score:1) Wednesday March 10 2004, @11:19AM
    • Whoa, way false (Score:5, Informative)

      by Srin Tuar (147269) <zeroday26@yahoo.com> on Wednesday March 10 2004, @12:22PM (#8522307)

      Gee- thats funny. I work a a satellite internet company, and we use Turbo-codes in our FPGA's. The delay from TPC is in the low milisecond range- trust me.

      Anything close to one second would have been unacceptable.

      I dont know where you got your numbers from.
      [ Parent ]
    • 3 replies beneath your current threshold.
  • High-powered? (Score:4, Informative)

    by Lehk228 (705449) <ender86187@yahoo.com> on Wednesday March 10 2004, @10:58AM (#8521466)
    (http://www.cafepress.com/lehk | Last Journal: Wednesday July 25, @12:50AM)
    After partially reading the FA It seems that this scheme is particularly well suited for what it is currently doing, Sat Comm and deep space probes where you have alot of computational and analysis power at the recieving end but not a good way to ask for a re-transmission, when you have a multiple second (or multiple hour) latency in your communication system but really, this is not going to be in a cell phone for quite a while, cell phones are built to make lots of connections from one tower, not to make your phone get insane coverage or to make your battery last longer. especially the stuff abour predicting bit value based on analog value, so now we turn every digital reciever into a digital reciever + Analog to Digital reciever in x bits.... honestly i think most consumer applications are not worth the added cost. keep in mind it has been 11 years since this tech came out... communications companies aren't stupid... it WOULD be on the market if it was feasable/affordable.
    • Re:High-powered? by Beryllium Sphere(tm) (Score:3) Wednesday March 10 2004, @04:14PM
  • Turbo Codes? (Score:3, Insightful)

    by Czernobog (588687) on Wednesday March 10 2004, @10:59AM (#8521477)
    (Last Journal: Saturday April 12 2003, @08:31PM)
    People have been working on them for ages and yes there are significant advantages.
    However, the latest word on source and channel coding though, is Space-Time Coding. Especially convolutionsal S-T codes are very very promising and quite naturally perform even better than block S-T codes...

    What I don't understand is why this now? It's like running a feature on GSM, instead of writing about TDD or FDD in 3G, or even the discussion going on about how 4G will shape out to be...

  • Value of bands (Score:2)

    by tekunokurato (531385) <jackphelps@gmail.com> on Wednesday March 10 2004, @11:00AM (#8521495)
    (http://www.jackphelps.net/)
    Yesterday, Nextel finalized a deal to add a pretty big chunk of spectrum to their business (in exchange for some sort of administration requirements for police and other channels which currently fit in that band.

    Are there any of you who could comment on whether this will reduce the value of such a chunk of the spectrum?
  • LDPC codes (Score:5, Interesting)

    by auburnate (755235) on Wednesday March 10 2004, @11:05AM (#8521540)
    Lots of /.ers have been quick to point out that turbo codes have been around since 1993. However, the IEEE article points out that LDPC ( low density parity check) codes were invented in the early 1960s. Researchers have gotten the LDPC codes to outperform the turbo codes, and to top it off, the LDPC patents have all expired, meaning no royalty fees like turbo codes. My first slashdot post ... be gentle!!!
  • Next on the list... (Score:2, Funny)

    by Anonymous Coward on Wednesday March 10 2004, @11:06AM (#8521544)
    I hope they get cracking on

    Up, Up, Down, Down, Left, Right, Left, Right... etc.
  • But what is it good for? (Score:5, Funny)

    by Smallpond (221300) on Wednesday March 10 2004, @11:11AM (#8521589)
    (http://users.rcn.com/smallpond1/ | Last Journal: Wednesday April 30 2003, @11:25PM)
    "much as when, in a crowded pub, you have to shout for a beer several times"

    I was wondering when they would get to the practical applications.
  • TURBO! (Score:2, Funny)

    by deltwalrus (234362) on Wednesday March 10 2004, @11:21AM (#8521698)
    (http://slashdot.org/)
    Didn't the word "turbo" go out several years ago, along with the useless PC case button of the same name?
    • Re:TURBO! by sharkey (Score:1) Wednesday March 10 2004, @12:18PM
  • this is so weird (Score:1)

    by the_2nd_coming (444906) on Wednesday March 10 2004, @11:31AM (#8521796)
    (http://slashdot.org/)
    I was looking up an article the other day for my Analysis class....I needed an article that involved "proof" meathods and such, I put in google "numerical analysis and cyphers"

    I got a reseach paper about turbo codes....and now today, I see this....I swear coincidences like this don't happen by chance.
  • Shannon's Limit.... (Score:5, Informative)

    by dustinmarc (654964) on Wednesday March 10 2004, @11:33AM (#8521815)
    I've seen that some people are curious about Shannon's limit, so I though I would give a little insight to it. It starts, with Nyquist's theorem which states:

    max data rate = 2H log V bits/sec

    Here, H is the bandwith available, usually through a low-pass filter, and V is the number of discrete signal levels (V = 2 in a straight binary system).

    This equation however is for a noiseless channel, which doesn't exist. So Shannon updated the formula for a channel which contains a signal-to-noise ratio. This turns out to be:

    max bits/sec = H log (1 + S/N)

    Here the log is again base 2, H is still the bandwith (in Hertz) and S/N is the signal-to-noise ratio in dB. Notice that the parameter V is missing. This is because no matter how many discrete symbols you have, or how often you sample them, this is still the maximum number of bits/sec that you will be able to attain.

    Most coding schemes, or modulation techniques as they are also called, rely on shifting signal amplitude, frequency, and phase to transmit more than one bit per symbol. The problem is that the more symbols there are, the harder it is to detect them correctly with the addition of noise. Basically, when you fire up your modem, and you hear all that weird buzzing and beeping, a lot of that is time being spent for your modem trying to determine just how noisy the channel is, and what the best modulation scheme it can use is while still being able to detect symbols correctly.
  • Most frightening information .... (Score:3, Informative)

    by fygment (444210) on Wednesday March 10 2004, @12:00PM (#8522082)
    .... was the fate of Shannon [st-and.ac.uk]. He is the father/creator of information theory which he shared with the world in a brilliant paper. [bell-labs.com] He was afflicted by Alzheimer's disease, and he spent his last few years in a Massachusetts nursing home.

    • 1 reply beneath your current threshold.
  • CDMA 1x (Score:1, Informative)

    by Anonymous Coward on Wednesday March 10 2004, @12:01PM (#8522089)

    If you use high-speed "1x" data (e.g. 153 kbps) on the CDMA networks from Verizon, Sprint, others, there is a reasonable chance that you are already using turbo codes (the high-speed data channels also support convolutional codes).

    Check here [3gpp2.org] for all the gory detail (WARNING: 2.3 MB PDF).

  • Did I forget to mark this on my calendar? At first it's hard drives and now bandwidth. What's next, how to overclock your pc/microwave/toaster/car?
  • STOP USING THE WORD "TURBO" (Score:1, Redundant)

    by osjedi (9084) on Wednesday March 10 2004, @12:38PM (#8522553)


    This is one of my biggest peeves. Unless the power output of your product is increased by using a turbine pump, driven by exhaust gasses to increase the density of the intake charge IT'S NOT A TURBO. STOP USING THE WORD TURBO TO DESCRIBE ANY DESIGN OR PERFORMANCE IMPROVEMENT!!!!!!
    I'd think a pair of professors could do better than that, French or not.
  • New phone buttons? (Score:3, Funny)

    by UnknowingFool (672806) <minh_duong.yahoo@com> on Wednesday March 10 2004, @01:30PM (#8523196)
    If turbo codes get used in cell phones, does that mean that new cell phones will have a Turbo button? Great, now I have to use advanced duct-tape technology so that the turbo button is always activated.
  • My 386 Had This (Score:1)

    by ortcutt (711694) on Wednesday March 10 2004, @02:12PM (#8523673)
    The button was right there next to the power button, "Turbo". Must've used turbo codes when you pressed it. ;)
  • Not new (Score:2, Informative)

    by bullestock (556584) on Wednesday March 10 2004, @03:03PM (#8524202)
    (http://www.image.dk/~torsten)
    If you RTFA, you will discover that turbo coding is not new - e.g. it is currently used on at least one well-known packet-switched satellite phone system.

    The article simply says that turbo coding is about to go mainstream.

  • Why not use VMSK? (Score:3, Funny)

    by pe1chl (90186) on Wednesday March 10 2004, @03:46PM (#8524719)
    Why are they not all migrating to VMSK, the magical modulation that promises to exceed the Shannon limit by orders of magnitude? Approaching it by .5dB seems to be not very much of an accomplishment, compared to that.

    Checkout http://www.vmsk.org/ where all the claims are made. Supposedly you could compress all communication to 1Hz bandwidth, or so.

    [of course I do not believe this]
  • Interesting article (Score:2, Informative)

    by cavebear42 (734821) on Wednesday March 10 2004, @05:44PM (#8526133)
    I RTFLA and the attached pdf [ieee.org]. First, let me say that the PDF sums it up, you can avoid the article. Second, I would like to know, according to this pdf, how did the system rate a +8 on a scale of -7 to +7?
  • by Anonymous Coward on Wednesday March 10 2004, @11:07PM (#8528818)
    The original paper is here

    Claude Berrou, Alain Glavieux, and Punya Thitimajshima, "Near Shannon Limit Error-Correcting Coding and Decoding:Turbo-Codes", in Proceedings of IEEE International Conference on Communications, (Geneva, Switzerland), pp. 1064--1070, May 1993.
    http://gladstone.systems.caltech.edu/EE/Courses/EE 127/EE127B/handout/berrou.pdf [caltech.edu]

    (with 400 citations, as counted by CiteSeer ResearchIndex
    http://citeseer.ist.psu.edu/context/31968/0 [psu.edu]
    -- yeah, it is since 1993 .. not "new", but currently still a hot topic in telecomm.)

    about the authors, the first two are French professors who had already mentioned in the article, the last one is Thai, at that time a PhD student at Ecole.
  • 3x redundancy (Score:1)

    by ChrisJC (62147) on Thursday March 11 2004, @05:32AM (#8530340)
    (http://www.cowdery.org.uk/)
    So I don't understand how sending the same data three times over is efficient? The example illustration is sending 15 bits to code 5 bits.

    Please explain.

  • by Anonymous Coward on Wednesday March 10 2004, @10:47AM (#8521366)
    That's the Nyquist limit actually. ;-)
    [ Parent ]
  • Ehm, what have you been smoking recently?
    [ Parent ]
  • by tjb (226873) on Wednesday March 10 2004, @10:56AM (#8521450)
    Nyquist is the sample-rate guy (the Nyquist theorem).

    Shannon capacity is the theoretical bit-rate you can stuff through a channel of a given physical bandwidth with a given signal to noise ratio:

    C = W * Log2(1+S/N)

    where C is capacity (bits per second), W is bandwidth (Hz), S is signal power, and N is noise power.

    As far as Turbo Codes go, without getting too technical, its an extension of the principle that you can increase the efficiency of a channel while transmitting at a given power by attaching some redundant bits (redundant signal dimensions is probably a better way to look at it, though) to the signal. I'm not too familiar with the particulars of Turbo Coding, but it is a lot like Viterbi coding where these redundant bits are dependent on the data bits and when you detect an error (the redundant bit doesn't match the proper sequence), you back-trace through your data and find the most likely non-errored sequence and adjust your data bits accordingly.

    Tim
    [ Parent ]
  • by leinhos (143965) on Wednesday March 10 2004, @10:59AM (#8521471)
    (http://www.leinhos.com/ | Last Journal: Monday August 15 2005, @11:51AM)
    Sort-of. You may be thinking of the Nyquist criterion, but this is related in a way. Shannon was the first to quantify the concept of information via "entropy", which leads to the concept of "mutual" or shared information (i.e. between inputs and outputs of a channel). Distortion (additive noise or some other form) limits the amount of mutual information shared between the input an output of a channel, and is independent of the nature of the data source. Thus, he proved that communication channels have a theoretical limit to the amount of data that can be reliably (error free) transmitted through them. He also suggested coding as a method to achieve this theoretical limit, which turbo codes approach for certain classes of channels (additive gaussian noise channel, for instance).