JPH07283757A - Sound data communication equipment - Google Patents

Sound data communication equipment

Info

Publication number
JPH07283757A
JPH07283757A JP6075226A JP7522694A JPH07283757A JP H07283757 A JPH07283757 A JP H07283757A JP 6075226 A JP6075226 A JP 6075226A JP 7522694 A JP7522694 A JP 7522694A JP H07283757 A JPH07283757 A JP H07283757A
Authority
JP
Japan
Prior art keywords
data
message
voice
error
rate
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
JP6075226A
Other languages
Japanese (ja)
Inventor
Kensuke Yamane
謙介 山根
Hideo Taki
秀士 滝
Akira Suzuki
晶 鈴木
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP6075226A priority Critical patent/JPH07283757A/en
Publication of JPH07283757A publication Critical patent/JPH07283757A/en
Pending legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)
  • Reduction Or Emphasis Of Bandwidth Of Signals (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Abstract

PURPOSE:To reduce the probability of abort of the received data due to the data errors even if the noises are increased in a reception environment. CONSTITUTION:A sound data receiving device 1A receives the sound data from a sound data transmitting device 10. Then the device 1A detects the errors of received data by a CRC bit decider unit 1E and produces a message to designate the data compression rate and the retransmission frequency of the transmitter side by a message generator 1G based on the error rate decided by an error rate decider unit 1F to send the message to the device 10. Thus a coder 13 of the device 10 compresses the sound data at a designated rate. A CRC bit generator 14 adds a CRC bit to the compressed data to generate the compressed data packets and stores these packets in a data buffer 15. Meanwhile a retransmission counter 16 counts the retransmission frequency designated by the message and reads the compressed data packets out of the buffer 15 in the counted frequency to array them in a single frame and then sends out these packets by a transmitter 19.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は無線通信分野における音
声データ通信装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a voice data communication device in the field of wireless communication.

【0002】[0002]

【従来の技術】近年、無線通信による音声伝送において
アナログ方式からディジタル方式への移行が進行しつつ
ある。
2. Description of the Related Art In recent years, in voice transmission by radio communication, a transition from an analog system to a digital system is progressing.

【0003】以下、従来の音声データ通信装置について
図面を参照しながら説明する。図3は従来の音声データ
通信装置における音声データ送信装置と音声データ受信
装置の概略構成を示すブロック図である。図において、
30は音声データ送信装置、36は音声データ受信装置
である。音声データ送信装置30において、31は音声
を取り込むマイクロホン(以下、マイクと称す)、32
は取り込んだ音声をディジタル符号化するPCM変復調
器(以下、PCM CODECと称す)、33はディジ
タル符号化した音声データを可変レートで圧縮する符号
器、34は圧縮データに対してCRCビットを付与する
CRCビット生成器、35はデータを電波に乗せて送信
する送信器である。また、音声データ受信装置36にお
いて、3Bは前記データを受信する受信器、3Aは受信
したデータに付与されているCRCビットをチェックし
て受信したデータが誤り(以下、エラーと称す)を含む
か否かを判定するCRCビット判定器、39は圧縮デー
タを伸長する複合器、38はディジタル符号化されたデ
ータをアナログ音声データに復号するPCM CODE
C、37は音声を出力するスピーカである。
A conventional voice data communication device will be described below with reference to the drawings. FIG. 3 is a block diagram showing a schematic configuration of a voice data transmitting device and a voice data receiving device in a conventional voice data communication device. In the figure,
Reference numeral 30 is a voice data transmitter, and 36 is a voice data receiver. In the voice data transmitting device 30, 31 is a microphone (hereinafter, referred to as a microphone) for capturing voice, 32
Is a PCM modulator / demodulator (hereinafter referred to as PCM CODEC) that digitally encodes the captured voice, 33 is an encoder that compresses the digitally encoded voice data at a variable rate, and 34 is a CRC bit for the compressed data. A CRC bit generator, 35 is a transmitter for transmitting data by placing it on radio waves. Further, in the audio data receiving device 36, 3B is a receiver for receiving the data, and 3A is a CRC bit added to the received data to check whether the received data includes an error (hereinafter referred to as an error). CRC bit determiner for determining whether or not, 39 is a compound device for decompressing compressed data, and 38 is a PCM CODE for decoding digitally encoded data into analog voice data.
C and 37 are speakers that output audio.

【0004】上記構成の動作について図面を参照しなが
ら説明する。図4は送受信されるデータの構成を時系列
的に示す模式図である。音声データ送信装置30は音声
データを転送する場合、まずPCM CODEC32で
マイク31から入力された音声をディジタルデータに符
号化し、符号器33は、図4に示したように、そのディ
ジタル符号化されたデータ41を一定時間長データであ
るフレーム42に分割し、フレーム42ごとに圧縮す
る。ここで、符号器33は有音時と無音時の情報量に応
じた圧縮率で圧縮して圧縮データ43を生成する。CR
Cビット生成器34は圧縮データ43にCRCビット4
4を付与し、送信器35に出力する。なお、以下の説明
において、圧縮データにCRCビットを付与したデータ
を圧縮データパケットと称す。送信器35は圧縮データ
パケット45を電波に乗せて送信する。
The operation of the above configuration will be described with reference to the drawings. FIG. 4 is a schematic diagram showing a time-series structure of data to be transmitted and received. When transmitting the voice data, the voice data transmitting device 30 first encodes the voice input from the microphone 31 into digital data by the PCM CODEC 32, and the encoder 33 performs the digital encoding as shown in FIG. The data 41 is divided into frames 42 that are data of a fixed time length, and each frame 42 is compressed. Here, the encoder 33 generates compressed data 43 by compressing at a compression rate according to the amount of information when there is sound and when there is no sound. CR
The C bit generator 34 adds CRC bit 4 to the compressed data 43.
4 is added and output to the transmitter 35. In the following description, data obtained by adding CRC bits to compressed data is called a compressed data packet. The transmitter 35 transmits the compressed data packet 45 on radio waves.

【0005】音声データ受信装置36は受信器3Bで圧
縮データパケット45を受信し、CRCビット判定器3
Aは受信した圧縮データパケット45のデータエラーを
判定し、エラーが含まれている場合は、受信した圧縮デ
ータパケットを廃棄する。複合器39はエラーを含まな
い圧縮データパケット45だけを入力して伸長してPC
M CODEC38に出力し、PCM CODEC38
は入力したディジタルの音声信号をアナログの音声信号
に復調し、スピーカ37は前記音声信号を音声に変換し
て出力する。したがって、エラーを含んだ圧縮データは
スピーカ37から出力されない。
The voice data receiver 36 receives the compressed data packet 45 at the receiver 3B, and the CRC bit determiner 3
A determines a data error in the received compressed data packet 45 and, if an error is included, discards the received compressed data packet. The compounder 39 inputs only the compressed data packet 45 containing no error, decompresses it, and outputs it to the PC.
Output to M CODEC38, PCM CODEC38
Demodulates the input digital voice signal into an analog voice signal, and the speaker 37 converts the voice signal into voice and outputs the voice. Therefore, the compressed data including the error is not output from the speaker 37.

【0006】[0006]

【発明が解決しようとする課題】このような従来の音声
データ通信装置では、有音時に受信環境のノイズパワー
が増大した場合、受信データのエラーレートが増加し、
圧縮データパケットが廃棄される確率が増加し、出力音
声が途切れがちになると言う問題があった。
In such a conventional voice data communication apparatus, when the noise power of the reception environment increases when there is a sound, the error rate of the reception data increases,
There is a problem that the probability that the compressed data packet is discarded increases, and the output voice tends to be interrupted.

【0007】本発明は上記の課題を解決するもので、エ
ラーレートを低減させ、音声が途切れがちにならない音
声データ通信装置を提供することを目的とする。
The present invention has been made to solve the above problems, and an object of the present invention is to provide a voice data communication device which reduces an error rate and prevents voice from being interrupted.

【0008】[0008]

【課題を解決するための手段】本発明は上記の目的を達
成するために、音声データを可変レートで圧縮して送受
信する無線通信の音声データ送信装置と音声データ受信
装置において、前記音声データ送信装置は、アナログ音
声信号をディジタル符号化した音声データを所定の第1
の一定時間長のフレームに区切り、前記フレームのデー
タを前記第1の時間長よりも短い第2の時間長のデータ
で、かつ前記音声データ受信装置から送出されたメッセ
ージが指定する圧縮率のデータに圧縮する符号手段と、
前記圧縮データにエラー検出ビットを付与して圧縮デー
タパケットを生成するエラー検出ビット生成手段と、前
記圧縮データパケットを格納するデータバッファ手段
と、前記メッセージが指定する回数をカウントして前記
データバッファ手段内の圧縮データを前記回数だけ読み
出して前記第1の時間長区間内に配列して送信手段に出
力する再送カウンタ手段とを備え、前記音声データ受信
装置は、前記音声データ送信装置から送出されたデータ
を受信する受信手段と、受信したフレーム内の複数の圧
縮データパケットの中からエラーのないデータだけを取
り出すエラー検出判定手段と、前記エラー検出判定手段
におけるエラー検出のエラーレートを判定するエラーレ
ート判定手段と、前記エラーレートに対応して前記音声
データ送信装置に圧縮率と再送回数とを指示するメッセ
ージを生成する再送指示メッセージ生成手段と、前記エ
ラー検出判定手段が出力したエラーのない圧縮データパ
ケットの1つを伸長してディジタル符号化した音声デー
タを出力する複合手段とを備え、前記音声データ受信装
置は、受信したデータのエラーレートが大きくなるほど
圧縮率と再送回数とを大きくするように要求するメッセ
ージを前記音声データ送信装置に送出し、前記音声デー
タ送信装置は前記メッセージの指定する圧縮率と再送回
数で圧縮データパケットを送信するようにした音声デー
タ通信装置である。
In order to achieve the above object, the present invention provides a voice data transmitting apparatus and a voice data receiving apparatus for wireless communication for compressing and transmitting voice data at a variable rate. The apparatus uses a predetermined first audio data obtained by digitally encoding an analog audio signal.
Data having a second time length shorter than the first time length and having a compression ratio specified by a message sent from the voice data receiving device. Encoding means for compressing into
An error detection bit generating means for adding an error detection bit to the compressed data to generate a compressed data packet, a data buffer means for storing the compressed data packet, and a data buffer means for counting the number of times designated by the message. The audio data receiving device is transmitted from the audio data transmitting device, and the resending counter device reads out the compressed data in the number of times, arranges it in the first time length section, and outputs it to the transmitting device. Receiving means for receiving data, error detection determining means for extracting only error-free data from a plurality of compressed data packets in the received frame, and error rate for determining error detection error rate in the error detection determining means The judgment means and the audio data transmitter are controlled by the error rate corresponding to the error rate. A composite for transmitting a digital coded voice data by decompressing one of the error-free compressed data packets output by the error detection / judgment means, and a retransmission instruction message generation means for generating a message instructing the rate and the number of retransmissions. The audio data receiving apparatus sends to the audio data transmitting apparatus a message requesting that the compression rate and the number of retransmissions be increased as the error rate of the received data increases. Is a voice data communication device adapted to transmit a compressed data packet at the compression rate and the number of retransmissions designated by the message.

【0009】[0009]

【作用】本発明は上記の構成において、音声データ受信
装置は、受信エラーレートに対応して送信側の圧縮率と
再送回数とを高くするように要求するメッセージを生成
して音声データ送信装置に送出し、音声データ送信装置
はそのメッセージが指定する圧縮率と再送回数で音声デ
ータを送信する。
According to the present invention, in the above configuration, the voice data receiving device generates a message requesting that the compression rate and the number of retransmissions on the transmitting side be increased in accordance with the reception error rate, and then the voice data transmitting device generates. The audio data transmitting device transmits the audio data at the compression rate and the number of retransmissions designated by the message.

【0010】[0010]

【実施例】以下、本発明の音声データ通信装置の一実施
例について図面を参照しながら説明する。図1は本実施
例の構成を示すブロック図で示す。図において、10は
音声データ送信装置、1Aは音声データ受信装置であ
る。音声データ送信装置10において、11は音声を取
り込むマイク、12は取り込んだ音声をディジタル符号
化するPCM CODEC、13は前記ディジタル符号
化した音声データを可変レートで圧縮する符号器、14
は圧縮データにCRCビットを付与するCRCビット生
成器、15はCRCビットを付与したデータを格納して
おくデータバッファ、16はデータ再送回数をカウント
してデータバッファ15に示す再送カウンタ、17は音
声データ受信装置1Aからの再送指示メッセージを解読
する再送指示メッセージ解読器、18は音声データ受信
装置1Aから送出されたデータを受信する受信器、19
はデータを電波に乗せて送信する送信器である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a voice data communication device of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of this embodiment. In the figure, 10 is a voice data transmitter, and 1A is a voice data receiver. In the voice data transmitting apparatus 10, 11 is a microphone for capturing voice, 12 is a PCM CODEC for digitally encoding the captured voice, 13 is an encoder for compressing the digitally encoded voice data at a variable rate, 14
Is a CRC bit generator for adding CRC bits to compressed data, 15 is a data buffer for storing data with CRC bits added, 16 is a retransmission counter for counting the number of times data is retransmitted and shown in the data buffer 15, and 17 is a voice A retransmission instruction message decoder for decoding the retransmission instruction message from the data receiving apparatus 1A, 18 is a receiver for receiving the data transmitted from the voice data receiving apparatus 1A, 19
Is a transmitter for transmitting data on radio waves.

【0011】また、音声データ受信装置1Aにおいて、
1Hは音声データ送信装置から送出されたデータを受信
する受信器、1Eは受信したデータに付与されているC
RCビットをチェックして受信データのエラーを判定す
るCRCビット判定器、1FはCRCビット判定器1E
のエラー検出率をモニタするエラーレート判定器、1G
は再送指示メッセージを生成する再送指示メッセージ生
成器、1Jはデータを電波に乗せて送信する送信器、1
Dは圧縮データを伸長する複合器、1Cはディジタル符
号化されたデータをアナログデータに復号するPCM
CODEC、1Bは音声を出力するスピーカである。
Further, in the voice data receiving device 1A,
1H is a receiver for receiving the data transmitted from the audio data transmitter, 1E is C added to the received data
CRC bit determiner 1F for checking CRC bit to determine error in received data 1F is CRC bit determiner 1E
Error rate determiner that monitors the error detection rate of 1G
Is a retransmission instruction message generator for generating a retransmission instruction message, 1J is a transmitter for transmitting data on radio waves, 1J
D is a compound device for decompressing compressed data, 1C is a PCM for decoding digitally encoded data into analog data
CODECs 1B are speakers that output audio.

【0012】以下、上記構成要素の相互関係と動作につ
いて図面を参照しながらを説明する。なお、図4は本実
施例におけるデータの構成を時系列で示す模式図であ
る。本実施例において、音声データ送信装置10は、マ
イク11により音声を取り込み、PCM CODEC1
2により音声をディジタル符号化し、符号器13により
符号化されたディジタルデータ21を一定時間長のデー
タに分割し、それを圧縮して圧縮データ23に変換し、
CRCビット生成器14によりCRCビット24を付加
して圧縮データパケット25を生成するまでの動作は従
来例と基本的に同じである。
The mutual relationship and operation of the above components will be described below with reference to the drawings. Note that FIG. 4 is a schematic diagram showing a data structure in time series in the present embodiment. In the present embodiment, the voice data transmitting device 10 captures voice with the microphone 11, and uses the PCM CODEC 1
2, the voice is digitally encoded, the digital data 21 encoded by the encoder 13 is divided into data of a fixed time length, which is compressed and converted into compressed data 23,
The operation until the CRC bit generator 14 adds the CRC bit 24 to generate the compressed data packet 25 is basically the same as the conventional example.

【0013】本実施例が従来例と異なる点は、有音時に
受信環境におけるノイズパワーが増大した場合、音声デ
ータ受信装置1Aから受信データのエラーが増大したの
で圧縮データパケットを再送するように音声データ送信
装置10に要求するメッセージを送出し、それを受信し
た音声データ送信装置10は圧縮率を高く設定し、時間
長の短縮された圧縮データパケットを音声データ受信装
置1Aに複数回送出する点にある。この場合、音声デー
タ受信装置1Aの再送指示メッセージ生成器1Gは、エ
ラーレート判定器1Fが判定するエラーレートに応じた
圧縮率と、エラーレートに応じた再送回数とを要求する
メッセージを生成し、送信器1Jにより音声データ送信
装置10に送信する。このメッセージは、エラーレート
が高い場合には圧縮率をエラーレートの低い場合よりも
高く設定するように通知するとともに、再送回数を大き
くするように通知するメッセージである。音声データ送
信装置10においては、図4に示したように、圧縮率を
高めることにより圧縮データパケット25の時間長を短
くし、複数回の送出を可能としている。
The difference of this embodiment from the conventional example is that when the noise power in the reception environment increases when there is a sound, the error of the received data from the audio data receiving apparatus 1A increases, so that the compressed data packet is retransmitted. A point that the message requesting the data transmitting apparatus 10 is transmitted, the voice data transmitting apparatus 10 receiving the message sets a high compression rate, and transmits a compressed data packet with a reduced time length to the voice data receiving apparatus 1A multiple times. It is in. In this case, the retransmission instruction message generator 1G of the voice data receiving device 1A generates a message requesting the compression rate according to the error rate determined by the error rate determiner 1F and the number of retransmissions according to the error rate, The transmitter 1J transmits the voice data transmitting device 10. This message is a message notifying that the compression rate is set to be higher when the error rate is high than when the error rate is low, and also notifies that the number of retransmissions should be increased. In the audio data transmitter 10, as shown in FIG. 4, the time length of the compressed data packet 25 is shortened by increasing the compression rate, and it is possible to transmit the compressed data packet 25 a plurality of times.

【0014】音声データ送信装置10は前記メッセージ
を受信機18により受信し、再送指示メッセージ解読器
17によりメッセージを解読し、そのメッセージにより
指示された再送回数に従って再送カウンタ16を設定す
るとともに、符号器13の圧縮率を制御する。符号器1
3は指示された圧縮率で音声のディジタルデータ21を
圧縮し、CRCビット生成器14は圧縮データ23にC
RCビット24を付与して圧縮データパケット25を構
成し、データバッファ15に格納する。再送カウンタ1
6は前記メッセージが指定する回数をカウントし、その
回数だけ前記圧縮データパケット25を1フレームの時
間区間内に組み込むように前記データバッファ15から
繰り返し読み出して送信器19に入力させ、送信器19
はその1フレーム分のデータを無線に乗せて送信する。
The voice data transmitter 10 receives the message by the receiver 18, decodes the message by the retransmission instruction message decoder 17, sets the retransmission counter 16 according to the number of retransmissions instructed by the message, and the encoder. The compression rate of 13 is controlled. Encoder 1
3 compresses the voice digital data 21 at the instructed compression rate, and the CRC bit generator 14 converts the compressed data 23 into C
The RC bit 24 is added to form a compressed data packet 25, which is stored in the data buffer 15. Retransmission counter 1
Reference numeral 6 counts the number of times specified by the message, and the compressed data packet 25 is repeatedly read from the data buffer 15 so as to be incorporated in the time interval of one frame by the number of times and input to the transmitter 19, and the transmitter 19
Transmits the data for one frame wirelessly.

【0015】音声データ受信装置1Aにおいて、1フレ
ーム分の音声データを受信機1Hで受信し、CRCビッ
ト判定器1Eは圧縮データパケット25のCRCビット
24をチェックし、1フレーム中のエラーのない圧縮デ
ータパケットを1個取り出し、その圧縮データを復合器
1Dにより伸長し、PCM CODEC12によりアナ
ログの音声信号に復号し、スピーカ1Bから音声を出力
する。図4は圧縮データパケット25を1フレーム22
の時間内に3回繰り返して送出する場合を示す。
In the audio data receiving apparatus 1A, one frame of audio data is received by the receiver 1H, and the CRC bit judging device 1E checks the CRC bit 24 of the compressed data packet 25 to perform compression without error in one frame. One data packet is taken out, the compressed data is expanded by the decompressor 1D, decoded into an analog audio signal by the PCM CODEC 12, and the audio is output from the speaker 1B. FIG. 4 shows one frame 22 of compressed data packet 25.
The case where the data is repeatedly sent three times within the time period of is shown.

【0016】以上の動作により、有音時、かつ受信エラ
ーレートが高い場合、エラーレートが高いほど圧縮率を
高めるとともに再送回数も多くして送信するので、受信
音声の音質は劣化するが、圧縮データパケットの再送回
数に応じて受信データの廃棄率が低減され、出力音声が
途切れる状態が少なくなり、信頼性の高い音声データ伝
送が可能となる。
By the above operation, when there is a voice and the reception error rate is high, the higher the error rate is, the higher the compression rate is set and the more the number of times of retransmission is transmitted, so that the sound quality of the received voice is deteriorated. The discard rate of the received data is reduced according to the number of times the data packet is retransmitted, the output voice is less interrupted, and highly reliable voice data transmission becomes possible.

【0017】なお、本実施例では誤り検出訂正方式にC
RC符号化を用いたが、他の形式の符号化を用いてもよ
いことは言うまでもない。
In this embodiment, the error detection and correction method uses C
Although RC coding was used, it goes without saying that other forms of coding may be used.

【0018】[0018]

【発明の効果】以上の説明から明らかなように、本発明
は、音声データを可変レートで圧縮して送受信する無線
通信の音声データ送信装置と音声データ受信装置におい
て、前記音声データ送信装置は、アナログ音声信号をデ
ィジタル符号化した音声データを所定の第1の一定時間
長のフレームに区切り、前記フレームのデータを前記第
1の時間長よりも短い第2の時間長のデータで、かつ前
記音声データ受信装置から送出されたメッセージが指定
する圧縮率のデータに圧縮する符号手段と、前記圧縮デ
ータにエラー検出ビットを付与して圧縮データパケット
を生成するエラー検出ビット生成手段と、前記圧縮デー
タパケットを格納するデータバッファ手段と、前記メッ
セージが指定する回数をカウントして前記データバッフ
ァ手段内の圧縮データを前記回数だけ読み出して前記第
1の時間長区間内に配列して送信手段に出力する再送カ
ウンタ手段とを備え、前記音声データ受信装置は、前記
音声データ送信装置から送出されたデータを受信する受
信手段と、受信したフレーム内の複数の圧縮データパケ
ットの中からエラーのないデータだけを取り出すエラー
検出判定手段と、前記エラー検出判定手段におけるエラ
ー検出のエラーレートを判定するエラーレート判定手段
と、前記エラーレートに対応して前記音声データ送信装
置に圧縮率と再送回数とを指示するメッセージを生成す
る再送指示メッセージ生成手段と、前記エラー検出判定
手段が出力したエラーのない圧縮データパケットの1つ
を伸長してディジタル符号化した音声データを出力する
複合手段とを備え、前記音声データ受信装置は、受信し
たデータのエラーレートが大きくなるほど圧縮率と再送
回数とを大きくするように要求するメッセージを前記音
声データ送信装置に送出し、前記音声データ送信装置は
前記メッセージの指定する圧縮率と再送回数で圧縮デー
タパケットを送信するようにしたことにより、受信環境
におけるノイズの増加などで受信エラーレートが増加し
ても、エラーによる音声データの廃棄率が低減されて信
頼性の高い音声データ伝送が可能となる。
As is apparent from the above description, the present invention provides a voice data transmitting apparatus and a voice data receiving apparatus for wireless communication for compressing and transmitting voice data at a variable rate, the voice data transmitting apparatus comprising: Audio data obtained by digitally encoding an analog audio signal is divided into frames of a predetermined first fixed time length, and the data of the frame is data of a second time length shorter than the first time length and Encoding means for compressing data having a compression ratio designated by a message sent from a data receiving device, error detection bit generating means for adding an error detection bit to the compressed data to generate a compressed data packet, and the compressed data packet And a compression buffer in the data buffer means for counting the number of times specified by the message. The audio data receiving device receives the data transmitted from the audio data transmitting device, the retransmission data receiving device receives the data transmitted from the audio data transmitting device. Receiving means, an error detection determining means for extracting only error-free data from a plurality of compressed data packets in the received frame, and an error rate determining means for determining an error rate of error detection in the error detection determining means. Retransmission instruction message generating means for generating a message instructing the compression rate and the number of retransmissions to the voice data transmitting device corresponding to the error rate, and one of the error-free compressed data packets output by the error detection determining means. And a composite means for outputting digitally encoded audio data. The receiving device sends a message to the voice data transmitting device requesting that the compression rate and the number of retransmissions be increased as the error rate of the received data increases, and the voice data transmitting device specifies the compression rate specified by the message. By sending compressed data packets with the number of times of retransmission and the number of retransmissions, even if the reception error rate increases due to an increase in noise in the receiving environment, the rate of discarding voice data due to errors is reduced and highly reliable voice data Transmission becomes possible.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の音声データ通信装置の一実施例の構成
を示すブロック図
FIG. 1 is a block diagram showing the configuration of an embodiment of a voice data communication device of the present invention.

【図2】本発明の音声データ通信装置における音声デー
タおよび圧縮データパケットの構成を示す模式図
FIG. 2 is a schematic diagram showing a configuration of voice data and a compressed data packet in the voice data communication device of the present invention.

【図3】従来の音声データ通信装置の構成を示すブロッ
ク図
FIG. 3 is a block diagram showing a configuration of a conventional voice data communication device.

【図4】従来の音声データ通信装置における音声データ
および圧縮データパケットの構成を示す模式図
FIG. 4 is a schematic diagram showing a configuration of voice data and a compressed data packet in a conventional voice data communication device.

【符号の説明】[Explanation of symbols]

1A 音声データ受信装置 1D 複合器(複合手段) 1E CRCビット判定器(エラー検出判定手段) 1F エラーレート判定器(エラーレート判定手段) 1G 再送指示メッセージ生成器(再送指示メッセージ
生成手段) 1H 受信器(受信手段) 10 音声データ送信装置 13 符号器(符号手段) 14 CRCビット生成手段(エラー検出ビット生成手
段) 15 データバッファ(データバッファ手段) 16 再送カウンタ(再送カウンタ手段) 17 送信器(送信手段)
1A Audio data receiving device 1D Combiner (combining means) 1E CRC bit judging device (error detecting judging means) 1F Error rate judging device (error rate judging means) 1G Retransmission instruction message generator (retransmission instruction message generating means) 1H Receiver (Reception means) 10 Voice data transmission device 13 Encoder (encoding means) 14 CRC bit generation means (error detection bit generation means) 15 Data buffer (data buffer means) 16 Retransmission counter (retransmission counter means) 17 Transmitter (transmission means) )

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 音声データを可変レートで圧縮して送受
信する無線通信の音声データ送信装置と音声データ受信
装置において、前記音声データ送信装置は、アナログ音
声信号をディジタル符号化した音声データを所定の第1
の一定時間長のフレームに区切り、前記フレームのデー
タを前記第1の時間長よりも短い第2の時間長のデータ
で、かつ前記音声データ受信装置から送出されたメッセ
ージが指定する圧縮率のデータに圧縮する符号手段と、
前記圧縮データにエラー検出ビットを付与して圧縮デー
タパケットを生成するエラー検出ビット生成手段と、前
記圧縮データパケットを格納するデータバッファ手段
と、前記メッセージが指定する回数をカウントして前記
データバッファ手段内の圧縮データを前記回数だけ読み
出して前記第1の時間長区間内に配列して送信手段に出
力する再送カウンタ手段とを備え、前記音声データ受信
装置は、前記音声データ送信装置から送出されたデータ
を受信する受信手段と、受信したフレーム内の複数の圧
縮データパケットの中からエラーのないデータだけを取
り出すエラー検出判定手段と、前記エラー検出判定手段
におけるエラー検出のエラーレートを判定するエラーレ
ート判定手段と、前記エラーレートに対応して前記音声
データ送信装置に圧縮率と再送回数とを指示するメッセ
ージを生成する再送指示メッセージ生成手段と、前記エ
ラー検出判定手段が出力したエラーのない圧縮データパ
ケットの1つを伸長してディジタル符号化した音声デー
タを出力する複合手段とを備え、前記音声データ受信装
置は、受信したデータのエラーレートが大きくなるほど
圧縮率と再送回数とを大きくするように要求するメッセ
ージを前記音声データ送信装置に送出し、前記音声デー
タ送信装置は前記メッセージの指定する圧縮率と再送回
数で圧縮データパケットを送信するようにした音声デー
タ通信装置。
1. A voice data transmitting apparatus and a voice data receiving apparatus for wireless communication, wherein voice data is compressed at a variable rate and transmitted / received, wherein said voice data transmitting apparatus has a predetermined voice data obtained by digitally encoding an analog voice signal. First
Data having a second time length shorter than the first time length and having a compression ratio specified by a message sent from the voice data receiving device. Encoding means for compressing into
An error detection bit generating means for adding an error detection bit to the compressed data to generate a compressed data packet, a data buffer means for storing the compressed data packet, and a data buffer means for counting the number of times designated by the message. The audio data receiving device is transmitted from the audio data transmitting device, and the resending counter device reads out the compressed data in the number of times, arranges it in the first time length section, and outputs it to the transmitting device. Receiving means for receiving data, error detection determining means for extracting only error-free data from a plurality of compressed data packets in the received frame, and error rate for determining error detection error rate in the error detection determining means The judgment means and the audio data transmitter are controlled by the error rate corresponding to the error rate. A composite for transmitting a digital coded voice data by decompressing one of the error-free compressed data packets output by the error detection / judgment means, and a retransmission instruction message generation means for generating a message instructing the rate and the number of retransmissions. The audio data receiving apparatus sends to the audio data transmitting apparatus a message requesting that the compression rate and the number of retransmissions be increased as the error rate of the received data increases. Is a voice data communication device adapted to transmit a compressed data packet at a compression rate and the number of retransmissions designated by the message.
JP6075226A 1994-04-14 1994-04-14 Sound data communication equipment Pending JPH07283757A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6075226A JPH07283757A (en) 1994-04-14 1994-04-14 Sound data communication equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6075226A JPH07283757A (en) 1994-04-14 1994-04-14 Sound data communication equipment

