JPH0865397A - Echo canceler - Google Patents

Echo canceler

Info

Publication number
JPH0865397A
JPH0865397A JP19957794A JP19957794A JPH0865397A JP H0865397 A JPH0865397 A JP H0865397A JP 19957794 A JP19957794 A JP 19957794A JP 19957794 A JP19957794 A JP 19957794A JP H0865397 A JPH0865397 A JP H0865397A
Authority
JP
Japan
Prior art keywords
echo
calculation
sum
reception signal
squares
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
JP19957794A
Other languages
Japanese (ja)
Inventor
Tetsuya Sakayori
哲也 酒寄
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP19957794A priority Critical patent/JPH0865397A/en
Publication of JPH0865397A publication Critical patent/JPH0865397A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To simplify a sum of squares calculation, to reduce the calculation amount and to enable processing in real time when a reception signal is normalized, in an echo canceler updating a filter factor by using a learning identifying method. CONSTITUTION: A reception signal is outputted from a speaker 10, and part enters a microphone 11 via an echo path and part is added to a transmission input signal. A filter 12 estimates the impulse response of the echo path, generates a pseudo echo from the reception signal, adds this echo to the transmission input signal in the opposite phase and cancels the echo. A simplified square sum circuit 15 determines Xn =mXn-1 +X<2> n , where square sum Xn-1 one sample before multiplied by is a constant m (0<m<1) is added to the square X<2> n of the present reception signal Xn in this square sum calculation, performs a reciprocal calculation 14 for this expression and normalizes the reception signal Xn .

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、エコーキャンセラーに
関し、より詳細には、テレビ会議端末など、スピーカと
マイクによる双方向同時通話を行う機器の、音響エコー
キャンセラーに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an echo canceller, and more particularly, to an acoustic echo canceller for a device such as a video conference terminal that performs a two-way simultaneous call using a speaker and a microphone.

【0002】[0002]

【従来の技術】図2は、一般的なエコーキャンセラーの
回路構成を示す図で、周知のように、受信信号はスピー
カ10から出力されるが、その一部はエコーパスを経由
して、マイク11に回り込み、送信入力信号に加わる。
これがエコーであり、このエコーを減衰させるものがエ
コーキャンセラーである。エコーキャンセラーはエコー
パスのインパルス応答を推定し、これを受信信号に畳込
んで生成した擬似エコーを逆位相で送信入力信号に加え
ることでエコーを減衰させる。エコーパスのインパルス
応答はトランサバーサルフィルタ12として表され、フ
ィルター係数の更新は、通常、学習同定法によって行わ
れるが、この学習同定法における係数更新は次式に従
う。
2. Description of the Related Art FIG. 2 is a diagram showing a circuit configuration of a general echo canceller. As is well known, a reception signal is output from a speaker 10, but a part of the reception signal passes through an echo path and a microphone 11 is provided. And add to the transmitted input signal.
This is an echo, and what attenuates this echo is an echo canceller. The echo canceller estimates the impulse response of the echo path, adds the pseudo echo generated by convolving the impulse response to the received signal and adds it to the transmission input signal in antiphase to attenuate the echo. The impulse response of the echo path is represented by the transversal filter 12, and the update of the filter coefficient is usually performed by the learning identification method. The coefficient update in this learning identification method follows the following equation.

【0003】[0003]

【数1】 [Equation 1]

【0004】ただし、hi(n)は時刻nにおけるフィルタ
ー係数hiを表す。αはステップゲインと呼ばれる制御
パラメータ、xnは時刻nにおける受信信号、Nはフィ
ルターのタップ数である。
However, h i (n) represents the filter coefficient h i at time n. α is a control parameter called a step gain, x n is a received signal at time n, and N is the number of filter taps.

【0005】受信信号から擬似エコーを生成するための
フィルターはエコーパスを模擬する適応フィルターであ
り、通常のエコーキャンセラーでは、このフィルター係
数を学習同定法によって更新する。図2はこの様子を示
したもので、学習同定法が通常のLMSと異なる点は、
二乗和計算回路13を用い、受信信号をその二乗和によ
って正規化して用いることである。而して、このため、
二乗和計算のための積和演算が必要となるが、その計算
量は、エコーキャンセラーの主な演算であるフィルタに
おける畳み込み演算、係数更新のための受信信号と残留
誤差の掛け合せと同程度のものである。
A filter for generating a pseudo echo from a received signal is an adaptive filter that simulates an echo path. In a normal echo canceller, this filter coefficient is updated by the learning identification method. Figure 2 shows this situation. The difference between the learning identification method and ordinary LMS is that
The sum of squares calculation circuit 13 is used, and the received signal is normalized by the sum of squares and used. And for this reason,
The sum of products calculation for the sum of squares calculation is required, but the amount of calculation is about the same as the convolution calculation in the filter, which is the main calculation of the echo canceller, and the multiplication of the received signal and the residual error for coefficient updating. Is.

