Skip to main content

Questions tagged [error-correction]

Error-correction is a technique that enable reliable delivery of digital data over unreliable communication channels.

Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

What is the problem in my circuit? I tried changing the voltages but its no use. I made the same circuit that was working but it’s not working now. What is wrong with it? I’d be grateful for your help....
Berk Adım's user avatar
0 votes
0 answers
69 views

I was reading Mackay's Information Theory, Inference and Learning Algorithms and in the example of transmitting an image using $(7, 4)$ Hamming codes over a binary symmetric channel, the text mentions ...
insipidintegrator's user avatar
0 votes
0 answers
76 views

I have HackRF One r9 with slightly shifted I/Q in amplitude and phase at RX mode. After some research I found that RF chip (MAX2839) has built-in solution for these problems. But manufacturers of ...
holiman's user avatar
3 votes
0 answers
113 views

This was surprisingly hard to research, as when you naively type in "ECC" and "DDR5", you get of course a thousand results of companies trying to sell you hardware, but all the ...
Marcus Müller's user avatar
-1 votes
1 answer
193 views

I'm working with an embedded project that uses a 4 kB buffer. Every once in a while something happens which introduces 10-15% bit errors, scattered throughout the buffer. Can someone please recommend ...
arnold_w's user avatar
0 votes
0 answers
106 views

I bought an ESP32 to try instead of an Arduino Mega. But I ran into a problem with my program. The program has the function of controlling the stepper motor through the LCD display and it runs without ...
Kabl62's user avatar
  • 1
1 vote
1 answer
226 views

This question is from a project of mine I have been working on for about 3 months now, and I reached a point where I was going to go the route of using an interrupt based handler for my packet ...
Vahe's user avatar
  • 181
0 votes
0 answers
562 views

I'm using the CanFestival CANOpen library (https://canfestival.org/) for a PC app that talks to a device via CAN bus. The device is CIA-301 compliant. I'm using SDO block transfers for device firmware ...
Matej Gomboc's user avatar
17 votes
7 answers
7k views

Let me explain the premise. If you have a communication system, and you know with a very good confidence margin what the bit error rate is, would you be able to exploit the properties of high bit ...
alexmesa's user avatar
  • 181
0 votes
0 answers
89 views

I'm given set of instructions and set of addressing modes that can used. In the first loaded byte is stored operation code of an instruction and in second byte is the addressing mode that instruction ...
Tommy's user avatar
  • 1
2 votes
2 answers
2k views

We know that Coding Theory depends on the fact that the probability p of a bit flip must be less than 0.5. From Fundamentals of ...
M. Al Jumaily's user avatar
1 vote
1 answer
88 views

Does an SD come from "the factory" with all of its ECC (or spare area) set correctly? Sometimes when I blindly dd (copy) an entire SD card (that is only partially ...
jhfrontz's user avatar
  • 125
1 vote
3 answers
2k views

How many errors can a transmission system which uses code words with 7 data bits and a single parity bit (Checking for Even parity) detect at the receiving end. While I am aware of the fact that any ...
shehan.k's user avatar
10 votes
4 answers
7k views

Function of shown circuit is biasing of output power stage complementary audio amplifier. P1 allows precise adjustment of \$ V_{CE} \$ of VBE multiplier and \$C_B\$ improves its rail rejection. \$ r_e'...
lucenzo97's user avatar
  • 2,514
1 vote
1 answer
845 views

If I have a 1 Gb memory with EDAC for single bit correction for a critical application, what could cause a double bit error in this memory? Provided that the queues never get out of sync which causes ...
Huntkil's user avatar
  • 119
0 votes
0 answers
106 views

I am interested in building small scale electromagnets and I wanted to measure their actual magnetic strengths to compare against my calculations. What are possible ways to measure the difference?
ogginger's user avatar
  • 111
0 votes
1 answer
264 views

for an information word M with m bits that is coded as following: M is coded into a word A using an unknown code that allows detection of not more than one error. the code word is the word obtained by ...
hps13's user avatar
  • 3
0 votes
1 answer
286 views

Is there a difference between error control coding (like forward error correction) and channel coding(like convolution coding)? Both of them help in correcting the errors because of the channel.Why is ...
vai's user avatar
  • 21
3 votes
1 answer
2k views

My understanding of hamming code (adding this as it might help someone in future): Description: Hamming code is basically an extended parity check code. Message is divided into blocks, and multiple ...
Vivek Maran's user avatar
2 votes
1 answer
1k views

I have a circuit which i'm trying to rebuild because the original stopped working due to a short-circuit (mechanical caused) First i copied exactly how the circuit was made, with no modifications and ...
charly989's user avatar
1 vote
1 answer
500 views

I want to use Multiple Bit Error Detection and I have read a lot of sites but no one shows how to implement it using code and how the receiver performs the error correction to the received data. The ...
JoeyB's user avatar
  • 2,980
0 votes
2 answers
800 views

Earlier I connected one of those Joral encoders to a motor via a gearbox and recorded some test data – unfortunately the encoder is sometimes sending what seems to be nonsensical values (numbers much ...
Raf's user avatar
  • 1
0 votes
3 answers
10k views

I need to calculate the number of parity bits required for a given word (set of bits). I know a way, but is not always working, below my current approach: word length: 8 so 2^3 then parity bits = ...
Cuban coffee's user avatar
1 vote
2 answers
2k views

I am reading about different type of decoders and I am often coming across the term "genie-aided." However, I am having trouble understanding what this is. Can someone clarify? Genie-aided decoders ...
user avatar
3 votes
1 answer
2k views

I am having trouble understanding the difference between hard and soft decision. My current understanding is the following. Using a sparse graph, when we are trying to decode a stream of bits, we take ...
user avatar