JP2011166227A - Communication system and synchronization establishing method of communication system - Google Patents

Communication system and synchronization establishing method of communication system Download PDF

Info

Publication number
JP2011166227A
JP2011166227A JP2010023379A JP2010023379A JP2011166227A JP 2011166227 A JP2011166227 A JP 2011166227A JP 2010023379 A JP2010023379 A JP 2010023379A JP 2010023379 A JP2010023379 A JP 2010023379A JP 2011166227 A JP2011166227 A JP 2011166227A
Authority
JP
Japan
Prior art keywords
data
preamble
storage means
transmission
communication system
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.)
Pending
Application number
JP2010023379A
Other languages
Japanese (ja)
Inventor
Kazuyuki Yasukawa
和行 安川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP2010023379A priority Critical patent/JP2011166227A/en
Publication of JP2011166227A publication Critical patent/JP2011166227A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a communication system for communicating a packet in a comparatively small data amount with high efficiency to a monitoring and control system where a punctuality of a data transmission and reception is required. <P>SOLUTION: A transmitter transmits preamble data in synchronization with a period prior to a transmission of a data frame transmitted per predetermined period. A receiver matches a reception timing and the transmission period of the transmitter by receiving the preamble data, and receives the data frame transmitted in synchronization with the period. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

この発明は、データを通信する通信システム、および通信システムの同期確立方法に関する。   The present invention relates to a communication system for communicating data, and a synchronization establishment method for the communication system.

一般にデータを送受信するネットワークに、IEEE802.11にて標準化された無線LANやIEEE802.15にて標準化された無線PANなどが知られている。
このような無線ネットワークの仕様に基づいて無線通信を行う送信機は、図5の如く、所定の周波数を発振する基準発振器、この基準発振器の出力を入力し無線搬送波を生成する搬送波発振器、この搬送波発振器によって生成された無線搬送波を送信データにより変調して変調データを出力する変調器、この変調器が出力した変調データを増幅しアンテナを介して送信する増幅器によって構成されている。すなわち、搬送波発振器によって生成された無線搬送波は、送信データを用いて変調器によって変調され、この変調された変調データは、増幅器により増幅されアンテナに給電されて、無線回線に電波として放射される。
また、受信機には送信機が送信した信号がアンテナを介して入力される。受信機は、この入力した信号(受信信号)を増幅器により増幅し、ミキサはこの増幅された受信信号を搬送波発振器が出力する無線搬送波を使って周波数変換する。このミキサの出力を入力する利得制御部は復調器への信号振幅(すなわちミキサ出力)が所定のレベルに達するよう増幅器の利得を制御する。同様ミキサの出力を入力するタイミング検出部は、受信信号の復調タイミングを検出して復調器を起動する。この起動に基づき復調器は、受信信号を復調し受信データを出力する。
In general, a wireless LAN standardized by IEEE 802.11, a wireless PAN standardized by IEEE 802.15, and the like are known as networks for transmitting and receiving data.
As shown in FIG. 5, a transmitter that performs wireless communication based on the specifications of such a wireless network includes a reference oscillator that oscillates a predetermined frequency, a carrier oscillator that inputs the output of the reference oscillator and generates a wireless carrier wave, and this carrier wave. It comprises a modulator that modulates a radio carrier wave generated by an oscillator with transmission data and outputs modulation data, and an amplifier that amplifies the modulation data output from the modulator and transmits it via an antenna. That is, the radio carrier wave generated by the carrier wave oscillator is modulated by the modulator using the transmission data, and the modulated modulation data is amplified by the amplifier, fed to the antenna, and radiated as a radio wave to the radio line.
In addition, a signal transmitted from the transmitter is input to the receiver via an antenna. The receiver amplifies the input signal (reception signal) with an amplifier, and the mixer frequency-converts the amplified reception signal using a radio carrier wave output from a carrier wave oscillator. The gain control unit that inputs the output of the mixer controls the gain of the amplifier so that the signal amplitude to the demodulator (that is, the mixer output) reaches a predetermined level. Similarly, a timing detector that inputs the output of the mixer detects the demodulation timing of the received signal and activates the demodulator. Based on this activation, the demodulator demodulates the received signal and outputs received data.

このように構成された送信機と受信機間のデータ通信方法は、一般に、送信局がデータを送信する際プリアンブルと呼ばれる符号列(ビット同期信号)を送信データの最初に付加して送信し、受信機は、プリアンブルを検出することによって、受信タイミング(ビットサンプリングタイミング)を合わせ、プリアンブルに続くデータを受信するよう構成されている(例えば、特許文献1を参照)。
この特許文献1に記載された発明は、プリアンブルとデータを含む入力信号を受けて、プリアンブルの検出を2段階に分けて実行するよう構成されている。このようにすることで、プリアンブルの検出が高速化され、結果プリアンブル長が短くてもプリアンブルの検出が可能となっている。これは受信回路の工夫によりプリアンブルの短縮を図ったものである。
尚、上述のようにデータの最初にプリアンブルが付加されて送受信されるフレームの構成はアドレスや通信速度などが格納されるヘッダ部と送受信すべき情報(データ本体)が格納されるペイロード部で構成されている。そして、このフレームにプリアンブルを付加して送信することが一般的である(図6)。
A data communication method between a transmitter and a receiver configured in this way is generally transmitted by adding a code string (bit synchronization signal) called a preamble to the beginning of transmission data when the transmitting station transmits data, The receiver is configured to detect reception of the preamble to match reception timing (bit sampling timing) and receive data following the preamble (see, for example, Patent Document 1).
The invention described in Patent Document 1 is configured to receive an input signal including a preamble and data, and to detect the preamble in two stages. In this way, the detection of the preamble is accelerated, and as a result, the preamble can be detected even if the preamble length is short. This is intended to shorten the preamble by devising the receiving circuit.
As described above, the structure of the frame transmitted and received with the preamble added at the beginning of the data is composed of the header part for storing the address and communication speed and the payload part for storing the information (data body) to be transmitted and received. Has been. In general, this frame is transmitted with a preamble added (FIG. 6).

