error-correction

Is it possible to do rudimentary error correction with CRC?

梦想的初衷 提交于 2021-02-17 13:08:37
问题 I know the whole intention of using CRC is to do error detection, but I heard someone state that it can be used to do basic error correction in addition to error detection. I was curious if this was the case, and if so, how powerful is it? I mean, we usually refer to CRC as capable of performing x-bit detection, but I'm curious if it is capable of performing x-bit correction. If so, how does this work? Thanks. 回答1: It is possible to do single-bit error correction with a CRC. Assume one has a

Is it possible to do rudimentary error correction with CRC?

青春壹個敷衍的年華 提交于 2021-02-17 13:07:55
问题 I know the whole intention of using CRC is to do error detection, but I heard someone state that it can be used to do basic error correction in addition to error detection. I was curious if this was the case, and if so, how powerful is it? I mean, we usually refer to CRC as capable of performing x-bit detection, but I'm curious if it is capable of performing x-bit correction. If so, how does this work? Thanks. 回答1: It is possible to do single-bit error correction with a CRC. Assume one has a

Error correcting codes for packet loss (UDP)

拟墨画扇 提交于 2019-12-22 05:46:16
问题 I have no real idea what to look for, since all I get with "Error correcting codes" is stuff related to cases where you don't know the location of the error. Thus those codes are much more complicated an inefficient than I need them to be. In the following, note that bits are equal to packets (because only a whole packet can be missing, thus the bit analogy fits very well). Are there ECCs that take into account that you already know WHICH k -bits are missing and only provide you with a way to

Getting most likely documents of the query using phonetic filter in solr

妖精的绣舞 提交于 2019-12-18 07:15:20
问题 I am using solr for spell checking/ query correction . I have added solr.PhoneticFilterFactory and solr.NGramFilterFactory in fieldType to perform spell checking . It is working fine but here the problem is that I am getting number of documents of the query. I need only most likely words/documents or in similar words, we can say that nearer words/documents to the query . Snippet of schema.xml : <fieldType name="textSpell" class="solr.TextField" positionIncrementGap="100"> <analyzer type=

Can you enable Error Corrections for C# in Visual Studio?

﹥>﹥吖頭↗ 提交于 2019-12-11 10:24:16
问题 Visual Studio 2010 contains error corrections for VB programmers, for example, it will allow you to import a namespace or generate a stub class/method where you get compiler errors. For example, if you type: Dim mm As MailMessage without an Imports System.Net.Mail , you'll get a handy little tooltip that just allows you to import the namespace with a single click. I've recently switched to C# developing, and I really miss this little tool - if you're not sure of a namespace you have to go

Basic Reed-Solomon Error Correction Question

大兔子大兔子 提交于 2019-12-06 05:12:13
问题 Does Reed-Solomon error correction work in an instance where there is a dropped byte (or multiple dropped bytes)? For example, let's say it's a (12,8) Reed Solomon code, so theoretically it should be able to correct 2 errors (or 4 erasures if the position is known). But, what happens if only 11 (or 10) bytes are received and one doesn't know which byte(s) were dropped? Will Reed-Solomon error correction work? Thanks, Ben 回答1: RS decoding for erasures requires the position of the symbols

how does ECC for burst error correction work? [closed]

青春壹個敷衍的年華 提交于 2019-12-04 22:14:11
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . How does ECC (error correction codes) for burst error correction work (disk drive style)? It is either a curse or blessing, but often my brain tries to solve technical problems in my dreams. Sometimes it does. Like last night, my brain demanded to understand how to design an ECC

Basic Reed-Solomon Error Correction Question

落花浮王杯 提交于 2019-12-04 10:40:25
Does Reed-Solomon error correction work in an instance where there is a dropped byte (or multiple dropped bytes)? For example, let's say it's a (12,8) Reed Solomon code, so theoretically it should be able to correct 2 errors (or 4 erasures if the position is known). But, what happens if only 11 (or 10) bytes are received and one doesn't know which byte(s) were dropped? Will Reed-Solomon error correction work? Thanks, Ben RS decoding for erasures requires the position of the symbols "dropped" or lost. The kind of error you're talking about is due to phase distortion. You can make it work by