Coded Orthogonal Frequency Division Multiplexing: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (+cat)
Line 8: Line 8:




== Links ==
----
''Links:''


* [[Wikipedia:Coded_orthogonal_frequency_division_modulation|COFDM on Wikipedia, they call it Modulation, not Multiplexing?!?]]
* [[Wikipedia:Coded_orthogonal_frequency_division_modulation|COFDM on Wikipedia, they call it Modulation, not Multiplexing?!?]]


* [http://www.bbc.co.uk/rd/pubs/papers/paper_15/paper_15.html A nice Article explaining the Magic of COFDM]
* [http://www.bbc.co.uk/rd/pubs/papers/paper_15/paper_15.html A nice Article explaining the Magic of COFDM]

[[Category:Technology]]

Revision as of 22:19, 2 April 2005

Coded Orthogonal Frequency Division Multiplexing. Multiplexes many (e.g. QPSK- or QAM-) modulated signals in frequency domain.

COFDM is a quite sophisticated approach with many interesting qualities used in WLAN and DVB-T that transforms a block of a few thousand modulated signal samples via iFFT into the frequency domain and inserts well-known guard points into this spectrum.

Echoes and Multipath receiption effects will now disturb the signal, but due to the guard points the receiver can "equalize" these effects before the original signal gets recovered using a FFT.

it would be nice to have the links to the defining standards here as well as some pictures visualizing the concept, the "echo" and "multipath" terms and the interference problem. A more verbose explanation would be nice, too.


Links