特開2007−124618号公報JP 2007-124618 A

ところで、近年、プラントや工場の監視・制御などを対象とした産業用途に無線通信を適用する検討が進められている。このような産業用途にて扱われるデータは、入出力機器を制御するための制御データやセンサを経由して入力された状態データが大半を占める。このため無線に限らずステーション間で送受信されるデータ量は比較的少なくて済む。例えば、ステーション間で送受信されるデータ量は、アドレスなどの情報を含めても数十バイト程度で済むことが多い。
また、上記のようなデータを扱う産業用システムは、そのデータ更新周期(制御周期)の定時性(所定の時間内でデータをリフレッシュする)すなわちリアルタイム性および高い信頼性が要求される。例えば、1台の端末から数台の端末に対して順次送受信しデータを更新するシステムを想定すると、この全端末の送受信を1msで完了するとき、1端末に割り当てられるデータ送受信時間は100μs未満であることが望ましい。
しかしながら、前述IEEE802.11での無線通信速度は、最大54Mbpsであるにも関わらず、プリアンブルの送信に最短10μsを費やす。従って、前述のような比較的データ量の少ないシステムにIEEE802.11の通信仕様を適用すると、プリアンブルの長さに対してフレーム(有効データ)の長さが相対的に小さくなるという問題、すなわち、通信効率が悪いという問題があった。
By the way, in recent years, studies are being made to apply wireless communication to industrial uses for monitoring and control of plants and factories. Most of the data handled in such industrial applications is control data for controlling input / output devices and state data input via sensors. For this reason, the amount of data transmitted and received between stations, not limited to radio, can be relatively small. For example, the amount of data transmitted / received between stations is often only a few tens of bytes including information such as addresses.
Further, an industrial system that handles data as described above is required to have a fixed data refresh cycle (control cycle) (refresh data within a predetermined time), that is, real-time performance and high reliability. For example, assuming a system in which data is updated by sequentially transmitting / receiving data from one terminal to several terminals, when transmission / reception of all the terminals is completed in 1 ms, the data transmission / reception time allocated to one terminal is less than 100 μs. It is desirable to be.
However, although the wireless communication speed in the above-mentioned IEEE 802.11 is 54 Mbps at the maximum, the minimum 10 μs is spent for transmitting the preamble. Therefore, when the IEEE802.11 communication specification is applied to a system with a relatively small amount of data as described above, the problem is that the length of the frame (effective data) is relatively small with respect to the length of the preamble. There was a problem of poor communication efficiency.

また、IEEE802.11の通信仕様では、プリアンブルの最大送信時間は192μsである。このようなとき、プリアンブルの送信のみで100μsを超えることから、前述のようなリアルタイム性が要求されるシステムにIEEE802.11の通信仕様を適用することは困難である。
本発明は、上記のような問題点を鑑みてなされたものであり、その目的は、データ送受信の定時性が要求される監視・制御システムに対して、データ量が比較的少ないパケットを高効率に通信する無線通信システム、通信システムの同期確立方法を提供することを目的とする。
In the IEEE802.11 communication specification, the maximum preamble transmission time is 192 μs. In such a case, since it exceeds 100 μs only by transmitting the preamble, it is difficult to apply the IEEE802.11 communication specification to a system that requires real-time performance as described above.
The present invention has been made in view of the above-described problems, and its object is to provide a highly efficient packet with a relatively small amount of data for a monitoring / control system that requires punctuality of data transmission / reception. It is an object of the present invention to provide a wireless communication system that communicates with each other and a synchronization establishment method for the communication system.

上述した課題を達成するため本発明の請求項1に係る通信システムは、データを所定の周期毎に送信する送信機と、該送信機から送信されたデータを受信する受信機を有する通信システムにおいて、送信機は周期毎にデータを送信するに先駆けて周期に従ってプリアンブルデータを送信し、受信機はプリアンブルデータを受信することにより受信タイミングを周期に合わせた後、送信機によって周期毎に送信されたデータを受信することを特徴とする。
請求項2に係る通信システムは、請求項1に記載の通信システムであって、送信機は所定の周期毎に送信タイミングを生成する送信タイミング生成手段と、該送信タイミングに従ってデータを出力する記憶手段と、この記憶手段にプリアンブルデータを格納するプリアンブル格納手段と、このプリアンブル格納手段によって記憶手段に格納され該記憶手段から送信タイミングに従って出力されたプリアンブルデータを送信する送信手段を備えることを特徴とする。
請求項3に係る通信システムは、請求項1に記載の通信システムであって、受信機は周期に等しい周期の受信タイミングを生成する受信タイミング生成手段と、プリアンブルデータが受信されると該受信に従って受信タイミングを合わせる受信タイミング補正手段と、この受信タイミング補正手段により補正された受信タイミングに従ってデータを受信する受信手段を備えることを特徴とする。
In order to achieve the above-described problem, a communication system according to claim 1 of the present invention is a communication system having a transmitter for transmitting data at predetermined intervals and a receiver for receiving data transmitted from the transmitter. The transmitter transmits the preamble data according to the cycle prior to transmitting the data every cycle, and the receiver adjusts the reception timing by receiving the preamble data and then transmitted by the transmitter every cycle. It is characterized by receiving data.
The communication system according to claim 2 is the communication system according to claim 1, wherein the transmitter generates a transmission timing for each predetermined period, and a storage means for outputting data according to the transmission timing. And a preamble storage means for storing the preamble data in the storage means, and a transmission means for transmitting the preamble data stored in the storage means by the preamble storage means and outputted from the storage means in accordance with the transmission timing. .
The communication system according to claim 3 is the communication system according to claim 1, wherein the receiver generates reception timing having a period equal to the period, and when the preamble data is received, according to the reception. It is characterized by comprising reception timing correction means for matching reception timing and reception means for receiving data according to the reception timing corrected by the reception timing correction means.

