Hi,
I am interested to know what source coding method is used in case of #WiFi or #LTE. I assume Turbo coding or LDPC are used for channel coding.
Thanks,
There often isn't any, since the "source" of the data is usually not known to the modem, or even the network. That makes it hard to apply source coding since the nature of the data is unknown. In order to transport data (which in many cases as far as the system knows may already be compressed) any compression used must be lossless, which may result in a system that offers little gain for much effort.
Voice or video traffic will already be coded by whatever standard is in use by the end devices, so, again, the modem generally doesn't do any source coding since it can't make assumptions about the source.
Makes perfect sense. I forget that entities like Basestations are just conduits for ends users data.
In LTE several coding schemes are used forddifferent channels. Particularly, Turbo coding in shared channels and convolutional in control ones and that is not full list.
In OFDM variants of modern WiFi convolutional is used in coding of the signal field.
However, as both specs are open, I would suggest to download a copy and have them for the further details.
Hello rrlagic,
These are channel coding scheme and not source coding.
In source coding you compress data for bandwidth saving, whereas in channel coding you add redundant data to combat wireless channel impairments.
Better brush up basics before putting incorrect replies.
Sorry, rrlagic. I am asking about source coding and not channel coding. In digital communication, Huffman or RLC are examples of source coding ...
I have been working on the PHY part of LTE but haven't come across any source coding. Hence my question ...
speech code : e.g. : AMR for 2G, 3G , 4G; AMR-WB for 4G(VoLTE)
Thanks, fpgaplayer ...