OOC coding in Wireless Radio Mesh Network

RFsoftware defined radiowifi

Can anyone explain me whether OOC (i.e. optical orthogonal coding) works in radio frequency? Or only for optical/laser technology?

Best Answer

Orthogonal coding can be applied to any transmission of data where there are multiple users sharing the same "link". Code-division-multiple-access is one form and when using fibre-optics OOC is the latest technique. Implementations may vary but the object is to provide the ability to distinguish between the "wanted" signal and the multitude of unwanted signals that may be present on an RF or optical link.

There is a decent article in wiki about spread-spectrum and CDMA and one paragraph in particular likens it to people in a room all speaking: -

An analogy to the problem of multiple access is a room (channel) in which people wish to talk to each other simultaneously. To avoid confusion, people could take turns speaking (time division), speak at different pitches (frequency division), or speak in different languages (code division). CDMA is analogous to the last example where people speaking the same language can understand each other, but other languages are perceived as noise and rejected. Similarly, in radio CDMA, each group of users is given a shared code. Many codes occupy the same channel, but only users associated with a particular code can communicate.

From an article by Shabab Ahmad he says "The main difference of O-CDMA systems from wireless CDMA is the code structure. Optical systems are mainly intensity modulated and hence the chips in the O-CDMA system are alternating '1' s and '0' s instead of '-1' s and '+1' s." http://ezinearticles.com/?What-is-Optical-CDMA?&id=4177189

He refers to "chips" and these are both used by CDMA and OOC for applying a recognizable binary pattern (or signature) to each pay-load bit transmitted. If the "user" wants to transmit a bit, this bit will be "modulated" by a code made from a known binary sequence of 1s and 0s - these are the individual chips referred to.

enter image description here

The two techniques are so closely related that the differences appear minor except for one part; Proper CDMA works with a "modifiable" coherent carrier wave and uses phase inversions when the chips change from 0 to 1 - it transcribes them as -1 to +1 and of course that will produce a 180 degree phase change in the carrier. This is problematic in lasers and so the OOC chip patterns are all single-ended resulting in plain ordinary amplitude modulation. With lasers AM is no-problem but "instantly" changing the phase of the "coherent" light is.

Is an OOC implementation useful for conventional radio - because OOC doesn't deliver the extra performance of phase modulation (it only delivers amplitude modulation) I don't see it being attractive.