Publications (1)

Publication Number Publication Date
JPH07283757A true JPH07283757A (en) 1995-10-27

Family

ID=13570106

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6075226A Pending JPH07283757A (en) 1994-04-14 1994-04-14 Sound data communication equipment

Country Status (1)

Country Link
JP (1) JPH07283757A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003169040A (en) * 2001-12-04 2003-06-13 Sony Corp Data communication system, data transmitter, data receiver, and method, as well as computer program
WO2003088551A1 (en) * 2002-04-15 2003-10-23 Sony Corporation Data transmission system, data transmission apparatus, data transmission method, and computer program
KR100869529B1 (en) * 2006-08-07 2008-11-19 김성규 Method for transferring audio data without disconnection in a wireless audio system
JPWO2008093698A1 (en) * 2007-01-31 2010-05-20 ソニー株式会社 Information processing apparatus and method
US7894678B2 (en) 2003-05-21 2011-02-22 Sharp Kabushiki Kaisha Radio communication device, radio communication system, wireless AV system, radio transmission method, operation control program, and recording medium containing the program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003169040A (en) * 2001-12-04 2003-06-13 Sony Corp Data communication system, data transmitter, data receiver, and method, as well as computer program
US7315898B2 (en) 2001-12-04 2008-01-01 Sony Corporation Data communication system, data transmission apparatus, data reception apparatus, data communication method, and computer program
WO2003088551A1 (en) * 2002-04-15 2003-10-23 Sony Corporation Data transmission system, data transmission apparatus, data transmission method, and computer program
US7894678B2 (en) 2003-05-21 2011-02-22 Sharp Kabushiki Kaisha Radio communication device, radio communication system, wireless AV system, radio transmission method, operation control program, and recording medium containing the program
KR100869529B1 (en) * 2006-08-07 2008-11-19 김성규 Method for transferring audio data without disconnection in a wireless audio system
JPWO2008093698A1 (en) * 2007-01-31 2010-05-20 ソニー株式会社 Information processing apparatus and method