請求項4に係る通信システムは、マスタ局とスレーブ局を有し、所定の周期毎にデータを授受する通信システムであって、マスタ局は所定の周期毎に送信タイミングを生成する送信タイミング生成手段と、該送信タイミングに従ってデータを出力する第1の記憶手段と、データを授受するに先駆けて記憶手段にプリアンブルデータを格納するプリアンブル格納手段と、このプリアンブル格納手段によって第1の記憶手段に格納され、該第1の記憶手段から送信タイミングに従って出力されたプリアンブルデータを送信するプリアンブル送信手段を備え、スレーブ局はマスタ局から送信されたプリアンブルデータに応答するための応答データを第2の記憶手段に格納する応答データ格納手段と、この応答データ格納手段によって第2の記憶手段に格納された応答データをマスタ局から送信されたプリアンブルデータの受信の際に送信する応答データ送信手段を備えることを特徴とする。
請求項5に係る同期確立方法は、マスタ局とスレーブ局を有し、所定の周期毎にデータを授受する通信システムのマスタ局とスレーブ局との同期確立方法であって、マスタ局はデータを授受するに先駆けて周期に従ってプリアンブルデータをスレーブ局に向けて送信し、スレーブ局はプリアンブルデータを受信すると該プリアンブルデータに応答する応答フレームをマスタ局に向けて送信し、マスタ局は応答フレームを受信することによりスレーブ局との同期を確立することを特徴とする。
The communication system according to claim 4 includes a master station and a slave station, and transmits and receives data at a predetermined cycle. The master station generates a transmission timing at a predetermined cycle. First storage means for outputting data in accordance with the transmission timing, preamble storage means for storing preamble data in the storage means prior to data exchange, and stored in the first storage means by the preamble storage means And a preamble transmission means for transmitting the preamble data output from the first storage means according to the transmission timing, and the slave station sends response data for responding to the preamble data transmitted from the master station to the second storage means. Response data storage means for storing, and second storage means by this response data storage means Characterized in that it comprises a response data transmission means for transmitting upon receipt of the preamble data transmitted the stored response data from the master station.
A synchronization establishment method according to claim 5 is a method for establishing synchronization between a master station and a slave station of a communication system having a master station and a slave station, and transmitting and receiving data at a predetermined cycle. Prior to transmission / reception, preamble data is transmitted to the slave station according to the cycle. When the slave station receives the preamble data, the slave station transmits a response frame in response to the preamble data to the master station, and the master station receives the response frame. Thus, synchronization with the slave station is established.

請求項6に係る同期確立方法は、請求項5に記載された通信システムのマスタ局とスレーブ局との同期確立方法であって、応答フレームには同期完了情報が付加され、マスタ局は同期完了情報が付加された応答フレームを受信するまでスレーブ局に向けたプリアンブルデータの送信を周期毎に繰り返すことを特徴とする。   The synchronization establishment method according to claim 6 is a synchronization establishment method between the master station and the slave station of the communication system according to claim 5, wherein synchronization completion information is added to the response frame, and the master station completes synchronization. The transmission of preamble data toward the slave station is repeated every period until a response frame to which information is added is received.

本発明によれば、送信機は所定の周期毎にデータを送信するに先駆けて所定の周期に同期してプリアンブルデータを送信するよう構成された。一方、受信機はプリアンブルデータを受信することにより受信タイミングを送信機の送信周期に合わせ、該受信機は送信機によって所定の周期毎に送信されるデータフレームを受信するよう構成された。
従って本発明は、送信機によるデータフレームの送信に先駆けて予め受信機の受信タイミングを送信機の送信タイミングに合わせるのでデータフレームの先頭に付随されるプリアンブルが不要になる。よって本発明は、データフレームの送信の際にプリアンブルを付加する必要がないため、高効率な無線通信が可能になり、特に比較的データ量が少ないパケットを高効率にかつ定時性を維持しながら通信することができる。
According to the present invention, the transmitter is configured to transmit the preamble data in synchronization with the predetermined period prior to transmitting the data every predetermined period. On the other hand, the receiver adjusts the reception timing to the transmission cycle of the transmitter by receiving the preamble data, and the receiver is configured to receive data frames transmitted at predetermined intervals by the transmitter.
Therefore, according to the present invention, since the reception timing of the receiver is matched with the transmission timing of the transmitter in advance prior to the transmission of the data frame by the transmitter, the preamble attached to the head of the data frame becomes unnecessary. Therefore, since the present invention does not need to add a preamble when transmitting a data frame, high-efficiency wireless communication is possible, especially while maintaining a highly efficient and punctuality of a packet with a relatively small amount of data. Can communicate.

本発明の実施例1に係る無線送信機、無線受信機のブロック図である。1 is a block diagram of a wireless transmitter and a wireless receiver according to Embodiment 1 of the present invention. 本発明の実施例1に従って、無線送信機の送信タイミングチャートである。3 is a transmission timing chart of the wireless transmitter according to the first embodiment of the present invention. 本発明の実施例2に係る無線送受信機のブロック図である。It is a block diagram of the radio | wireless transmitter / receiver which concerns on Example 2 of this invention. 本発明の実施例2に従って、無線送受信機の送受信タイミングチャートである。It is a transmission / reception timing chart of a radio | wireless transmitter / receiver according to Example 2 of this invention. 従来の無線送信機、無線受信機のブロック図である。It is a block diagram of the conventional radio transmitter and radio receiver. 従来のプリアンブルの構成を示す図である。It is a figure which shows the structure of the conventional preamble.

以下、本発明の好適な実施形態について図1〜図4の図面を基に説明する。尚、これらの図面は本発明の一実施形態を説明するための図面であって、これらの図面によって本発明が限定されるものではない。また、同構成は同符号を付してある。
Hereinafter, a preferred embodiment of the present invention will be described with reference to the drawings of FIGS. These drawings are for explaining an embodiment of the present invention, and the present invention is not limited by these drawings. Further, the same components are denoted by the same reference numerals.