【0006】さらに、正規化のためには、上述のように
して求めた二乗和を逆数にする逆数計算14が必要であ
る。一般に、エコーキャンセラーはDSP(デジタルシ
グナルプロセサ)によって実現する場合が多い。DSP
は、ハードウェアとして乗算器を用意しているので乗算
は高速に処理できるが、除算器は用意していないので逆
数計算は繰り返し演算によって行なう必要がある。この
ように、DSPを用いる場合、逆数計算が繰り返し演算
となるるため、この処理量もリアルタイム動作のための
障害となる。
Further, for the normalization, the reciprocal calculation 14 for converting the sum of squares obtained as described above into the reciprocal is necessary. In general, the echo canceller is often realized by a DSP (digital signal processor). DSP
Since a multiplier is provided as hardware, multiplication can be processed at high speed, but since a divider is not provided, it is necessary to perform reciprocal calculation by iterative calculation. As described above, when the DSP is used, since the reciprocal calculation is an iterative operation, this processing amount also becomes an obstacle for the real-time operation.

【0007】[0007]

【発明が解決しようとする課題】従来の学習同定法を用
いたエコーキャンセラーでは、受信信号の正規化のため
にタップ数分の積和演算と除算(逆数計算)が必要であ
り、これをDSPなどを使ってそのまま実行すると、非
常に多くの計算量を要し、リアルタイム処理の障害とな
る。
In the echo canceller using the conventional learning identification method, it is necessary to perform product-sum operation and division (reciprocal calculation) for the number of taps to normalize the received signal. If it is executed as it is using, etc., it will require an extremely large amount of calculation, which will be an obstacle to real-time processing.

【0008】本発明は、上述のごとき実情に鑑みてなさ
れたもので、上述のごとき処理量を大幅に削減し、より
簡易なハードウェアによってリアルタイム動作を可能に
することを目的としてなされたものである。
The present invention has been made in view of the actual situation as described above, and has been made for the purpose of significantly reducing the processing amount as described above and enabling real-time operation with simpler hardware. is there.

【0009】[0009]

【課題を解決するための手段】本発明は、上記課題を解
決するために、(1)学習同定法を用いてフィルター係
数を更新するエコーキャンセラーにおいて、Xn=mX
n-1+x2 n(ただし、0<m<1)で求められるXnを時
刻nにおける受信信号系列の二乗和の近似値とみなし、
このXnの逆数を乗ずることによって時刻nにおける受
信信号xnを正規化すること、或いは、(2)学習同定
法を用いてフィルター係数を更新するエコーキャンセラ
ーにおいて、受信信号正規化の際に指数部の符号を反転
することによって、近似的に逆数計算を行うことを特徴
としたものである。
In order to solve the above problems, the present invention provides (1) an echo canceller for updating a filter coefficient using a learning identification method, wherein X n = mX
X n obtained by n-1 + x 2 n (where 0 <m <1) is regarded as an approximate value of the sum of squares of the received signal sequence at time n,
The received signal x n at time n is normalized by multiplying it by the reciprocal of X n , or (2) in the echo canceller that updates the filter coefficient using the learning identification method, an index is used when the received signal is normalized. It is characterized in that the reciprocal calculation is approximately performed by inverting the sign of the part.

【0010】[0010]