Similar Documents

Publication Publication Date Title
US7397411B2 (en) Method, apparatus, system, and program for code conversion transmission and code conversion reception of audio data
US20230199382A1 (en) Method and device for transmitting audio data based on Bluetooth Low Energy
JP3881157B2 (en) Voice processing method and voice processing apparatus
CN108847248B (en) Bluetooth device audio processing method, system, readable storage medium and Bluetooth device
EP1381179A1 (en) Method and apparatus for unequal error protection
EP0680034B1 (en) Mobile radio communication system using a sound or voice activity detector and convolutional coding
JP2002009635A (en) Method and apparatus for generating channel error flag for error mitigation and/or concealment in source decoder
EP0859353B1 (en) Signal processing method and system utilizing logical speech boundaries
JPH07283757A (en) Sound data communication equipment
JPH1056480A (en) Multimedia multiplex communication system
EP1202463A1 (en) Method and apparatus for wireless transmission using multiple description coding
CN1342358A (en) System to transmit voice data over data packet network
CN1881866A (en) Data transmission fault monitoring and correcting method and its structure
JP3249457B2 (en) Voice transmission / reception equipment for digital communication
JPH1065655A (en) Multimedia communication method/system
JP4309198B2 (en) Voice data wireless communication system and voice data wireless communication program
US8055980B2 (en) Error processing of user information received by a communication network
JP2000349824A (en) Transmission and reception system for voice data
WO2001067618A1 (en) Method and apparatus for decoding
US8953800B2 (en) Method for transporting low-bit rate information
US7242672B2 (en) System and method for formatting voice data in a mobile telecommunication system
JPH0974387A (en) Radio transmitter and radio receiver
JP2676046B2 (en) Digital voice transmission system
WO2006064879A1 (en) Audio encoding method, audio decoding method, audio encoding apparatus and audio decoding apparatus
JP2003087349A (en) Data transmitter, data receiver and data communication method