図1は、本発明の第1の実施形態に係る構成図である。図1において、1は無線回線にデータを送信する送信機である。15は所定の周波数を発振する基準発振器であり、14は基準発振器15の出力を入力し無線搬送波を生成する搬送波発振器である。また、13はバッファ11を介して得た送信データにより無線搬送波を変調して変調データを出力する変調器である。16は変調器13が出力した変調データを増幅し、アンテナ10を介して無線回線に変調データを送信する増幅器である。
そして、12は基準発振器の出力を入力して所定の周期毎に送信タイミングを出力する送信タイミング生成部であり、カウンタなどで容易に実現することができる。この送信タイミングはバッファ11に与えられている。
バッファ11には、アンダーランが生じないよう送信データが逐次格納され、バッファ11は前述送信タイミングに従って、該バッファ11に格納された送信データを変調器13に順次出力する。すなわち、バッファ11はFIFO形式のバッファであり、該バッファに格納された送信データを送信タイミングに同期して順次変調器に出力する。
このように送信機1は、バッファ11に格納された送信データを送信タイミング毎に無線送信する。尚、この実施例で扱う送信データとは、後述のプリアンブルデータもしくはデータフレームである。
FIG. 1 is a configuration diagram according to the first embodiment of the present invention. In FIG. 1, reference numeral 1 denotes a transmitter that transmits data to a wireless line. Reference numeral 15 denotes a reference oscillator that oscillates at a predetermined frequency. Reference numeral 14 denotes a carrier oscillator that receives the output of the reference oscillator 15 and generates a radio carrier wave. Reference numeral 13 denotes a modulator that modulates a radio carrier wave with transmission data obtained through the buffer 11 and outputs modulated data. Reference numeral 16 denotes an amplifier that amplifies the modulation data output from the modulator 13 and transmits the modulation data to the radio line via the antenna 10.
Reference numeral 12 denotes a transmission timing generation unit that inputs the output of the reference oscillator and outputs the transmission timing every predetermined period, and can be easily realized by a counter or the like. This transmission timing is given to the buffer 11.
Transmission data is sequentially stored in the buffer 11 so as not to cause an underrun. The buffer 11 sequentially outputs the transmission data stored in the buffer 11 to the modulator 13 in accordance with the transmission timing. That is, the buffer 11 is a FIFO buffer, and the transmission data stored in the buffer is sequentially output to the modulator in synchronization with the transmission timing.
As described above, the transmitter 1 wirelessly transmits the transmission data stored in the buffer 11 at each transmission timing. The transmission data handled in this embodiment is preamble data or a data frame described later.

送信データは、不図示の制御プロセッサなどによって逐次バッファ11に格納される。例えばプリアンブルデータを送信する際には、制御プロセッサが実行するプリアンブル格納手段によって所定のビットパターンのプリアンブルデータがバッファ11にセットされる。このようにしてセットされたプリアンブルデータは送信タイミングに同期して送信される。
同図1において、2は無線回線からデータを受信する受信機である。24は所定の周波数を発振する基準発振器である。この基準発振器24の発振周波数は送信機1が備える基準発振器15の発振周波数に等しい。23は基準発振器24の出力を入力し無線搬送波を生成する搬送波発振器である。この無線搬送波の周波数は、送信機1が備える搬送波発振器14が生成する周波数と等しい。
続いて、21は後述の利得制御部25による制御のもとアンテナ20を介して入力された受信信号を増幅して出力する増幅器である。22は増幅器21を介して得た受信信号を無線搬送波を使って周波数変換するミキサである。25はミキサ22の出力を受け、復調器27への信号の振幅が適正になるように増幅器21の利得を制御する利得制御部である。26はミキサ22の出力信号を入力し、受信信号の復調タイミングを検出して復調器27を起動するタイミング検出部である。27はタイミング検出部26からの起動に基づき、受信信号を復調し受信データを出力する復調器である。
The transmission data is sequentially stored in the buffer 11 by a control processor (not shown) or the like. For example, when transmitting the preamble data, the preamble data having a predetermined bit pattern is set in the buffer 11 by the preamble storage means executed by the control processor. The preamble data set in this way is transmitted in synchronization with the transmission timing.
In FIG. 1, reference numeral 2 denotes a receiver that receives data from a wireless line. A reference oscillator 24 oscillates at a predetermined frequency. The oscillation frequency of the reference oscillator 24 is equal to the oscillation frequency of the reference oscillator 15 provided in the transmitter 1. Reference numeral 23 denotes a carrier wave oscillator that receives the output of the reference oscillator 24 and generates a radio carrier wave. The frequency of this radio carrier wave is equal to the frequency generated by the carrier wave oscillator 14 provided in the transmitter 1.
Subsequently, 21 is an amplifier that amplifies and outputs a received signal input via the antenna 20 under the control of a gain control unit 25 described later. A mixer 22 converts the frequency of the received signal obtained via the amplifier 21 using a radio carrier wave. A gain control unit 25 receives the output of the mixer 22 and controls the gain of the amplifier 21 so that the amplitude of the signal to the demodulator 27 becomes appropriate. A timing detection unit 26 receives the output signal of the mixer 22, detects the demodulation timing of the received signal, and activates the demodulator 27. Reference numeral 27 denotes a demodulator that demodulates a received signal and outputs received data based on activation from the timing detection unit 26.

