JP2016127369A - 復号化装置、プログラム及び情報伝送システム - Google Patents
復号化装置、プログラム及び情報伝送システム Download PDFInfo
- Publication number
- JP2016127369A JP2016127369A JP2014265490A JP2014265490A JP2016127369A JP 2016127369 A JP2016127369 A JP 2016127369A JP 2014265490 A JP2014265490 A JP 2014265490A JP 2014265490 A JP2014265490 A JP 2014265490A JP 2016127369 A JP2016127369 A JP 2016127369A
- Authority
- JP
- Japan
- Prior art keywords
- data
- error
- unit
- bit
- value
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0045—Arrangements at the receiver end
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/13—Linear codes
- H03M13/19—Single error correction without using particular properties of the cyclic codes, e.g. Hamming codes, extended or generalised Hamming codes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0041—Arrangements at the transmitter end
- H04L1/0042—Encoding specially adapted to other signal generation operation, e.g. in order to reduce transmit distortions, jitter, or to improve signal shape
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0061—Error detection codes
- H04L1/0063—Single parity check
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M5/00—Conversion of the form of the representation of individual digits
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M5/00—Conversion of the form of the representation of individual digits
- H03M5/02—Conversion to or from representation by pulses
- H03M5/04—Conversion to or from representation by pulses the pulses having two levels
- H03M5/14—Code representation, e.g. transition, for a given bit cell depending on the information in one or more adjacent bit cells, e.g. delay modulation code, double density code
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
- Error Detection And Correction (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Quality & Reliability (AREA)
- General Physics & Mathematics (AREA)
Abstract
Description
まず、本発明の実施の形態に係る情報伝送システムの概略構成について説明する。図1は本発明の実施の形態に係る情報伝送システムの構成の一例を示す概略図である。図1に示すように、情報伝送システム10は、情報を送信する符号化装置12と情報を受信する復号化装置14とを備えている。
次に、符号化装置12の構成について説明する。図2は符号化装置の構成の一例を示すブロック図である。図2に示すように、符号化装置12は、データ受付部120、ヘッダスタートオブパケット(Header/SOP)生成部122、変換部123、及び送信部130を備えている。符号化装置12は、FPGA(Field Programmable Gate Array)、ASIC(Application Specific Integrated Circuit)、ゲートアレイなどの回路(IC:Integrated Circuit)により実装される。また、符号化装置12が備える上記各機能部は、CPU(Central Processing Unit)、RAM(Random Access Memory)、及びROM(Read Only Memory)等を備えたコンピュータにより実現し、CPUが、ROMに記憶されているプログラムを実行することにより、各機能部における各機能が実行されるように構成してもよい。
次に、復号化装置14の構成について説明する。図5は復号化装置の構成の一例を示すブロック図である。図5に示すように、復号化装置14は、受信部140、シリアルパラレル(S/P)変換部142、バッファ144、SOP検出部146、検出部147、DCバランス補償データ付加部152、8B10B逆変換部154、8B10Bエラーカウント部158、判定部160、エラー出力部162、及びデータ出力部164を備えている。復号化装置14は、FPGA(Field Programmable Gate Array)、ASIC(Application Specific Integrated Circuit)、ゲートアレイなどの回路(IC:Integrated Circuit)により実装される。また、復号化装置14が備える上記各機能部は、CPU(Central Processing Unit)、RAM(Random Access Memory)、及びROM(Read Only Memory)等を備えたコンピュータにより実現し、CPUが、ROMに記憶されているプログラムを実行することにより、各機能部における各機能が実行されるように構成してもよい。
次に、情報伝送システム10の動作について説明する。上記の通り、情報伝送システム10の動作は、符号化装置12側と復号化装置14側とで実行される。
まず、符号化装置12側で実行される処理について説明する。
図10は符号化装置12によって実行される符号化処理ルーチンの手順の一例を示すフローチャートである。符号化装置12は、符号化対象のパラレル形式のデータが入力されると、図10に示す符号化処理ルーチンを実行する。
次に、復号化装置14側で実行される処理について説明する。
図11は復号化装置14によって実行される復号化処理ルーチンの手順の一例を示すフローチャートである。復号化装置14は、復号化対象のデータを受信すると、図11に示す復号化処理ルーチンを実行する。
第1の実施の形態では、復号化装置14が誤り訂正部150を備え、誤り訂正部150は、データに奇数個のビットの誤りがある場合に、バッファ144に格納されたデータに対し、1ビットの誤り訂正を行う場合を例に説明した。これに対し、第2の実施の形態では、データに奇数個のビットの誤りがある場合であっても、1ビットの誤り訂正を行わない場合を例に説明する。なお、前述した第1の実施の形態の復号化装置14と同様の構成については、第1の実施の形態と同一の符号を付与してその説明を省略する。
12 符号化装置
14,214 復号化装置
16 伝送路
120 データ受付部
122 ヘッダスタートオブパケット(Header/SOP)生成部
123 変換部
124 8B10B変換部
126 誤り訂正符号生成部
128 パラレルシリアル(P/S)変換部
130 送信部
140 受信部
142 シリアルパラレル(S/P)変換部
144 バッファ
146 SOP検出部
147,247 検出部
148 誤り訂正符号演算部
150 誤り訂正部
152 DCバランス補償データ付加部
154 8B10B逆変換部
156 逆変換誤り検出部
158 8B10Bエラーカウント部
160 判定部
162 エラー出力部
164 データ出力部
Claims (5)
- 第1の符号の出現頻度と第2の符号の出現頻度との比率が予め定められた比率となるようにビット数変換符号化されたデータであり、かつ前記データの誤り位置を算出するための冗長データ、及び前記データのパリティ検査データを含む誤り訂正符号が付与されたデータを受信する受信手段と、
前記受信手段によって受信された前記データに付与された誤り訂正符号に含まれる前記冗長データから算出される誤り位置に対応したシンドロームの値が予め定められた第1の値であり、かつ、前記データに対する復号化でエラーが発生した場合、又は前記シンドロームの値が前記第1の値でなく、かつ、前記パリティ検査データの値が予め定められた第2の値であり、かつ、前記データに対する復号化でエラーが発生した場合に、前記データに奇数個のビットの誤りがあることを検出する検出手段と、
を備えた復号化装置。 - 前記検出手段は、前記シンドロームの値が前記第1の値でなく、かつ、前記パリティ検査データの値が前記第2の値でない場合に、前記データに偶数個のビットの誤りがあることを検出する
請求項1に記載の復号化装置。 - 前記検出手段は、前記シンドロームの値が前記第1の値でなく、かつ、前記パリティ検査データの値が予め定められた第2の値であり、かつ、前記シンドロームを用いた誤り訂正を行った前記データに対する復号化でエラーが発生した場合に、前記データに3ビット以上の奇数個のビットの誤りがあることを検出する
請求項1又は請求項2に記載の復号化装置。 - 第1の符号の出現頻度と第2の符号の出現頻度との比率が予め定められた比率となるように保たれるようにデータをビット数変換符号化し、前記データの誤り位置を算出するための冗長データ、及び前記データのパリティ検査データを含む誤り訂正符号を生成し、前記生成された前記誤り訂正符号を前記符号化されたデータに付加する変換手段、及び
前記変換手段によって得られた前記データを送信する送信手段を備えた符号化装置と、
請求項1〜請求項3の何れか1項に記載の復号化装置と、
を備えた情報伝送システム。 - コンピュータを、請求項1〜請求項3の何れか1項に記載の復号化装置を構成する各手段として機能させるためのプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014265490A JP6417937B2 (ja) | 2014-12-26 | 2014-12-26 | 復号化装置、プログラム及び情報伝送システム |
US14/689,850 US9634799B2 (en) | 2014-12-26 | 2015-04-17 | Decoding device, information transmission system, and non-transitory computer readable medium |
CN201510312553.5A CN106210749B (zh) | 2014-12-26 | 2015-06-09 | 解码设备、信息传输系统和解码方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014265490A JP6417937B2 (ja) | 2014-12-26 | 2014-12-26 | 復号化装置、プログラム及び情報伝送システム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016127369A true JP2016127369A (ja) | 2016-07-11 |
JP6417937B2 JP6417937B2 (ja) | 2018-11-07 |
Family
ID=56165569
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014265490A Active JP6417937B2 (ja) | 2014-12-26 | 2014-12-26 | 復号化装置、プログラム及び情報伝送システム |
Country Status (3)
Country | Link |
---|---|
US (1) | US9634799B2 (ja) |
JP (1) | JP6417937B2 (ja) |
CN (1) | CN106210749B (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2017073680A (ja) * | 2015-10-08 | 2017-04-13 | ソニー株式会社 | 受信装置および方法 |
CN109792309B (zh) * | 2016-08-10 | 2021-12-31 | 瑞典爱立信有限公司 | 传输块内的校验位置 |
US11132637B1 (en) | 2016-09-20 | 2021-09-28 | Amazon Technologies, Inc. | System to detect user interaction with inventory |
US10496953B1 (en) | 2016-09-20 | 2019-12-03 | Amazon Technologies, Inc. | System to determine user groupings in a facility |
US10552788B1 (en) | 2016-09-20 | 2020-02-04 | Amazon Technologies, Inc. | User tracking system |
CN109412607B (zh) * | 2017-08-16 | 2022-08-26 | 深圳市海思半导体有限公司 | 译码方法及装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030202610A1 (en) * | 2000-04-18 | 2003-10-30 | Kazuhiko Terada | Encoding method |
JP2003318865A (ja) * | 2002-04-26 | 2003-11-07 | Fuji Xerox Co Ltd | 信号伝送システム |
US20100064192A1 (en) * | 2008-09-11 | 2010-03-11 | Romero Gabriel L | Methods and apparatuses for correcting errors in data streams |
JP2013239940A (ja) * | 2012-05-16 | 2013-11-28 | Fuji Xerox Co Ltd | シリアル通信システム、画像形成システム及び送信装置 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05284148A (ja) | 1992-03-30 | 1993-10-29 | Nippon Telegr & Teleph Corp <Ntt> | 情報ブロック伝送方式 |
US6438434B1 (en) * | 1996-05-29 | 2002-08-20 | Yamaha Corporation | Mixing, coding and decoding devices and methods |
JP2001102938A (ja) | 1999-09-30 | 2001-04-13 | Icom Inc | 受信信号の誤り検出方法、誤り訂正方法、及び誤り訂正装置 |
DE10036372A1 (de) * | 2000-07-18 | 2002-01-31 | Univ Berlin Tech | Sender, Empfänger sowie Sender- und Empfängeranordnung |
FR2823620B1 (fr) * | 2001-04-12 | 2003-08-15 | France Telecom | Procede de codage/decodage d'un flux de donnees numeriques codees avec entrelacement sur bits en emission et en reception multiple en presence d'interference intersymboles et systeme correspondant |
US20050229061A1 (en) * | 2004-04-01 | 2005-10-13 | Sung-Ho Kang | Method of efficiently compressing and decompressing test data using input reduction |
US7950004B2 (en) * | 2005-10-21 | 2011-05-24 | Siemens Corporation | Devices systems and methods for testing software |
JP5194747B2 (ja) | 2007-12-04 | 2013-05-08 | 富士ゼロックス株式会社 | データ伝送装置、データ送信装置、データ受信装置及びデータ伝送システム |
JP5365132B2 (ja) * | 2008-10-17 | 2013-12-11 | 富士ゼロックス株式会社 | 直列信号の受信装置、直列伝送システム、直列伝送方法、直列信号の送信装置 |
TWI437572B (zh) * | 2009-05-21 | 2014-05-11 | Genesys Logic Inc | 運用錯誤控制碼於記憶元件的存取方法與系統 |
KR101044412B1 (ko) * | 2009-07-13 | 2011-06-27 | 금오공과대학교 산학협력단 | Gem 프레임 동기 회로, 상기 회로를 포함한 시스템 및 그 방법 |
JP5982869B2 (ja) * | 2012-02-28 | 2016-08-31 | 富士ゼロックス株式会社 | 送受信システム及びプログラム |
-
2014
- 2014-12-26 JP JP2014265490A patent/JP6417937B2/ja active Active
-
2015
- 2015-04-17 US US14/689,850 patent/US9634799B2/en active Active
- 2015-06-09 CN CN201510312553.5A patent/CN106210749B/zh active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030202610A1 (en) * | 2000-04-18 | 2003-10-30 | Kazuhiko Terada | Encoding method |
JP2003318865A (ja) * | 2002-04-26 | 2003-11-07 | Fuji Xerox Co Ltd | 信号伝送システム |
US20100064192A1 (en) * | 2008-09-11 | 2010-03-11 | Romero Gabriel L | Methods and apparatuses for correcting errors in data streams |
JP2013239940A (ja) * | 2012-05-16 | 2013-11-28 | Fuji Xerox Co Ltd | シリアル通信システム、画像形成システム及び送信装置 |
Also Published As
Publication number | Publication date |
---|---|
CN106210749B (zh) | 2019-04-19 |
CN106210749A (zh) | 2016-12-07 |
US20160191205A1 (en) | 2016-06-30 |
JP6417937B2 (ja) | 2018-11-07 |
US9634799B2 (en) | 2017-04-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6417937B2 (ja) | 復号化装置、プログラム及び情報伝送システム | |
US8745469B2 (en) | Signal segmentation method and CRC attachment method for reducing undetected error | |
JP5474256B2 (ja) | 入力ビット誤り率推定方法、及びその装置 | |
US11201695B2 (en) | Forward error correction with compression coding | |
JP4648255B2 (ja) | 情報処理装置および情報処理方法 | |
JP6657690B2 (ja) | 復号化装置、プログラム、及び情報伝送システム | |
JP3745709B2 (ja) | 符号化装置、復号化装置、符号化方法、復号化方法、プログラム、プログラム記録媒体、及びデータ記録媒体 | |
US8117526B2 (en) | Apparatus and method for generating a transmit signal and apparatus and method for extracting an original message from a received signal | |
US8281207B2 (en) | Data transmission equipment and generating method for transmission code | |
JP6930090B2 (ja) | 復号化装置、プログラム、及び情報伝送システム | |
TWI466450B (zh) | Error correction decoding device | |
US5878061A (en) | Providing serial data clock signal transitions with parity bits | |
US5938773A (en) | Sideband signaling with parity bit schemes | |
US20180131394A1 (en) | Data processing system and data processing apparatus | |
US8347169B1 (en) | System and method for encoding using common partial parity products | |
JP2009141453A (ja) | データ伝送装置、データ送信装置、データ受信装置及びデータ伝送システム | |
CN107181563B (zh) | 解码装置、信息传输系统和解码方法 | |
JP4708291B2 (ja) | 通信システム | |
JP2013255054A (ja) | 送受信システム及びプログラム | |
JP2005057741A (ja) | インラインワイヤ誤り訂正 | |
JP2011078115A (ja) | 情報処理装置および情報処理方法 | |
CN115037414A (zh) | 基于crc的纠错解码的方法、装置、终端 | |
JP2015126247A (ja) | Fec符号化装置、fec符号化方法及びfec符号化装置の制御プログラム | |
JP2006079222A (ja) | エラー検出装置並びにそれを用いたエラー訂正装置及びその方法 | |
JP2001102938A (ja) | 受信信号の誤り検出方法、誤り訂正方法、及び誤り訂正装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170928 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180905 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20180911 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180924 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6417937 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |