I have some powerline networking adapters which can transfer at a peak rate of 200 Mbps (I get around 60 Mbps typical, but I am sharing the network with many other devices and many pieces of equipment are running on the line.) How do they do it? I always thought that it was during the zero crossing, but packing so many bits into such a space must be very difficult, nigh impossible. HowStuffWorks has an article on it, but it's only relevant to adapters which go at 14 Mbps.
|
If you want a simplistic answer. Here it is |
|||
|
|
|
Your power line only has significant frequency content at 50-60hz and the first few harmonics which means there is a massive chunk of the cable in the frequency domain that is being unused. So use it to transmit digital data. Thats pretty much it, if your interested in encoding techniques you may want to just look at those directly. The encoding system is really the only interesting thing about it, you don't get controlled impedance twisted pair cable for power line networking, you get busted romex with screw terminals all over the place so the encoding system has to be robust and deal well with poorly controlled transmission line impedance. IEEE 1901 is the standard that covers power line networking and allows for OFDM or Wavelet modulation for the PHY. New versions are getting up to 500mbps -> 1gbps. As to the many devices, ODFM splits the available bandwidth into a lot of different channels, multiple channels can be used for different things at 1 time. Device A and B are talking on channel 1 while device A and C are talking on channel 2, etc. I don't know the negotiation protocol for what channels get used and when within IEEE 1901. OFDM is also the basis for 4G LTE, WiMAX, and other multiple access systems. EDIT: You can insert/remove high frequency information from the power line with a simple isolation transformer specced for your frequency (look in the pulse transformer section) and a high pass filter on the receiver side. Example from one of Maxim's datasheets:
|
|||||||||
|
|
I think it would be helpful to consider power line modems as radio devices since they use traditional radio techniques (modulation) to achieve data transfer. If you take two radio modems and plug a cable between them instead of an antenna they will still be able to communicate (impedance matching aside). The basic idea is not to encode the data as high-low voltage levels (which can be prone to interference) but as frequency/phase of (a set of) sinusoids. The second thing to do is to eliminate low-frequency components by clever encoding and/or frequency conversion. This makes it possible to separate different users by frequency filtering (in addition to being critical in radio since electromagnetic waves won't happen from a DC signal). |
|||
|
|