このように受信機2は、アンテナ20を介して受信された受信信号をミキサ22によって周波数変換し、この周波数変換された信号をもとに受信タイミング検出部26が受信信号の復調タイミングを検出して復調器27を起動し、復調器27は復調タイミングに従って受信信号を復調する。
このような構成の基、送信機1から出力されるデータは図2の如くフレーム送信される。図2において、時間軸は左から右に流れ、P1,P2・・・Pnはプリアンブルデータである。また、D1,D2,D3はアドレス情報などのヘッダと本来送受信すべきデータ本体(ペイロード)が格納されたデータフレームである。Tは、前述送信タイミング生成部12が生成した送信タイミング毎に送信されたフレームの送信間隔時間であり、一定の周期1msが保たれている。この例では、フレーム送信間隔を制御周期(端末どうしのデータ更新周期)に一致させている。また、プリアンブルデータとデータフレームはその長さが同一である。
この例の場合、それぞれのデータ長は50byteである。例えば、変調速度を10Mbpsとするとそれぞれのフレームが送出される時間は40μsである。
同様図2を参照しながら、送信機1と受信機2の動きを説明する。図2において、送信機1は、データフレームの送信に先駆けてプリアンブルデータを周期T毎に複数回送信している。この回数は、受信機2のタイミング検出部26の受信タイミング検出、および利得制御部25の利得制御を完了させる数を送信すれば良い。続いて、送信機1は、データフレームを周期Tに同期して送信している。
In this way, the receiver 2 frequency-converts the received signal received via the antenna 20 by the mixer 22, and the reception timing detector 26 detects the demodulation timing of the received signal based on the frequency-converted signal. Then, the demodulator 27 is activated, and the demodulator 27 demodulates the received signal according to the demodulation timing.
Based on such a configuration, data output from the transmitter 1 is transmitted in a frame as shown in FIG. In FIG. 2, the time axis flows from left to right, and P1, P2,... Pn are preamble data. D1, D2 and D3 are data frames in which a header such as address information and a data body (payload) to be originally transmitted / received are stored. T is a transmission interval time of a frame transmitted at each transmission timing generated by the transmission timing generation unit 12, and a constant period of 1 ms is maintained. In this example, the frame transmission interval is made to coincide with the control cycle (data update cycle between terminals). The preamble data and the data frame have the same length.
In this example, each data length is 50 bytes. For example, if the modulation rate is 10 Mbps, the time for transmitting each frame is 40 μs.
Similarly, the movement of the transmitter 1 and the receiver 2 will be described with reference to FIG. In FIG. 2, the transmitter 1 transmits preamble data a plurality of times every period T prior to the transmission of the data frame. For this number of times, a number for completing the reception timing detection of the timing detection unit 26 of the receiver 2 and the gain control of the gain control unit 25 may be transmitted. Subsequently, the transmitter 1 transmits a data frame in synchronization with the period T.

一方、受信機2は、送信機1が送信したフレーム(図2)を受信している。受信機2に備えられた受信タイミング検出部26は、基準発振器24の出力を入力し周期Tの受信タイミング信号を生成している。これはカウンタなどによって達成され、このカウンタはプリセット状態で受信タイミング信号を出力するよう構成されている。このように構成された受信タイミング検出部26は、受信されたデータがプリアンブルデータであるか否か常に監視している。
受信タイミング検出部26はプリアンブルデータを検出するとこの検出に合わせてカウンタをプリセットする。そして、カウンタがプリセットされると同時に受信タイミング信号が出力される。このようにして、この受信タイミング信号はプリアンブルデータの検出に同期して補正され、新たなプリアンブルデータを検出するまで周期Tを維持する。すなわち、受信タイミング検出部26は、プリアンブルデータを検出して受信タイミング信号を補正することにより、受信タイミングを送信機1の送信タイミングに合わせる。以降、この受信タイミングは送信機1の送信タイミングに同期が維持される。よって、受信機は補正された受信タイミングに従ってデータフレームを取り込めばそのデータフレームを正常に受信することができる。
On the other hand, the receiver 2 receives the frame (FIG. 2) transmitted by the transmitter 1. The reception timing detection unit 26 provided in the receiver 2 receives the output of the reference oscillator 24 and generates a reception timing signal having a period T. This is achieved by a counter or the like, and this counter is configured to output a reception timing signal in a preset state. The reception timing detection unit 26 configured as described above constantly monitors whether the received data is preamble data.
When detecting the preamble data, the reception timing detection unit 26 presets a counter in accordance with this detection. A reception timing signal is output simultaneously with the presetting of the counter. In this way, the reception timing signal is corrected in synchronization with the detection of the preamble data, and the period T is maintained until new preamble data is detected. That is, the reception timing detection unit 26 adjusts the reception timing to the transmission timing of the transmitter 1 by detecting the preamble data and correcting the reception timing signal. Thereafter, the reception timing is kept synchronized with the transmission timing of the transmitter 1. Therefore, if the receiver captures the data frame according to the corrected reception timing, the data frame can be normally received.

また、利得制御部25は、受信タイミング検出部26が出力する受信タイミング毎に復調器27への信号振幅が適正になるよう増幅器21の利得を制御する。この制御はプリアンブルデータが受信される毎に徐々に実行されるため、所定数のプリアンブルデータを受信して適正な利得を得るまで継続される。適正な利得を得て利得制御を完了すると、利得制御部25は復調器27に向けて復調機能を有効とするイネーブル信号を出力する。以降、復調器27はデータフレームを適切に復調可能になる。
このように送受信機間の同期が確立された後、その同期が維持されるため、周期T毎に送信されたデータフレームは、そのデータフレームの先頭にプリアンブルが付加されることなく受信機2に受信される。従って、データフレームの送受信の際にプリアンブルが不要となり、高効率な無線通信が可能となる。
なお、送信機1の搬送波と送信データは共通のクロック源(基準発振15)を用いて生成されるので、搬送波と送信データの同期は常に担保されている。
また、この時、無線回線の特性変動の速度であるドップラーシフトから求められるコヒーレンス時間は、データ送受信周期に対して十分に長いこととする。無線機が固定のとき、無線機が移動することによって発生するフェージングの速度(ドップラーシフト)は周囲に存在する電波の反射物の移動速度により規定される。またコヒーレンス時間はドップラーシフトの逆数で算出される。
Further, the gain control unit 25 controls the gain of the amplifier 21 so that the signal amplitude to the demodulator 27 is appropriate for each reception timing output by the reception timing detection unit 26. Since this control is gradually executed every time the preamble data is received, the control is continued until a predetermined number of preamble data is received and an appropriate gain is obtained. When an appropriate gain is obtained and the gain control is completed, the gain control unit 25 outputs an enable signal for enabling the demodulation function to the demodulator 27. Thereafter, the demodulator 27 can appropriately demodulate the data frame.
Since the synchronization between the transmitter and the receiver is thus established, the synchronization is maintained, so that the data frame transmitted every period T is sent to the receiver 2 without adding a preamble to the head of the data frame. Received. Therefore, a preamble is not required when data frames are transmitted and received, and highly efficient wireless communication is possible.
Since the carrier wave and transmission data of the transmitter 1 are generated using a common clock source (reference oscillation 15), synchronization between the carrier wave and the transmission data is always ensured.
At this time, the coherence time obtained from the Doppler shift, which is the speed of fluctuation of the characteristics of the wireless channel, is sufficiently long with respect to the data transmission / reception cycle. When the radio is fixed, the fading speed (Doppler shift) generated by the movement of the radio is defined by the moving speed of the reflecting object of the radio wave existing around. Also, the coherence time is calculated by the reciprocal of the Doppler shift.