【作用】学習同定法を用いてフィルター係数を更新する
エコーキャンセラーにおいて、定数倍した1サンプル前
の二乗和を現在の受信信号の二乗に加えたものを現在の
二乗和の近似値とすることにより、従来、フィルターの
タップ数あった積和演算を1回にし、リアルタイム処理
を可能にする。また、受信信号正規化の際に指数部の符
号を反転することによって、近似的に逆数計算を行うよ
うにし、正規化のための逆数を求める処理において、繰
り返し演算を不要にすると共に一般的な浮動小数点DS
Pで容易に実現できるようにする。
In the echo canceller which updates the filter coefficient by using the learning identification method, the sum of squares of one sample before, which is multiplied by a constant, is added to the square of the present received signal to obtain an approximate value of the present sum of squares. In the past, the product-sum operation, which has the number of taps of the filter in the past, is made to be once, and real-time processing is enabled. Also, by reversing the sign of the exponent part during normalization of the received signal, the inverse calculation is performed approximately, and in the process of obtaining the inverse for normalization, iterative calculation is not necessary and common Floating point DS
Make it easy to implement with P.

【0011】[0011]

【実施例】図1は、本発明(請求項1)による二乗和の
簡易計算のための回路構成を示す図で、図中、図2と同
様の作用をする部分には図2の場合と同一の参照番号を
付してある。而して、本発明においては、近似二乗和計
算回路15の二乗和の計算において、定数倍(m倍、た
だし0<m<1)した1サンプル前の二乗和(Xn-1
を現在の受信信号(xn)の二乗(x2 n)に加えたもの
を現在の二乗和の近似値Xnとするもので、これによっ
て、図2の従来技術でタップ数分あった積和演算を1回
で済ませるようにしている。
FIG. 1 is a diagram showing a circuit configuration for a simple calculation of the sum of squares according to the present invention (claim 1). In FIG. 1, parts similar to those in FIG. The same reference numerals are attached. Therefore, in the present invention, in the calculation of the sum of squares of the approximate sum of squares calculation circuit 15, the sum of squares before one sample (X n-1 ) multiplied by a constant (m times, where 0 <m <1) is calculated.
Is added to the square (x 2 n ) of the current received signal (x n ) to obtain an approximate value X n of the current sum of squares. The sum operation is done only once.

【0012】さらに、正規化のためには、上述のように
して求めた二乗和を逆数にする逆数計算器14が必要で
ある。一般に、エコーキャンセラーはDSPによって実
現する場合が多いが、DSPは、ハードウェアとして乗
算器を用意しているので乗算は高速に処理できるもの
の、除算器を用意していないので、逆数計算は繰り返し
演算によって行なう必要がある。そのため、二乗和を逆
数にする逆数計算が繰り返し演算となるため、この処理
量もリアルタイム動作のための障害となる。本発明(請
求項2)は、Xを2のべき乗で表現した場合の指数部の
符号を反転したものをXの逆数の近似値として利用する
ようにしたもので、これによって、繰り返し演算を不要
とすることができる。なお、通常の浮動小数点DSPで
は、指数部と借り数部とは独立して格納、処理されるた
め、この方法は非常に簡単に実現できる。
Further, for the normalization, the reciprocal calculator 14 for reciprocal the sum of squares obtained as described above is required. In general, an echo canceller is often realized by a DSP, but since the DSP has a multiplier as hardware, the multiplication can be processed at high speed, but since no divider is provided, the reciprocal calculation is repeated. Need to be done by. For this reason, the reciprocal calculation that makes the sum of squares the reciprocal number is an iterative operation, and this processing amount also becomes an obstacle for real-time operation. According to the present invention (claim 2), a sign obtained by inverting the sign of the exponent part when X is expressed by a power of 2 is used as an approximate value of the reciprocal of X, whereby repetitive calculation is unnecessary. Can be In a normal floating point DSP, the exponent part and the borrow number part are stored and processed independently, so this method can be realized very easily.

【0013】[0013]

【発明の効果】以上の説明から明らかなように、本発明
によると、以下のような効果がある。 〔請求項1に対応する効果〕正規化のための二乗和を求
める処理において、従来タップ数回必要であった積和演
算を1回にすることが出来るため、処理量の削減が実現
し、より簡易な構成でリアルタイム動作が可能となる。 〔請求項2に対応する効果〕正規化のための逆数を求め
る処理において、繰り返し演算を不要にすると共に一般
的な浮動小数点DSPで容易に実現できるため、処理量
の削減が実現し、より簡易な構成でリアルタイム動作が
可能となる。
As is apparent from the above description, the present invention has the following effects. [Effect corresponding to claim 1] In the process of obtaining the sum of squares for normalization, the product-sum operation, which was conventionally required several times for taps, can be performed once, so that the processing amount can be reduced. Real-time operation becomes possible with a simpler configuration. [Effect corresponding to claim 2] In the process of obtaining the reciprocal for normalization, it is possible to reduce the amount of processing because it is not necessary to perform repetitive operations and can be easily realized by a general floating point DSP. Real-time operation is possible with this configuration.

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

【図1】 本発明によるエコーキャンセラー回路の一実
施例を説明するための図である。
FIG. 1 is a diagram for explaining an embodiment of an echo canceller circuit according to the present invention.

【図2】 従来のエコーキャンセラー回路の一例を説明
するための図である。
FIG. 2 is a diagram for explaining an example of a conventional echo canceller circuit.

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

10…スピーカ、11…マイクロフォン、12…フィル
タ、13…二乗和計算回路、14…逆数計算回路、15
…簡易二乗和計算回路。
10 ... Speaker, 11 ... Microphone, 12 ... Filter, 13 ... Square sum calculation circuit, 14 ... Reciprocal calculation circuit, 15
… Simple sum of squares calculation circuit.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 学習同定法を用いてフィルター係数を更
新するエコーキャンセラーにおいて、次式で求められる
nを時刻nにおける受信信号系列の二乗和の近似値と
みなし、このXnの逆数を乗ずることによって時刻nに
おける受信信号xnを正規化することを特徴とするエコ
ーキャンセラー。 Xn=mXn-1+x2 n,ただし0<m<1
1. An echo canceller that updates a filter coefficient by using a learning identification method regards X n obtained by the following equation as an approximate value of a sum of squares of a received signal sequence at time n, and multiplies the reciprocal of this X n. An echo canceller characterized by normalizing the received signal xn at time n. X n = mX n-1 + x 2 n , where 0 <m <1
【請求項2】 学習同定法を用いてフィルター係数を更
新するエコーキャンセラーにおいて、受信信号正規化の
際に指数部の符号を反転することによって、近似的に逆
数計算を行うことを特徴とするエコーキャンセラー。
2. An echo canceller for updating a filter coefficient using a learning identification method, wherein an inverse number calculation is approximately performed by inverting a sign of an exponent part when normalizing a received signal. Canceller.
JP19957794A 1994-08-24 1994-08-24 Echo canceler Pending JPH0865397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19957794A JPH0865397A (en) 1994-08-24 1994-08-24 Echo canceler

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19957794A JPH0865397A (en) 1994-08-24 1994-08-24 Echo canceler

Publications (1)

Publication Number Publication Date
JPH0865397A true JPH0865397A (en) 1996-03-08

Family

ID=16410159

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19957794A Pending JPH0865397A (en) 1994-08-24 1994-08-24 Echo canceler

Country Status (1)

Country Link
JP (1) JPH0865397A (en)

Similar Documents

Publication Publication Date Title
US5568558A (en) Adaptive noise cancellation device
JP3008763B2 (en) Method and apparatus for system identification with adaptive filters
JP3359460B2 (en) Adaptive filter and echo canceller
JPH04123621A (en) Echo eraser
JPH09139696A (en) Method and device for both adaptive identification and related adaptive echo canceler thereto
JPH08130495A (en) Method and device for identifying system by use of adaptive filter
JP2654894B2 (en) Echo canceller and method therefor
JP2004349806A (en) Multichannel acoustic echo canceling method, apparatus thereof, program thereof, and recording medium thereof
JPH07176991A (en) Adaptive filter device and its control method
US6694020B1 (en) Frequency domain stereophonic acoustic echo canceller utilizing non-linear transformations
JP3407392B2 (en) Stereo echo canceller
JP4345208B2 (en) Reverberation and noise removal device
JP3864914B2 (en) Echo suppression device
JPH08250982A (en) Estimaton device for filter coefficient
EP0398441B1 (en) Adaptive discrete-time transversal filter
JP4041770B2 (en) Acoustic echo cancellation method, apparatus, program, and recording medium
JPH0865397A (en) Echo canceler
JP2002223182A (en) Echo canceling method, its device, its program and its recording medium
JPH09261135A (en) Acoustic echo erasion device
JP3236226B2 (en) Echo canceller
JP3671232B2 (en) Echo canceller
JPH09232913A (en) Coefficient update device for adaptive filter
JP2551869B2 (en) Echo canceller
JPH05152999A (en) Echo suppressing device
JPH0447720A (en) Echo canceller