Questions tagged [channelcoding]
Questions related to channel coding, forward error correction, code performance calculations, and decoding algorithms. Typical code examples are Hamming codes, cyclic codes, BCH, Reed-Solomon, turbo codes, and LDPC.
138 questions
-2 votes
0 answers
35 views
Is it possible to find the error location polynomial in t cycles for Reed–Solomon Code using a modified RiBM algorithm?
Recently I've read a paper on Reed–Solomon Code, in the decoding part, the author proposed a modified RiBM algorithm which use t cycles(while RiBM algorithm needs 2t cycles) to find the error location ...
0 votes
1 answer
82 views
How to complete Chien search and Forney algorithm in parallel for shortend RS Code?
recently I'm working on the Shortened Reed-Solomon code, the original codes was written by Miroslav Marinkovic, which is good source for me, in the decoder part, the author use the following code to ...
0 votes
1 answer
46 views
Where do single-bit shift errors commonly occur in real-world systems?
I'm interested in understanding the prevalence of single-bit shift errors—situations where a bit moves to an adjacent position without any insertion or deletion of bits—in practical systems. For ...
0 votes
1 answer
100 views
Shannon Capacity Law Equation
Which one is the correct shanon capacity law equation? Or : Thank you for helping, High schooler
1 vote
0 answers
48 views
What are different encoding schemes used in gigabit ethernet?
I was reading about digital transmission, there are many steps namely Analog to Digital conversion Source coding Channel coding Line coding Pulse shaping Modulation Multiple access techniques Out of ...
0 votes
1 answer
298 views
Raw BER or Uncoded BER in LTE/5G
Could you please tell me what would be the benefit of using Raw BER (or uncoded BER) in comparison to BER? Thanks
0 votes
0 answers
34 views
How to accomodate feedback bits from Base Station to devices in LTE or 5g?
I am trying to think of a way in which the base station (BS) can send say 100 bits of feedback to devices in my cell. My confusion is what is a good way to send this feedback bits. This is during the ...
1 vote
1 answer
168 views
Why can interleaving make the channel "memoryless"?
I'm trying to understand "interleaving" from a theoretical point of view. This paper claimed that by sufficient long interleaving, the channel can be treated as memoryless. Does this holds ...