JPH0131805B2 - - Google Patents
Info
- Publication number
- JPH0131805B2 JPH0131805B2 JP58243167A JP24316783A JPH0131805B2 JP H0131805 B2 JPH0131805 B2 JP H0131805B2 JP 58243167 A JP58243167 A JP 58243167A JP 24316783 A JP24316783 A JP 24316783A JP H0131805 B2 JPH0131805 B2 JP H0131805B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- likelihood function
- received
- likelihood
- channels
- 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.)
- Expired
Links
- 238000000034 method Methods 0.000 claims description 14
- 230000005540 biological transmission Effects 0.000 claims description 12
- 238000007476 Maximum Likelihood Methods 0.000 claims description 9
- 239000013598 vector Substances 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000005562 fading Methods 0.000 description 2
Landscapes
- Error Detection And Correction (AREA)
Description
【発明の詳細な説明】
本発明は、最尤関数法を利用した、データ伝送
における誤り訂正方法に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an error correction method in data transmission using a maximum likelihood function method.
従来この種の方法は、例えば送信側で5周波の
周波数の夫々に同一のデータで変調をかけ、受信
側では5周波のそれぞれを復調し、復調によつて
得られた5個のデータの中から、3個以上同一の
ものがあればそのデータを復号出力として出力す
るというように、固定的な伝送数及び判定数でデ
ータ伝送が行われていた。このように従来方法で
は、誤りの多少やフエージング混信等や時間的に
変動するバースト誤り等とは無関係に多数決によ
る前述のような判定が行われているため、特に誤
り率の悪い回線のデータ伝送では、あまり改善率
が向上しないという欠点があつた。 Conventionally, in this type of method, for example, the transmitting side modulates each of five frequencies with the same data, the receiving side demodulates each of the five frequencies, and the five data obtained by demodulation are Since then, data transmission has been performed using a fixed number of transmissions and a fixed number of determinations, such as if there are three or more identical data, that data is output as a decoded output. In this way, in the conventional method, the above-mentioned decision is made by majority vote, regardless of the amount of errors, fading interference, etc., burst errors that fluctuate over time, etc. The problem with transmission was that the improvement rate did not improve much.
本発明は、これら従来技術の欠点を解消するも
のであつて、受信側で公知の最尤復号法を用いて
尤度関数又は尤度関数差を算出し、算出された尤
度関数又は尤度関数差の値をもとに、同一伝送デ
ータによる複数の受信データの中から復号品質の
悪いデータを削除し、残つた受信データの中で多
数決判定を行うことを特徴とするものである。 The present invention solves the drawbacks of these conventional techniques, and involves calculating a likelihood function or a likelihood function difference on the receiving side using a known maximum likelihood decoding method, and calculating the calculated likelihood function or likelihood function difference. Based on the value of the function difference, data with poor decoding quality is deleted from a plurality of received data of the same transmission data, and a majority decision is made among the remaining received data.
以下図面に示す本発明の実施例につき詳説す
る。 Embodiments of the present invention shown in the drawings will be explained in detail below.
実施例の説明に入る前に先づ最尤復号法の基本
的原理について述べれば、まず送信側で送信デー
タに対してたたみ込み符号等で符号化した後受信
側に送信する。 Before going into the description of the embodiments, the basic principle of the maximum likelihood decoding method will be described first. First, on the transmitting side, transmission data is encoded using a convolutional code or the like, and then transmitted to the receiving side.
受信側では次の(1)式で表わされる尤度関数LF
を算出する。 On the receiving side, the likelihood function LF is expressed by the following equation (1).
Calculate.
LF=P(〓|〓)=
〓1
(yi|ai) ……(1)
ただし、〓は受信データ系列ベクトルで〓=
(y1、y2…yi…)、〓は送信符号化器によつて決ま
るl番目に出力されるデータ系列ベクトルで〓=
(al 1、al 2…al i…)である。 LF=P(〓|〓)= 〓 1 (yi|ai) ……(1) However, 〓 is the received data sequence vector〓=
(y 1 , y 2 ...y i ...), 〓 is the l-th output data sequence vector determined by the transmitting encoder 〓=
(a l 1 , a l 2 … a l i …).
送信側符号化器によつて決まるすべてのデータ
系列ベクトルに対して(1)式の尤度関数を計算し、
算出された尤度関数LF及びそれに対応するデー
タ系列のすべてを記憶しておく。ある長さ計算さ
れた後記憶されているLFの中で一番大きな尤度
関数LFに対応するデータ系列を順次受信データ
として出力する誤り訂正方法の一種である。即
ち、公知の最尤復号法とは、受信側で送信データ
系列に最も近いと思われるデータ系列を選び出す
事であり、(1)式より受信系列〓に誤りがあれば、
尤度関数LFは小さくなる。したがつて尤度関数
とは、受信データに対する復号品質を表わす関数
である。(1)式で算出される尤度関数列のうち、1
番大きな尤度関数と2番目に大きな尤度関数との
差は、誤りが多ければその差は小さくなり、誤り
数が一定であれば、その差もほぼ一定であるとい
う性質があり、この尤度関数差(最大値とその次
に大きい値との差)も、受信データに対する復号
品質を表わす関数である。 Calculate the likelihood function of equation (1) for all data sequence vectors determined by the transmitter encoder,
All of the calculated likelihood function LF and its corresponding data series are stored. This is a type of error correction method in which a data sequence corresponding to the largest likelihood function LF among the stored LFs after a certain length is calculated is sequentially output as received data. In other words, the known maximum likelihood decoding method is to select the data sequence that is considered to be closest to the transmitted data sequence on the receiving side, and from equation (1), if there is an error in the received sequence 〓,
The likelihood function LF becomes smaller. Therefore, the likelihood function is a function that represents the decoding quality of received data. Among the likelihood function sequences calculated by equation (1), 1
The difference between the largest likelihood function and the second largest likelihood function has the property that the more errors there are, the smaller the difference is, and if the number of errors is constant, the difference is almost constant. The degree function difference (difference between the maximum value and the next largest value) is also a function representing the decoding quality of received data.
第1図は上記尤度関数LF又は尤度関数差を利
用した本発明の実施例を説明するための図面で、
複数の周波数(本実施例ではf1〜f6の6周波)に
同一データ系列で変調をかける。受信側でそれぞ
れ前述最尤復号を行い、データ及び尤度関数又は
尤度関数差を出力する場合を考える。 FIG. 1 is a drawing for explaining an embodiment of the present invention using the above-mentioned likelihood function LF or likelihood function difference.
A plurality of frequencies (six frequencies f 1 to f 6 in this embodiment) are modulated with the same data sequence. Consider a case where the receiving side performs the aforementioned maximum likelihood decoding and outputs data and a likelihood function or a likelihood function difference.
第1図において横軸は時間(ビツト系列)、縦
軸は周波数の種類としての周波を示している。斜
線部分に混信すなわち誤りがあつたとすると、混
信のある部分は尤度関数又は尤度関数差が、混信
のない部分にくらべ小さいので、この尤度関数又
は尤度関数差の大きい順に同一タイムロツトに5
個(第1図の例ではf2〜f6の5個)を抽出し(第
1図のA印)、抽出された5個のデータから3個
以上同一のものがあればそのデータを受信データ
として出力する。又、混信等による誤りが多くな
つた場合は、第1図B印のように尤度関数又は尤
度関数差の大きい順にデータを3個(第1図の例
ではf1〜f3の3個)を抽出し、そのデータの中か
ら2個以上同一の受信データを復号出力として出
力する事も可能である。 In FIG. 1, the horizontal axis represents time (bit sequence), and the vertical axis represents frequency as a type of frequency. If there is interference, or an error, in the shaded area, the likelihood function or likelihood function difference in the area with interference is smaller than that in the area without interference, so the likelihood function or likelihood function difference in the area with interference is smaller than that in the same time slot. 5
(in the example in Figure 1, 5 pieces from f 2 to f 6 ) are extracted (marked A in Figure 1), and if there are three or more identical pieces of data from the five extracted data, that data is received. Output as data. In addition, if there are many errors due to interference, etc., three pieces of data (f 1 to f 3 in the example of Fig. It is also possible to extract two or more pieces of the same received data from the data and output them as decoded outputs.
第2図に示す本発明の実施例回路は、第1図に
対応して構成されており、1は符号化器、2は変
調器(第1図の場合と対応して6個)、3は送信
機、4は受信機、5は最尤復号器(第1図と対応
して6個)、6は多数決判定器である。この動作
は、送信側の入力端よりデータが入力され、これ
を符号化器1でたたみ込み符号等による符号化を
行い、変調器2でf1〜f6の周波数で変調し、送信
機3で送信する。受信側では、受信器4により6
種類の周波数(f1〜f6)別に受信し、分離された
信号は最尤復号器5により上記f1〜f6の周波数ス
ロツト別に各々復号され算出されたデータ及び尤
度関数LF又は尤度関数差が多数決判定器6に入
力される。多数決判定器6では、第1図で説明し
た動作を行い、品質の高い上位5個又は3個のデ
ータを選択し、これらのデータを多数決判定して
受信データとして出力する。ここで品質の高い上
位何個までを選択するかは算出された尤度関数又
は尤度関数差の大きさに対応して決定される。 The circuit according to the embodiment of the present invention shown in FIG. 2 has a configuration corresponding to that in FIG. 4 is a transmitter, 4 is a receiver, 5 is a maximum likelihood decoder (six pieces corresponding to FIG. 1), and 6 is a majority decision device. In this operation, data is input from the input terminal on the transmitting side, the encoder 1 encodes it using a convolutional code, etc., the modulator 2 modulates it at frequencies f 1 to f 6 , and the transmitter 3 Send by. On the receiving side, receiver 4 transmits 6
The signals received for each type of frequency (f 1 to f 6 ) and separated are decoded by the maximum likelihood decoder 5 for each frequency slot of f 1 to f 6 and calculated data and likelihood function LF or likelihood. The function difference is input to the majority decision device 6. The majority decision device 6 performs the operation described in FIG. 1, selects the top five or three pieces of data with the highest quality, performs a majority decision on these data, and outputs the data as received data. Here, the number of high-quality items to be selected is determined depending on the calculated likelihood function or the magnitude of the likelihood function difference.
以上述べた誤り訂正方法は、謂わば周波数的に
冗長をもたせた伝送方法であるが、時間的に同一
データを複数回伝送して上記同様に多数決判定で
きる事はいうまでもない。 The error correction method described above is a so-called transmission method with redundancy in terms of frequency, but it goes without saying that the same data can be transmitted multiple times in terms of time and a majority decision can be made in the same manner as described above.
以上説明したように、本発明によれば時々該々
と変動する誤りのあるデータ回線でも、復号品質
の悪いものを削除して常にその時の最良のデータ
の中から多数決判定を行う事ができるので、フエ
ージングや混信のある回線でも、高品質のデータ
伝送が可能となるものである。 As explained above, according to the present invention, even if the data line has errors that fluctuate from time to time, it is possible to delete data with poor decoding quality and always make a majority decision from among the best data at that time. , high-quality data transmission is possible even on lines with fading or interference.
第1図は本発明方法の動作を説明するための
図、および第2図は本発明方法の実施例を示すブ
ロツク回路図である。
1……符号化器、2……変調器、3……送信
機、4……受信機、5……最尤復号器、6……多
数決判定器。
FIG. 1 is a diagram for explaining the operation of the method of the present invention, and FIG. 2 is a block circuit diagram showing an embodiment of the method of the present invention. 1... Encoder, 2... Modulator, 3... Transmitter, 4... Receiver, 5... Maximum likelihood decoder, 6... Majority decider.
Claims (1)
送信し、受信側で受信されたこれら複数のチヤネ
ルの受信データの中から多数決判定法を用いて前
記伝送データを選択する誤り訂正方法において、
前記同一伝送データを符号化した後複数のチヤネ
ルを通じて送信し、前記受信側で受信された複数
のチヤネルの受信データ毎に最尤復号を行つて尤
度関数又は尤度関数差を算出し、算出された前記
尤度関数又は尤度関数差の大きさに応じて決定し
た数だけ復号品質の高いチヤネルの受信データを
選択し、選択された複数の受信データの中で多数
決判定を行つて復号データを得ることを特徴とす
るデータ伝送における誤り訂正方法。1. An error correction method in which the same transmission data is transmitted through a plurality of channels, and the transmission data is selected from among the received data of the plurality of channels received at the receiving side using a majority decision method,
The same transmission data is encoded and then transmitted through a plurality of channels, and maximum likelihood decoding is performed on each received data of the plurality of channels received at the receiving side to calculate a likelihood function or a likelihood function difference. The received data of channels with high decoding quality are selected according to the likelihood function or the magnitude of the likelihood function difference, and a majority decision is made among the plurality of selected received data to determine the decoded data. An error correction method in data transmission characterized by obtaining the following.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24316783A JPS60134630A (en) | 1983-12-23 | 1983-12-23 | Error correction method in data transmission |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP24316783A JPS60134630A (en) | 1983-12-23 | 1983-12-23 | Error correction method in data transmission |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS60134630A JPS60134630A (en) | 1985-07-17 |
JPH0131805B2 true JPH0131805B2 (en) | 1989-06-28 |
Family
ID=17099803
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP24316783A Granted JPS60134630A (en) | 1983-12-23 | 1983-12-23 | Error correction method in data transmission |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60134630A (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63180221A (en) * | 1987-01-21 | 1988-07-25 | Nippon Telegr & Teleph Corp <Ntt> | Soft decision decoding system |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS542614A (en) * | 1977-06-03 | 1979-01-10 | Western Electric Co | Method of and device for reducing interference between signals |
JPS5634225A (en) * | 1979-08-30 | 1981-04-06 | Mitsubishi Electric Corp | Analogue-digital conversion unit |
-
1983
- 1983-12-23 JP JP24316783A patent/JPS60134630A/en active Granted
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS542614A (en) * | 1977-06-03 | 1979-01-10 | Western Electric Co | Method of and device for reducing interference between signals |
JPS5634225A (en) * | 1979-08-30 | 1981-04-06 | Mitsubishi Electric Corp | Analogue-digital conversion unit |
Also Published As
Publication number | Publication date |
---|---|
JPS60134630A (en) | 1985-07-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20020054607A1 (en) | Communication system transmitting encoded signal using block lengths with multiple integral relationship | |
US4630126A (en) | Method of signal transmission with selected signal transmission rate | |
US5787122A (en) | Method and apparatus for transmitting/receiving, encoded data as burst signals using a number of antennas | |
US5400362A (en) | Double sided slot traversing decoding for time division multiple access (TDMA) radio systems | |
EP0950301B1 (en) | Transmitter method and transmission system using adaptive coding based on channel characteristics | |
US5235621A (en) | Receiver systems | |
JPH09503114A (en) | Diversity π / 4-DQPSK demodulation | |
CN1245606A (en) | Method and apparatus for bidirectional demodulation of digitally modulated signals | |
US4117517A (en) | Data compression system for binary facsimile signals | |
US5124979A (en) | Digital data transmission device for a composite transmission signal comprising a main data and a subdata signal | |
JPH0230216B2 (en) | ||
US5987631A (en) | Apparatus for measuring bit error ratio using a viterbi decoder | |
CN114257342B (en) | Coding and decoding method for dual-user multiple access system based on non-binary polarization code | |
US5703911A (en) | Decoding method for trellis codes with large free distances | |
US4110735A (en) | Error detection and correction | |
CA1227562A (en) | Method and apparatus for the transmission of digital luminance- and chrominance television signals | |
JPH0131805B2 (en) | ||
JPH04278743A (en) | Data transmitter | |
JP3005396B2 (en) | Bit interleaved transmission method | |
AU758071B2 (en) | Detection of code vectors in single frequency, multiple transmitter networks | |
US20080298511A1 (en) | Soft-Output Demodulation Apparatus and Method | |
US6408037B1 (en) | High-speed data decoding scheme for digital communication systems | |
EP1248396A1 (en) | Method and receiver for evaluating a radio link quality in a wireless communication network | |
JPS6367376B2 (en) | ||
US5260951A (en) | Error correction circuit for digital data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |