# \[077]Ch4-Error detection with time redundancy

## \[077]Ch4-Error detection with time redundancy

* 本章最重要的concept就是利用“時間”去做error detection, 如果是real-time的application 就不適用。
* 另外，本章的概念較少，直得一提的是，Time redundancy 是否能 detect **"permanent faults"**
* 原理：用encoding/decoding的方式，與原來經過f計算值做比較，如果有誤，那就是有error
* 例子：具體來說，用RESO (recomputing with shifted-operands)，來detect某一個**module**是否有誤


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yenkang-2.gitbook.io/daily-discussion/077ch4-error-detection-with-time-redundancy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