このため、例えば、無線搬送波周波数を2.4GHz、反射物の移動速度を時速4km(人の移動速度程度)とすると、ドップラーシフトは約200Hz、コヒーレンス時間は5msである。フレーム送信間隔時間を1msに対してコヒーレンス時間が5msであれば、無線回線の特性が大幅に変動しない許容時間であるため、送受信機間の同期が維持されたまま通信することができる。
コヒーレンス時間と無線通信周期(フレーム送信間隔時間)との関係を考えた場合、時刻tにおける無線回線特性を周波数応答h(f,t)で標記することができる。一般に、任意の2つの時刻t1とt2の間隔が、コヒーレンス時間内にあるとすると、h(f,t1)=h(f,t2)とみなす事ができる。このため、フレーム送信間隔がコヒーレンス時間に対して短い場合であれば無線回線特性は変動しない。すなわち、フレーム送信間隔時間より短いフレームを送信すれば、無線回線特性は変動しない。
For this reason, for example, when the radio carrier frequency is 2.4 GHz and the moving speed of the reflector is 4 km / h (about the moving speed of a person), the Doppler shift is about 200 Hz and the coherence time is 5 ms. If the coherence time is 5 ms with respect to the frame transmission interval time of 1 ms, it is an allowable time in which the characteristics of the wireless line do not vary greatly, and therefore communication can be performed while maintaining synchronization between the transceivers.
When considering the relationship between the coherence time and the radio communication cycle (frame transmission interval time), the radio channel characteristics at time t can be represented by the frequency response h (f, t). In general, if the interval between any two times t1 and t2 is within the coherence time, it can be considered that h (f, t1) = h (f, t2). For this reason, if the frame transmission interval is shorter than the coherence time, the radio channel characteristics do not change. That is, if a frame shorter than the frame transmission interval time is transmitted, the wireless channel characteristics do not change.

図3は、本発明の第2の実施形態に係る構成図である。図3と図1の同符号が付されたものはそれぞれ同機能を有する。図3において、3は無線回線を介してデータを双方向に通信する送受信機である。基準発振器15の出力は搬送波発振器14、送信タイミング生成部32、受信タイミング検出部26のそれぞれに入力される。SW31はセレクタなどの切替え手段である。そして、送受信機3は送受切替信号によってSW31が切替えられることにより送信帯域と受信帯域を切替えて他の送受信機と通信を行う。30はアンテナである。
送信タイミング生成部32は基準発振器15のクロックをカウンタで分周して周期T毎に送信タイミングを出力することに加えて、受信タイミング検出部26からの信号を基に送信タイミングが出力されるようになっている。すなわち、送信タイミング生成部32が出力する送信タイミングはカウンタ出力と受信タイミング検出部26からの信号とがORされた信号である。
送受信機3は送信タイミング生成部12が生成した送信タイミングに従ってバッファ11に格納された送信データを変調器13および増幅器16を通じて送信する。このときSW31は送信データをアンテナ30に給電するようデータ経路が選択される。また、受信時にSW31は、アンテナから受信される信号を増幅器21に出力するようデータ経路が選択される。このように送受信機3は、SW31により送信又は受信のいずれか一方のデータ経路が選択されて無線通信する。
FIG. 3 is a configuration diagram according to the second embodiment of the present invention. 3 and 1 denoted by the same reference numerals have the same functions. In FIG. 3, reference numeral 3 denotes a transceiver that communicates data bidirectionally via a wireless line. The output of the reference oscillator 15 is input to each of the carrier wave oscillator 14, the transmission timing generation unit 32, and the reception timing detection unit 26. SW31 is switching means such as a selector. The transmitter / receiver 3 communicates with other transmitters / receivers by switching the transmission band and the reception band when the SW 31 is switched by the transmission / reception switching signal. Reference numeral 30 denotes an antenna.
The transmission timing generation unit 32 divides the clock of the reference oscillator 15 by a counter and outputs the transmission timing every period T, so that the transmission timing is output based on the signal from the reception timing detection unit 26. It has become. That is, the transmission timing output from the transmission timing generation unit 32 is a signal obtained by ORing the counter output and the signal from the reception timing detection unit 26.
The transceiver 3 transmits the transmission data stored in the buffer 11 through the modulator 13 and the amplifier 16 according to the transmission timing generated by the transmission timing generation unit 12. At this time, the data path is selected so that the SW 31 supplies the transmission data to the antenna 30. Further, at the time of reception, the data path is selected so that the SW 31 outputs a signal received from the antenna to the amplifier 21. In this way, the transceiver 3 performs wireless communication by selecting either the transmission or reception data path by the SW 31.

図4はマスタ1台と複数台(n台)のスレーブが無線回線を介して通信するよう構成されたシステムのマスタとスレーブ間の送受信を示す図である。このマスタとスレーブにはそれぞれ送受信機3が適用されている。
マスタは上述のように、バッファ11に格納されたプリアンブルデータP1を送信タイミングに同期して送信している。このプリアンブルデータP1を受信したスレーブは、受信タイミング検出部26によって受信タイミングが出力され、この受信タイミングを受けた送信タイミング生成部32が送信タイミングをバッファ11に与える。そして、このバッファ11に与えられた送信タイミングに同期して、同スレーブは、P1´をマスタに応答している。すなわち、P1´は応答データであり、P1´は不図示の制御プロセッサが実行する応答データ格納手段によってバッファ11に格納される。このようにして格納された応答データはマスタ局からプリアンブルデータを受信した際に送信される。
このとき、SW31は送信データを送信するようそのデータ経路を受信タイミングに従って切替える。また、このときマスタは設定などによってスレーブの応答に対してデータを送信しないように構成されている。以降、マスタは周期T毎にスレーブに向けてプリアンブルデータを順次送信し、スレーブはプリアンブルデータに応答する。マスタは全てのスレーブに向けてプリアンブルデータを送信しスレーブからの応答を受信すると同期が確立されたと判定し、以降、データフレームをスレーブに向けて送信し、スレーブはデータフレームに対する応答を送信する。
FIG. 4 is a diagram showing transmission / reception between a master and a slave in a system configured such that one master and a plurality of (n) slaves communicate via a wireless line. A transmitter / receiver 3 is applied to each of the master and the slave.
As described above, the master transmits the preamble data P1 stored in the buffer 11 in synchronization with the transmission timing. The slave that has received the preamble data P1 outputs the reception timing by the reception timing detection unit 26, and the transmission timing generation unit 32 that has received the reception timing gives the transmission timing to the buffer 11. In synchronization with the transmission timing given to the buffer 11, the slave responds P1 ′ to the master. That is, P1 ′ is response data, and P1 ′ is stored in the buffer 11 by response data storage means executed by a control processor (not shown). The response data stored in this manner is transmitted when the preamble data is received from the master station.
At this time, the SW 31 switches the data path according to the reception timing so as to transmit the transmission data. At this time, the master is configured not to transmit data in response to the slave response by setting or the like. Thereafter, the master sequentially transmits preamble data to the slave every period T, and the slave responds to the preamble data. When the master transmits preamble data to all slaves and receives a response from the slave, it determines that synchronization has been established. Thereafter, the master transmits a data frame to the slave, and the slave transmits a response to the data frame.

また、プリアンブルデータに対するマスタへの応答に同期制御および利得制御の完了を示す同期完了情報を格納して送信するようスレーブを構成し、マスタはスレーブからの同期完了情報が含まれた応答を受信するまで該スレーブに向けてプリアンブルデータを送信し続けるように構成すれば、より信頼性の高い無線通信(無線リンク)を確立できる。
The slave is configured to store and transmit synchronization completion information indicating completion of synchronization control and gain control in the response to the master for the preamble data, and the master receives a response including the synchronization completion information from the slave. If it is configured to continue transmitting preamble data to the slave, it is possible to establish more reliable wireless communication (wireless link).

1 送信機
2 受信機
3 送受信機
4 送信機(従来)
5 受信機(従来)
10、20、30、40、50 アンテナ
11 バッファ
12 送信タイミング生成部
13 変調器
14 搬送波発振器
15 基準発振器
16 増幅器
21 増幅器
22 ミキサ
23 搬送波発振器
24 基準発振器
25 利得制御部
26 受信タイミング検出部
27 復調器
31 セレクタ
32 送信タイミング生成部

1 Transmitter 2 Receiver 3 Transceiver 4 Transmitter (Conventional)
5 Receiver (conventional)
10, 20, 30, 40, 50 Antenna 11 Buffer 12 Transmission timing generator 13 Modulator 14 Carrier oscillator 15 Reference oscillator 16 Amplifier 21 Amplifier 22 Mixer 23 Carrier oscillator 24 Reference oscillator 25 Gain controller 26 Reception timing detector 27 Demodulator 31 selector 32 transmission timing generator

Claims (6)

データを所定の周期毎に送信する送信機と、該送信機から送信されたデータを受信する受信機を有する通信システムにおいて、
前記送信機は、
前記周期毎にデータを送信するに先駆けて前記周期に従ってプリアンブルデータを送信し、
前記受信機は、
前記プリアンブルデータを受信することにより受信タイミングを前記周期に合わせた後、前記送信機によって前記周期毎に送信された前記データを受信することを特徴とする通信システム。
In a communication system having a transmitter that transmits data at predetermined intervals and a receiver that receives data transmitted from the transmitter,
The transmitter is
Prior to sending data every cycle, sending preamble data according to the cycle,
The receiver
A communication system comprising: receiving the preamble data; and adjusting the reception timing to the period, and then receiving the data transmitted by the transmitter for each period.
請求項1に記載の通信システムであって、
前記送信機は、
所定の周期毎に送信タイミングを生成する送信タイミング生成手段と、
該送信タイミングに従ってデータを出力する記憶手段と、
この記憶手段に前記プリアンブルデータを格納するプリアンブル格納手段と、
このプリアンブル格納手段によって前記記憶手段に格納され、該記憶手段から前記送信タイミングに従って出力された前記プリアンブルデータを送信する送信手段を備えることを特徴とする通信システム。
The communication system according to claim 1,
The transmitter is
Transmission timing generation means for generating transmission timing for each predetermined period;
Storage means for outputting data according to the transmission timing;
Preamble storage means for storing the preamble data in the storage means;
A communication system comprising: transmission means for transmitting the preamble data stored in the storage means by the preamble storage means and output from the storage means in accordance with the transmission timing.
請求項1に記載の通信システムであって、
前記受信機は、
前記周期に等しい周期の受信タイミングを生成する受信タイミング生成手段と、
前記プリアンブルデータが受信されると該受信に従って前記受信タイミングを合わせる受信タイミング補正手段と、
この受信タイミング補正手段により補正された前記受信タイミングに従って前記データを受信する受信手段を備えることを特徴とする通信システム。


The communication system according to claim 1,
The receiver
Reception timing generating means for generating a reception timing having a period equal to the period;
Reception timing correction means for adjusting the reception timing according to the reception when the preamble data is received;
A communication system comprising receiving means for receiving the data in accordance with the reception timing corrected by the reception timing correcting means.


マスタ局とスレーブ局を有し、所定の周期毎にデータを授受する通信システムであって、
前記マスタ局は、
所定の周期毎に送信タイミングを生成する送信タイミング生成手段と、
該送信タイミングに従ってデータを出力する第1の記憶手段と、
前記データを授受するに先駆けて前記記憶手段に前記プリアンブルデータを格納するプリアンブル格納手段と、
このプリアンブル格納手段によって前記第1の記憶手段に格納され、該第1の記憶手段から前記送信タイミングに従って出力された前記プリアンブルデータを送信するプリアンブル送信手段を備え、
前記スレーブ局は、
前記マスタ局から送信されたプリアンブルデータに応答するための応答データを第2の記憶手段に格納する応答データ格納手段と、
この応答データ格納手段によって前記第2の記憶手段に格納された応答データを、前記マスタ局から送信された前記プリアンブルデータの受信の際に送信する応答データ送信手段を備えることを特徴とする通信システム。
A communication system having a master station and a slave station and exchanging data every predetermined cycle,
The master station
Transmission timing generation means for generating transmission timing for each predetermined period;
First storage means for outputting data according to the transmission timing;
Preamble storage means for storing the preamble data in the storage means prior to sending and receiving the data;
Comprising preamble transmission means for transmitting the preamble data stored in the first storage means by the preamble storage means and output in accordance with the transmission timing from the first storage means;
The slave station
Response data storage means for storing response data for responding to preamble data transmitted from the master station in a second storage means;
A communication system comprising response data transmission means for transmitting the response data stored in the second storage means by the response data storage means when receiving the preamble data transmitted from the master station. .
マスタ局とスレーブ局を有し、所定の周期毎にデータを授受する通信システムのマスタ局とスレーブ局との同期確立方法であって、
前記マスタ局は、
前記データを授受するに先駆けて前記周期に従ってプリアンブルデータをスレーブ局に向けて送信し、
前記スレーブ局は前記プリアンブルデータを受信すると該プリアンブルデータに応答する応答フレームを前記マスタ局に向けて送信し、
前記マスタ局は前記応答フレームを受信することにより前記スレーブ局との同期を確立することを特徴とするマスタ局とスレーブ局との同期確立方法。
A method for establishing synchronization between a master station and a slave station in a communication system that has a master station and a slave station and exchanges data every predetermined cycle,
The master station
Prior to sending and receiving the data, the preamble data is transmitted to the slave station according to the cycle,
When the slave station receives the preamble data, it transmits a response frame responding to the preamble data to the master station,
The master station establishes synchronization with the slave station by receiving the response frame, and establishes synchronization between the master station and the slave station.
請求項5に記載された通信システムのマスタ局とスレーブ局との同期確立方法であって、
前記応答フレームには同期完了情報が付加され、
前記マスタ局は前記同期完了情報が付加された応答フレームを受信するまで前記スレーブ局に向けた前記プリアンブルデータの送信を前記周期毎に繰り返すことを特徴とするマスタ局とスレーブ局の同期確立方法。

A method for establishing synchronization between a master station and a slave station of the communication system according to claim 5,
Synchronization completion information is added to the response frame,
The master station and the slave station for establishing synchronization, wherein the master station repeats transmission of the preamble data to the slave station every cycle until receiving a response frame to which the synchronization completion information is added.

JP2010023379A 2010-02-04 2010-02-04 Communication system and synchronization establishing method of communication system Pending JP2011166227A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010023379A JP2011166227A (en) 2010-02-04 2010-02-04 Communication system and synchronization establishing method of communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010023379A JP2011166227A (en) 2010-02-04 2010-02-04 Communication system and synchronization establishing method of communication system

Publications (1)

Publication Number Publication Date
JP2011166227A true JP2011166227A (en) 2011-08-25

Family

ID=44596445

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010023379A Pending JP2011166227A (en) 2010-02-04 2010-02-04 Communication system and synchronization establishing method of communication system

Country Status (1)

Country Link
JP (1) JP2011166227A (en)

Similar Documents

Publication Publication Date Title
EP4207927A1 (en) Multi-link device, communication method, and storage medium
US7460836B2 (en) Method and system for providing adaptive probe requests
US7961828B2 (en) Sync bursts frequency offset compensation
US10420008B2 (en) Method and system for utilizing out of band signaling for calibration and configuration of a mesh network of EHF transceivers/repeaters
EP1263168A2 (en) Wireless communication apparatus
US9847889B2 (en) Packet trains to improve packet success rate in carrier sense multiple access networks
KR100729169B1 (en) Sync bursts for frequency offset compensation
US9716528B2 (en) Per-channel adaptive code rates in channel-hopping networks
US20230336209A1 (en) Independent sequence processing to facilitate security between nodes in wireless networks
US20030072273A1 (en) System and method for transmitting data in Ultra Wide Band frequencies in a de-centralized system
JP2010056761A (en) Radio communication device
EP3369288A1 (en) Mesh network connectivity
WO2006115864A3 (en) Method and apparatus for generating loud packets to estimate path loss
KR100862954B1 (en) Rescue beacon
KR100615718B1 (en) Synchronization
US8958758B2 (en) Communication apparatus performing automatic gain control and field length selection for a communication frame
US20130107831A1 (en) Apparatus and method for transmitting and receiving signal in a near field communication system
RU2019110436A (en) SYSTEM AND METHOD OF PROTECTED OPERATION OF THE DEVICE
CA2638206C (en) Configurable frequency hopping system and methods
JP2015177284A (en) Radio device and program to be executed therein
JP2011166227A (en) Communication system and synchronization establishing method of communication system
KR100866363B1 (en) Method of transmitting for low power in wireless network and apparatus thereof
US9253723B2 (en) Communication devices, radio switch and method for communication
WO2007087467A2 (en) Method and apparatus for operating a node in a beacon-based ad-hoc network
US20120093175A1 (en) Method and apparatus of transmitting packet in communication system

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20110422