JP4041770B2 - Acoustic echo cancellation method, apparatus, program, and recording medium - Google Patents

Acoustic echo cancellation method, apparatus, program, and recording medium Download PDF

Info

Publication number
JP4041770B2
JP4041770B2 JP2003141818A JP2003141818A JP4041770B2 JP 4041770 B2 JP4041770 B2 JP 4041770B2 JP 2003141818 A JP2003141818 A JP 2003141818A JP 2003141818 A JP2003141818 A JP 2003141818A JP 4041770 B2 JP4041770 B2 JP 4041770B2
Authority
JP
Japan
Prior art keywords
frequency domain
echo
signal
partial
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP2003141818A
Other languages
Japanese (ja)
Other versions
JP2004349796A (en
Inventor
暁 江村
陽一 羽田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2003141818A priority Critical patent/JP4041770B2/en
Publication of JP2004349796A publication Critical patent/JP2004349796A/en
Application granted granted Critical
Publication of JP4041770B2 publication Critical patent/JP4041770B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
この発明は、拡声通話システムに適用され、通話の障害となり、時にはハウリングを引き起こす音響エコーを消去する方法、その装置、プログラム及びその記録媒体に関するものである。
【0002】
【従来の技術】
拡声通話システムでは、受話音声がスピーカから拡声され、マイクロホンに収音されて音響エコーが生じ、その処理が問題となる。対地の拡声通話システムを含めて形成される閉ループのループゲインが1より大きい場合に、音響エコーはハウリングを引き起し、通話を不可能にする。またループゲインが1より小さい場合であっても音響エコーは通話の障害や不快感などの悪影響を生ずる。より自然な通話環境の実現には、スピーカからマイクロホンへの音響的回り込みを消去する音響エコー消去装置(エコーキャンセラ)が必要となる。
【0003】
1チャネルの再生系と1チャネルの収音系とで構成される音響エコー消去装置(キャンセラ)を図6に示す。受話端子1からの受話信号はスピーカ2で音響信号として再生され、この音響信号は音響エコー経路23を経てマイクロホン3に回り込む。
受話信号をx(k)(kは離散的時刻)、マイクロホン3により収音されたエコー信号をy(k)、スピーカ(再生器)2からマイクロホン(収音器)3までの音響エコー経路23のインパルス応答をh(k)、その長さをLとする。エコー信号と受話信号には以下の関係がある。
y(k)=Σi=0 L-1h(i)x(k−i)
さらに、インパルス応答と入力信号を
=[h(0)…h(L−1)]T
(k)=[x(k)…x(k−L+1)]T
のようにベクトル化すると、受話信号とインパルス応答との畳み込みは以下のように簡潔に記述される。ここで[ ]T はベクトルの転置を表わす。
y(k)= T (k)
【0004】
この音響エコーは、受話端子1と送信端子4の間に接続されたエコー消去部5により消去される。受話信号x(k)が予測エコー信号生成用の適応フィルタ51に入力されて予測エコー信号が生成され、マイクロホン3からの収音信号y(k)とこの予測エコー信号との差が減算部52でとられ誤差信号e(k)が作られる。この誤差信号e(k)および過去の受話信号に基づき、収音信号と予測エコー信号との誤差が小さくなるように予測エコー信号生成用のフィルタ51のフィルタ係数が更新される。
【0005】
「従来法1」
はじめにNLMS(Normalized Least Mean Square)アルゴリズムをもちいてフィルタ係数を更新する場合を説明する(非特許文献1参照)。予測エコー生成用の応答フィルタ51のタップ数をLとし、そのフィルタ係数ベクトルを(k)で表わす。予測エコー信号y^(k)は、受話信号とフィルタ係数を畳み込むことで得られる。
y^(k)= T(k)(k)
収音信号y(k)と予測エコー信号との差e(k)=y(k)−y^(k)をもちいて修正ベクトル
(k)=e(k)(k)/ T(k)(k)
が求められ、適応フィルタの係数が次式により更新される。
(k+1)=(k)+μ d(k)
ただしμは推定を安定にするために設定されるステップサイズである。
NLMS法では、予測エコー生成の畳み込み演算と適応フィルタの修正を、上記のように時間領域で毎サンプルおこなうために、処理遅延はないものの演算量がとても大きくなる。また収束速度すなわち適応フィルタ51による推定エコー経路が真のエコー経路にほぼ収束するまでの時間が遅いことが知られている。
【0006】
「従来法2」
演算量を大幅に削減する適応アルゴリズムが、E.R.Ferraraにより提案されている(非特許文献2参照)。このアルゴリズムは、適応フィルタの修正を1サンプルごとの処理からLサンプルごとのブロック処理に変更している。そして、予測エコー信号生成の畳み込み信号処理をブロック化し、高速離散フーリエ変換(FFT)により周波数領域を経由して行う。
このアルゴリズムでは、修正ベクトルを誤差信号と受話信号の畳み込みにより計算している。この計算は、時刻kで適応フィルタが修正される場合に下記のようになる。
(k)=Σi=0 L-1e(k−i)(k−i)
この適応フィルタ修正のための畳み込み処理もFFTをもちいて効率よく実行することができ、全体の演算量を大幅に減少させることが可能である。その機能構成を図7に示す。
受話信号x(k)をブロック化部61でLサンプルずらしながら2Lサンプルごとのブロックに分割し、その各ブロックの信号を高速フーリエ変換(FFT)によりFFT変換部62で周波数領域信号に変換し、その複素共役 *を共役生成部63aで作り、これと、FFT変換部68で、同様にブロックごとの周波数領域とされた残留信号とが乗算部63bで乗算されて、周波数領域の修正ベクトルdが生成され、これにステップサイズμが乗算部63cで乗算され、係数更新部63dで周波数領域の適応フィルタ係数にμdが加算されて、フィルタ係数が更新される。このフィルタ係数と周波数領域の受話信号とが乗算部63eで乗算され、この乗算結果WXが逆FFT変換部64で、逆高速離散フーリエ変換されて時間領域信号に変換され、これにブロック整形部65でLサンプルのブロックとして取り出され、この1ブロックごとの予測エコー信号^(k)を、ブロック化部66でLサンプルごとにブロック化したエコー信号(k)から減算部67で差し引き、ブロックごとの誤差信号(k)を得る。
このように周波数領域で行う方法では、Lサンプルおきに信号をブロック化する必要があり(ブロック長2L)、少なくともLサンプルの遅延が生じてしまう。また適応フィルタの更新もLサンプルごとになり、収束速度は特に改善しない。
【0007】
「従来法3」
上記従来法2の適応アルゴリズムにおいて処理遅延が大きく適応フィルタの更新頻度が低い問題は、J.S.Sooの提案したアリゴリズム(非特許文献3参照)により解決される。このアルゴリズムでは、処理遅延の縮小をはかるためにマルチディレイ・フィルタ(以下MDFと略す)の考え方を導入する。
【0008】
周波数領域の信号処理では、オーバーラップセーブ(overlap−save)法により畳み込み処理が実現される。MDF法は、この畳み込み処理が、より小さいブロック同士のオーバーラップセーブ処理に分割できることを利用する。仮に分割数4でMDFを適用することは、図8に示すようにインパルス応答を時間軸上で4分割し、各部分インパルス応答と受話信号を畳み込んで部分予測エコー信号を生成し、その総和をとって予測エコー信号を求めることに対応している。
【0009】
適応フィルタのタップ長をL、分割数をM(ただしLはMで割り切れる)に設定すると、MDF法ではL′=L/Mサンプルごとに予測エコーを求めることが可能になる。MDF法の機能構成を図9に示す。MDF法では、受話信号x(k)はオーバーラップセイブ法を用いてL′=L/Mサンプルごとにブロック化部71にて、長さ2L′の信号ベクトルにブロック化され、その各信号ベクトルはFFT変換部72にて周波数領域の信号 1(k)に変換される。
1(k)←FFT([x(k−2L′+1),…,x(k)]T) (1)
過去のM−1個の信号ブロック(信号ベクトル)は、縦続接続された遅延部791〜79M-1を、L′サンプルごとに1遅延部だけ順次シフトされ、各遅延部791〜79M-1から L(k)〜 M(k)として式(2)に示すように出力される。

Figure 0004041770
これら受話信号の信号ブロックを部分予測エコー生成部731〜73Mにてそれぞれ各部分予測インパルス応答と畳み込んで、周波数領域の部分予測エコー信号が生成され、これが部分予測エコー信号の総和を加算部74でとって逆FFT変換部75で逆高速離散フーリエ変換を行って時間領域の予測エコー信号(k)が生成される。
【0010】
予測エコー信号ベクトル^(k)とブロック化部76よりの収音信号ベクトル(k)との差が減算部77でとられ、その誤差信号ベクトルがFFT変換部78で式(3)に示すように周波数領域に変換される。
(k)←FFT([0,…,0, T(k)−^T(k)]T)(3)このようにL′個のサンプル用誤差信号ベクトルの前にL′個の0を付けて2L′のサンプルとして周波数領域に変換する。
【0011】
周波数領域受話信号 1(k)は共役部731aでその複素共役 1 *(k)に変換され、周波数領域の誤差信号(k)と乗算部731bで乗算され、その乗算結果d 1に対し、乗算部731cでステップサイズμが乗算され、その結果μ d 1が更新部731dでそれまでの周波数領域の部分予測インパルス応答 1(k)に対し加算されて、これが更新される。他の遅延受話信号 2(k),…, M(k)と誤差信号(k)とが部分予測エコー生成部732,…,73Mでそれぞれ同様に処理される。このように周波数領域での信号ベクトル 1(k),…, M(k),(k)をもちい、適応フィルタの各部分予測インパルス応答を次式で更新する。
Figure 0004041770
ただし m *(k)(m=1,…,M)は m(k)の複素共役である。図9ではd m(k)= m *(k)(k)(m=1,…,M)を用いている。またμはフィルタ係数更新の大きさを決めているステップサイズである。図9中の部分予測エコー生成部731〜73M内に示されるように、M個の部分予測エコー経路の部分インパルス応答の更新には、同一のステップサイズμが適用されていることに注意されたい。
このMDF法の処理遅延は従来法2のそれの1/Mになり、従来法2よりも演算量は多少増加するが適応フィルタの更新頻度はM倍になり収束速度が改善する。
【0012】
【非特許文献1】
大賀、山崎、金田、「音響システムとディジタル処理」、電子情報通信学会、1997、pp.139-142
【非特許文献2】
E.R.Ferrara,“Fast Implementation of LMS adaptive filters,”IEEE Trans.Acoust., Speech,Signal Processing, vol.ASSP-28, pp.474-475(1980)
【非特許文献3】
J.S.Soo and K.K.Pang:“Multidelay Block Frequency Domain Adaptive Filter,”IEEE Trans.on ASSP, vol.ASSP-38, no.2, pp.373-376(1990)
【0013】
【発明が解決しょうとする課題】
適応フィルタによりエコーを十分に消去するには、そのフィルタ長がエコー経路のインパルス応答長と同等である必要がある。残響時間の比較的長い部屋で拡声通話システムを確実に動作させるには、適応フィルタ長を長くとる必要がある。フィルタ長が長いほど適応フィルタの収束速度は遅くなるために、従来法3に対して、一層の収束速度向上が要求されている。
【0014】
【課題を解決するための手段】
この発明によれば、受話信号を予測エコー経路により周波数領域でフィルタ処理して予測エコーを求め、その予測エコーと収音信号との誤差信号を小さくするように、予測エコー経路を構成する適応フィルタのフィルタ係数を周波数領域で制御する低演算量の音響エコー消去方法において、適応フィルタのタップ数(適応フィルタ長)をM(2以上の整数)分割し、M個の部分予測エコー経路を構成し、
特に部分予測エコー経路の部分インパルス応答の更新に対して、同一のステップサイズではなく、エコー経路のインパルス応答包絡線の減衰傾向に合わせて減衰するステップサイズを適用することを特徴とする。つまり一般に室内インパルス応答すなわちエコー経路のインパルス応答の包絡は図8に示したように時間とともにほぼ一定の傾向で減衰することが知られている。インパルス応答の変化量も同様の性質を持つ。この発明はこの性質を適応フィルタの係数更新に反映させたものである。
【0015】
従ってインパルス応答の前半に位置し、係数変化の最も大きい部分予測インパルス応答 1(k)の更新には大きめのステップサイズが設定される。またインパルス応答の後半に位置し、係数変化の小さい部分予測インパルス応答 M(k)の更新には小さいステップサイズが設定される。これにより、MDF法に基づく周波数領域処理の適応フィルタに対して、同一の処理遅延、ほぼ同等の計算量で収束速度を向上させることが可能になる。
この発明方法は、スピーカP個(Pは2以上の整数)およびマイクロホン1個からなる拡声通話システムにもそのまま適用可能である。また、スピーカP個(Pは1以上の整数)およびマイクロホンQ個(Qは2以上の整数)からなる拡声通話システムも、スピーカP個およびマイクロホン1個からなる拡声通話システムをQ個並列に設置することで実現可能である。
【0016】
【発明の実施の形態】
実施形態1
はじめにスピーカ1個マイクロホン1個からなる拡声通話システムにこの発明を適用した実施形態1を図1を参照して説明する。図1中の図9と対応する部分に同一参照番号を付けてある。以下では適応フィルタの全体長をL、その分割数をMとする。
受話信号x(k)はブロック化部71およびFFT変換部72にて、下記ステップ1にしたがってブロック化されて周波数領域に変換される。受話信号は所定時間L′=L/Mサンプルごとに長さ2L′のブロック信号として処理される。周波数領域の受話信号 1とその順次L′サンプル分遅延された信号 2 Mが部分予測エコー生成部731〜73Mにてフィルタ処理されて、周波数領域で部分予測エコーが生成される。加算部74にてこれら部分予測エコーの総和がとられ、逆FFT変換部75を経て時間領域の予測エコーに変換される。この一連の処理が下記ステップ2に対応する。収音信号y(k)は、ブロック化部76でL′サンプルごとにブロック化され、ベクトル減算部77で予測エコー信号ベクトルとの差が求められたのち、FFT変換部78にて周波数領域に変換されて誤差信号(k)が求められる。この一連の処理が下記ステップ3に対応する。各部分予測エコー生成部73mでは、下記ステップ4、5にしたがって部分予測インパルス応答が更新される。
【0017】
ステップ1
受話信号x(k)を、L′=L/Mサンプルごとに長さ2L′の信号ベクトルにブロック化し、FFTを適用して式(5)に示すように周波数領域に変換する。
1(k)=diag(FFT([x(k-2L′+1),…,x(k)]T)) (5)
ただし上式のdiag( )は、周波数領域に変換した信号ベクトルを対角成分のみに各周波数成分を持つ行列(対角行列)に変換する。同時に、過去の信号ブロックを縦続接続された遅延部791〜79M-1でそれぞれシフトする。遅延部791,…,79M-1より式(2)と同様にそれぞれ順次L′ずつ多く遅延された信号ブロック 2(k),…, M(k)が出力される。
Figure 0004041770
【0018】
ステップ2
各部分予測エコー生成部73m(m=1,2,…,M)において、受話信号 m(k)と部分予測インパルス応答 m(k)とを周波数成分ごとに積をとることで、受話信号ベクトルをフィルタ処理した周波数領域の部分予測エコーを得る。これら部分予測エコー信号ベクトルの総和を加算部74でとって逆FFT変換部75で逆FFTを適用し、更にブロック整形部75aでL′サンプル時間ごとのL′サンプルの時間領域の予測エコー信号ベクトル^(k)とする。
^(k)=[ L L ]FFT-1( 1(k) 1(k)+…+ M(k) M(k)) (6)
ただし、 L はL′×L′の零行列、 L はL′×L′の単位行列である。
【0019】
ステップ3
ブロック化された収音信号と予測エコーとの誤差信号ベクトルをFFT変換部78で式(3)と同様にL′個の誤差サンプルの前に0をL′個付けて周波数領域の信号(k)に変換する。
(k)=FFT([0,…,0, T(k)−^T(k)]T)(3)
ただし
(k)=[y(k−L′+1)…y(k)]T (7)
である。
【0020】
ステップ4
部分予測エコー生成部731,…,73mの各部分予測インパルス応答 1(k),…, M(k)を、それぞれ異なるステップサイズμ1…μMをもちいて周波数領域で式(8)に示すように更新する。ステップサイズμm(m=1、・・・、M1)は、ステップサイズ生成部70で次式の演算により生成する。
μ1=μ1
μm=μ1αm-1(m=1、・・・、M1)
つまりステップサイズμ1,…,μMは一定の減衰率αで指数的に減衰するように設定生成する。減衰率αは室内インパルス応答包絡の減衰傾向すなわち残響時間から決められる。例えば適用室について実測して求める。またμ1は0〜1の値に設定する。この例では周波数領域の誤差信号(k)に補正行列を乗算部782で乗算し、この乗算結果と各受話信号 m(k)の複素共役 m *(k)(m=1,…,M)とを乗算部73mbで乗算した行列にステップサイズμmが乗算部73mcで乗算される。
【0021】
Figure 0004041770
ここで、補正行列(k)は、遅延部791,…,79M-1の出力信号を補正行列算出部781に入力して
(k)=diag([1/r1(k)…1/rL (k)]) (9)
j(k)=βrj(k−L′)+(1−β)Σ m=1 Mμm2 m(k),j) (10)
により算出される対角行列である。ただしT( m(k),j)は行列 m(k)の(j,j)成分を抜き出す関数である。行列(k)の対角要素の分母のrj(k)は、周波数成分ごとに部分予測エコー生成部731〜73Mの各入力受話信号パワーの重み付き総和を求めたものである。βは前回の短時間平均パワーの総和rj(k−L′)と今回の短時間パワーとの短時間平均をとるための平滑化定数であり、0〜1の値をとる。音声のように有色性信号の場合、修正ベクトルd m(k)に行列(k)をかけることは受話信号の白色化処理に対応し、有色信号が入力されたときの適応フィルタの収束速度を向上させることが知られている。
図1に示した例では、周波数領域の修正ベクトルd m(k)= m *(k)(k)(k)(m=1,…,M)をもちいている。
【0022】
ステップ5
これら周波数領域の各部分予測エコー経路のインパルス応答 1(k+L′),…, M(k+L′)について、周波数領域のベクトルと時間領域の部分予測エコー経路のインパルス応答とが1対1に対応するように次式(12)により、フィルタ更新部73md内で整形する。
m(k+L′)=[ L L]IFFT( m(k+L′))(11)
m(k+L′)=FFT([ m T(k+L′),0,…,0]T)(12)
FFT[ ]内の0数はL′個である。
【0023】
この実施形態1に示すようにこの発明においては所定時間(L′サンプル)ごとに、受話信号を分割し、その分割された受話信号(2L′サンプル)を周波数領域信号(k)に変換し、その信号(k)を部分予測エコー経路部でフィルタ処理して部分予測エコーを生成し、その連続する複数のM個の所定時間に生成されたM個の部分予測エコーの総和を時間領域の予測エコーに変換し、連続するM個の所定時間の各受話信号 1(k)〜 M(k)と誤差信号(k)との乗算により周波数領域での修正ベクトルd 1(k)〜d M(k)を生成し、これら修正ベクトルd 1(k)〜d M(k)と複数(M個)の所定時間内の各所定時間ごとに異なるステップサイズμ1〜μMとを用いて、部分予測エコー経路部を周波数領域で更新する。
【0024】
実施形態2
この発明の実施形態2は、図2に示すようにスピーカP個(Pは2以上の整数)とマイクロホン1個からなる拡声通話システムにこの発明を適用した場合である。以下の適応アルゴリズムでは、適応フィルタ長の全体長をL、その分割数をMとするときオーバラップセーブ法をもちいてL′=L/Mサンプルごとに長さ2L′のブロック信号を処理する。図1に示したエコー消去装置中の逆FFT変換部75、ブロック整形部75a、ブロック化部76、減算部77、FFT変換部78、補正行列算出部781、及び乗算部782を除いた部分が各受話端子1pにチャネル予測エコー生成部8pとして接続され、これらチャネル予測エコー生成部8pにFFT変換部78よりの誤差信号(k)が入力される。ここでp
=1,…,Pである。
各チャネル予測エコー生成部8pは図3に示す構成となりこれに入力された受話信号xp(k)を図1に示した場合と同様に処理する。
【0025】
ステップ1
Pチャネルの受話信号xp(k)(p=1,…,P)を、それぞれL′=L/Mサンプルごとに長さ2L′の信号ベクトルにブロック化し、式(5)と同様にFFTを適用して周波数領域に変換する。
p,1(k)=diag(FFT([xp(k−2L′+1),…,xp(k)]T))
ただし上式のdiag( )は、周波数領域に変換した信号ベクトルを対角成分に各周波数成分を持つ行列に変換しており、これ以降の説明の便宜をはかるためにもちいている。同時に、過去の信号ブロックを縦続接続された遅延部を1遅延部ずつそれぞれシフトして式(2)と同様に p,2(k),…, p,M(k)を得る。
Figure 0004041770
【0026】
ステップ2
各部分予測エコー生成部において、受話信号と、部分予測インパルス応答とを周波数成分ごとに積をとることで、受話信号ベクトルをフィルタ処理し、周波数領域の部分予測エコー p,m(k) p,m(k)(p=1,…,P,m=1,…,M)を得る。これら部分予測エコーの和をとることで式(13)に示すチャネルごとの予測エコー^p(k)を求める。この^p(k)がチャネル予測エコー生成部8pの出力となる。
^p(k)= p,1(k) p,1(k)+…+ p,M(k) p,M(k) (13)
【0027】
ステップ3
第1〜Pチャネルにおける周波数領域での予測エコー信号ベクトルの総和を加算部8aでとり、その総和に対し、逆FFT変換部75、ブロック整形部75aにより式(6)と同様に逆FFTを適用しかつL′個のサンプルブロックに整形して、予測エコー信号ベクトル^(k)を求める。
^(k)=[ L L ]FFT-1^1(k)+…+^p(k)) (14)
ただし、 L はL′×L′の零行列、 L はL′×L′の単位行列である。
そして、収音信号と予測エコー信号との差である誤差信号ベクトルをFFT変換部78で式(3)に示す周波数領域信号(k)に変換する。
(k)=FFT([0,…,0, T(k)−^T(k)]T)(3)
このFFT変換はL′個のサンプルの誤差信号ベクトルの前にL′個の0を付けて行う。また、
(k)=[y(k−L′+1)…y(k)]T (7)
である。各チャネル予測エコー生成部8pにおいて加算部74で部分予測エコーの和を取ることなく、加算部8aで、チャネル予測エコー生成部81〜8Pより全部分予測エコーの総和をとってもよい。
【0028】
ステップ4
第1〜Pチャネルにおける第1〜第M区間の各部分予測インパルス応答 p,1(k)… p,M(k)(p=1,…,P)を区間ごとに異なるステップサイズμ1…μMをもちいて式(15)に示すように周波数領域で更新する。
【0029】
Figure 0004041770
ただし p,m *(k)(p=1,…,P、m=1,…,M)は p,m(k)の複素共役である。
第pチャネルの第m区間の部分予測インパルス応答の周波数領域における修正ベクトルはd p,m(k)= p,m *(k)(k)(m=1,…,M)である。
【0030】
ステップ5
第1〜Pチャネルの第1〜第M区間の各部分予測エコー経路の部分インパルス応答 p,1(k+L′),…, p,M(k+L′)について、周波数領域のベクトルと時間領域の部分予測エコー経路インパルス応答が1対1に対応するように式(11),(12)と同様な次式により整形する。
p,m(k+L′)=[ L L]IFFT( p,m(k+L′))
p,m(k+L′)=FFT([ p,m T(k+L′),0,…,0]T
【0031】
実施形態3
実施形態3は図4に示すようにスピーカP個(Pは1以上の整数)、マイクロホンQ個(Qは2以上の整数)からなる拡声通話システムにこの発明を適用した場合である。図2に示したエコー消去装置がQ個、91…9Qとして設けられ、各エコー消去装置9q(q=1,…,Q)はP個の受話端子11〜1Pからの各チャネルの受話信号x1(k)〜xp(k)と1個のマイクロホン3qからの収音信号yq(k)が入力され、その収音信号yq(k)に対しエコー消去を行って送話端子4qに出力する。つまり、この実施形態3では図2に示したスピーカP個マイクロホン1個からなる拡声通話システムにおけるエコー消去装置が各マイクロホンごとに並列に設置されていることになる。
【0032】
実験例
この発明方法の性能を検証するために、スピーカ1個マイクロホン1個からなる拡声通話システムを想定して、数値シミュレーションを行った。この数値シミュレーションでは、サンプリング周波数を8kHzに設定し、音響エコー経路23として残響時間300msの部屋で実測した室内伝達関数を1600タップに打ち切って音響エコーを生成した。適応フィルタについて、タップ数L=1024、分割数M=4とした。
【0033】
従来法として白色化処理を含むMDF法をもちい、そのステップサイズをμ=0.3に設定した。またこの発明方法として実施形態1をもちい、そのステップサイズをμ1=0.3、μ2=0.3×0.6、μ3=0.3×0.62、μ4=0.3×0.63に設定した。
入力信号として白色雑音をもちいた場合について、エコー経路推定値の相対誤差(Misalignment)の変化を図5に示す。相対誤差が−20dBに達する時間で比較すると、各部分予測エコー経路について更新時ステップサイズを残響特性に応じて別々に設定することにより、適応フィルタの推定速度が約30%向上していることが分かる。
【0034】
実施形態1において、補正行列(k)による誤差信号(k)に対する補正を行わなくてもよい。つまり図1において、補正行列算出部781、乗算部782を省略してもよい。また図3において、図1と同様に補正行列算出部781、乗算部782を設けて、誤差信号(k)に対し、各チャネル対応の補正を行ってもよい。
図1、図2に示した各音響エコー消去装置をコンピュータにより機能させてもよい。この場合は前述したこの発明による音響エコー消去方法の各過程をコンピュータにより実行させるためのプログラムをCD−ROM、磁気ディスクなどの記録媒体から又は通信回線を介してコンピュータにダウンロードし、そのコンピュータにそのプログラムを実行させればよい。
【0035】
【発明の効果】
以上述べたようにこの発明によれば拡声通話システムのエコー消去において、エコー経路のインパルス応答を所定時間区間ごとに部分エコー経路インパルス応答に分割し、部分エコー経路インパルス応答の予測を周波数領域経由のブロック信号処理とし、その際、部分エコー経路ごとに異なるステップサイズで部分予測エコー経路インパルス応答を更新することにより、音響エコー経路インパルス応答の推定速度向上と低演算量化を実現することができる。
【図面の簡単な説明】
【図1】この発明の実施形態1の機能構成例を示す図。
【図2】この発明の実施形態2の機能構成例を示す図。
【図3】図2中のチャネル予測エコー生成部8pの機能構成例を示す図。
【図4】この発明の実施形態3の機能構成例を示す図。
【図5】この発明方法と従来法によるエコー経路インパルス応答予測の収束挙動の数値シミュレーションの例を示す図。
【図6】従来の時間領域でのみ処理するエコー消去装置の機能構成を示す図。
【図7】従来の周波数領域を経由する適応フィルタ処理を用いるエコー消去装置の機能構成を示す図。
【図8】インパルス応答とその分割例を示す図。
【図9】従来のMDF法を適用した適応フィルタ処理を用いるエコー消去装置の機能構成を示す図。[0001]
BACKGROUND OF THE INVENTION
The present invention is applied to a loudspeaker communication system, and relates to a method, an apparatus, a program, and a recording medium for canceling acoustic echo that is an obstacle to a call and sometimes causes howling.
[0002]
[Prior art]
In the loudspeaking call system, the received voice is loudspeaked from a speaker and picked up by a microphone to generate an acoustic echo, and the processing thereof becomes a problem. When the loop gain of a closed loop formed including a ground-based loudspeaker communication system is greater than 1, acoustic echo causes howling and makes the call impossible. Even when the loop gain is smaller than 1, the acoustic echo causes an adverse effect such as a call failure or discomfort. In order to realize a more natural call environment, an acoustic echo canceller (echo canceller) that cancels acoustic wraparound from the speaker to the microphone is required.
[0003]
FIG. 6 shows an acoustic echo canceller (canceller) composed of a 1-channel reproduction system and a 1-channel sound collection system. The received signal from the receiving terminal 1 is reproduced as an acoustic signal by the speaker 2, and this acoustic signal goes around the microphone 3 through the acoustic echo path 23.
The received signal is x (k) (k is a discrete time), the echo signal collected by the microphone 3 is y (k), and the acoustic echo path 23 from the speaker (reproducer) 2 to the microphone (sound collector) 3 Is an impulse response h (k), and its length is L. The echo signal and the received signal have the following relationship.
y (k) = Σi = 0 L-1h (i) x (ki)
In addition, impulse response and input signal
h= [H (0) ... h (L-1)]T
x(K) = [x (k)... X (k−L + 1)]T
When the vectorization is performed as follows, the convolution of the received signal and the impulse response is briefly described as follows. here[ ]TRepresents the transpose of a vector.
y (k) =h T x(K)
[0004]
This acoustic echo is erased by an echo canceling unit 5 connected between the reception terminal 1 and the transmission terminal 4. The received signal x (k) is input to the adaptive filter 51 for generating a predicted echo signal to generate a predicted echo signal. The difference between the collected sound signal y (k) from the microphone 3 and the predicted echo signal is the subtractor 52. And an error signal e (k) is produced. Based on the error signal e (k) and the past received signal, the filter coefficient of the filter 51 for generating the predicted echo signal is updated so that the error between the collected sound signal and the predicted echo signal is reduced.
[0005]
"Conventional method 1"
First, a case will be described in which the filter coefficient is updated using an NLMS (Normalized Least Mean Square) algorithm (see Non-Patent Document 1). The number of taps of the response filter 51 for predictive echo generation is L, and the filter coefficient vector isw(K) The predicted echo signal y ^ (k) is obtained by convolving the received signal with the filter coefficient.
y ^ (k) =w T(K)x(K)
Correction vector using difference e (k) = y (k) −y ^ (k) between collected sound signal y (k) and predicted echo signal
dw(K) = e (k)x(K) /x T(K)x(K)
And the coefficient of the adaptive filter is updated by the following equation.
w(K + 1) =w(K) + μ dw(K)
However, μ is a step size set to stabilize the estimation.
In the NLMS method, since the convolution calculation for predictive echo generation and the correction of the adaptive filter are performed every sample in the time domain as described above, the calculation amount is very large although there is no processing delay. It is also known that the convergence speed, that is, the time until the estimated echo path by the adaptive filter 51 converges to the true echo path is slow.
[0006]
"Conventional method 2"
An adaptive algorithm that significantly reduces the amount of computation is described in E.I. R. Proposed by Ferrara (see Non-Patent Document 2). In this algorithm, the modification of the adaptive filter is changed from processing for each sample to block processing for each L sample. Then, convolution signal processing for predictive echo signal generation is blocked and performed via the frequency domain by fast discrete Fourier transform (FFT).
In this algorithm, the correction vector is calculated by convolution of the error signal and the received signal. This calculation is as follows when the adaptive filter is modified at time k.
dw(K) = Σi = 0 L-1e (ki)x(Ki)
The convolution processing for correcting the adaptive filter can also be efficiently performed using FFT, and the total amount of calculation can be greatly reduced. The functional configuration is shown in FIG.
The received signal x (k) is divided into blocks each having 2L samples while being shifted by L samples by the blocking unit 61, and the signal of each block is frequency domain signal by the FFT transforming unit 62 by fast Fourier transform (FFT).XAnd its complex conjugateX *Is generated by the conjugate generation unit 63a, and the residual signal which is similarly set to the frequency domain for each block by the FFT conversion unit 68.EAre multiplied by the multiplication unit 63b, and the correction vector d in the frequency domainWIs multiplied by the step size μ by the multiplier 63c, and the frequency domain adaptive filter coefficient is multiplied by the coefficient updater 63d.WΜdWIs added to the filter coefficientWIs updated. This filter coefficientWAnd frequency domain received signalXAre multiplied by the multiplication unit 63e, and the multiplication resultWXIs subjected to inverse fast discrete Fourier transform by the inverse FFT transform unit 64 and converted into a time domain signal, which is taken out as a block of L samples by the block shaping unit 65, and the predicted echo signal for each blockyAn echo signal obtained by blocking ^ (k) by the blocking unit 66 for each L sample.yThe error signal for each block is subtracted from (k) by the subtraction unit 67.e(K) is obtained.
As described above, in the method performed in the frequency domain, it is necessary to block the signal every L samples (block length: 2L), which causes a delay of at least L samples. In addition, the adaptive filter is updated every L samples, and the convergence speed is not particularly improved.
[0007]
"Conventional method 3"
In the adaptive algorithm of the conventional method 2, the problem that the processing delay is large and the frequency of updating the adaptive filter is low is described in J. S. This is solved by the algorithm proposed by Soo (see Non-Patent Document 3). This algorithm introduces the concept of a multi-delay filter (hereinafter abbreviated as MDF) in order to reduce the processing delay.
[0008]
In the frequency domain signal processing, convolution processing is realized by an overlap-save method. The MDF method takes advantage of the fact that this convolution process can be divided into overlapping save processes between smaller blocks. If the MDF is applied with the division number 4, as shown in FIG. 8, the impulse response is divided into four on the time axis, and the partial impulse response and the received signal are convoluted to generate a partial prediction echo signal. Corresponding to obtaining a predicted echo signal.
[0009]
If the tap length of the adaptive filter is set to L and the number of divisions is set to M (where L is divisible by M), the MDF method can obtain a predicted echo for each L ′ = L / M sample. A functional configuration of the MDF method is shown in FIG. In the MDF method, the received signal x (k) is blocked into a signal vector having a length of 2L ′ by the blocking unit 71 for each L ′ = L / M sample using the overlap save method. Is a signal in the frequency domain by the FFT converter 72.X 1Converted to (k).
X 1(K) ← FFT ([x (k−2L ′ + 1),..., X (k)]T(1)
The past M−1 signal blocks (signal vectors) are connected in cascade by a delay unit 79.1~ 79M-1Are sequentially shifted by one delay unit for each L ′ sample,1~ 79M-1FromX L(K) ~X M(K) is output as shown in equation (2).
Figure 0004041770
These received signal blocks are converted into partial prediction echo generators 73.1~ 73MThe partial prediction echo signal in the frequency domain is generated by convolution with each partial prediction impulse response at, and the sum of the partial prediction echo signals is taken by the adder 74, and the inverse fast discrete Fourier transform is performed by the inverse FFT transformer 75. Perform time domain predicted echo signaly(K) is generated.
[0010]
Predicted echo signal vectory^ (K) and collected sound signal vector from the block forming unit 76yThe difference from (k) is taken by the subtracting unit 77, and the error signal vector is transformed into the frequency domain by the FFT transforming unit 78 as shown in the equation (3).
E(K) ← FFT ([0, ..., 0,y T(K)-y^T(K)]T) (3) In this way, L ′ zeros are added in front of the L ′ sample error signal vectors to convert them into the frequency domain as 2L ′ samples.
[0011]
Frequency domain received signalX 1(K) is the conjugate part 73.1aWith its complex conjugateX 1 *Error signal in the frequency domain converted to (k)E(K) and multiplication unit 731bAnd the multiplication result dW 1On the other hand, the multiplier 731cIs multiplied by the step size μ, resulting in μ dW 1Is the update unit 731dUntil then, partially predicted impulse response in the frequency domainW 1It is added to (k) and updated. Other delayed received signalX 2(K), ...,X M(K) and error signalE(K) is a partial prediction echo generation unit 73.2, ..., 73MAre processed in the same manner. Thus, the signal vector in the frequency domainX 1(K), ...,X M(K),EUsing (k), each partial prediction impulse response of the adaptive filter is updated by the following equation.
Figure 0004041770
However,X m *(K) (m = 1, ..., M) isX mIt is a complex conjugate of (k). In FIG. 9, dW m(K) =X m *(K)E(K) (m = 1,..., M) is used. Further, μ is a step size that determines the magnitude of the filter coefficient update. Partial predictive echo generator 73 in FIG.1~ 73MNote that the same step size μ is applied to update the partial impulse responses of the M partial predicted echo paths, as shown in FIG.
The processing delay of the MDF method is 1 / M of that of the conventional method 2, and the amount of calculation is slightly increased as compared with the conventional method 2, but the update frequency of the adaptive filter is M times and the convergence speed is improved.
[0012]
[Non-Patent Document 1]
Oga, Yamazaki, Kanada, "Acoustic system and digital processing", IEICE, 1997, pp.139-142
[Non-Patent Document 2]
E.R.Ferrara, “Fast Implementation of LMS adaptive filters,” IEEE Trans.Acoust., Speech, Signal Processing, vol.ASSP-28, pp.474-475 (1980)
[Non-Patent Document 3]
J.S.Soo and K.K.Pang: “Multidelay Block Frequency Domain Adaptive Filter,” IEEE Trans.on ASSP, vol.ASSP-38, no.2, pp.373-376 (1990)
[0013]
[Problems to be solved by the invention]
In order to sufficiently cancel the echo by the adaptive filter, the filter length needs to be equal to the impulse response length of the echo path. In order to reliably operate the loudspeaker call system in a room having a relatively long reverberation time, it is necessary to increase the adaptive filter length. Since the convergence speed of the adaptive filter becomes slower as the filter length is longer, further improvement of the convergence speed is required for the conventional method 3.
[0014]
[Means for Solving the Problems]
According to the present invention, an adaptive filter that configures a predicted echo path so as to obtain a predicted echo by filtering the received signal in the frequency domain using the predicted echo path and reduce an error signal between the predicted echo and the collected sound signal. In a low-computation acoustic echo cancellation method for controlling the filter coefficient of the filter in the frequency domain, the number of taps (adaptive filter length) of the adaptive filter is divided into M (integers of 2 or more) to construct M partial prediction echo paths ,
In particular, for updating the partial impulse response of the partially predicted echo path, a step size that attenuates in accordance with the attenuation tendency of the impulse response envelope of the echo path is applied instead of the same step size. In other words, it is generally known that the envelope of the indoor impulse response, that is, the echo response of the echo path attenuates with a substantially constant tendency with time as shown in FIG. The amount of change in the impulse response has similar properties. The present invention reflects this property in the coefficient update of the adaptive filter.
[0015]
Therefore, it is located in the first half of the impulse response, and the partially predicted impulse response with the largest coefficient changeW 1A larger step size is set for updating (k). In addition, it is located in the second half of the impulse response and has a small coefficient change.W MA small step size is set for updating (k). This makes it possible to improve the convergence speed with the same processing delay and almost the same amount of calculation as compared with the frequency domain processing adaptive filter based on the MDF method.
The method of the present invention can be applied as it is to a loudspeaker call system comprising P speakers (P is an integer of 2 or more) and one microphone. In addition, a loudspeaker call system consisting of P speakers (P is an integer of 1 or more) and Q microphones (Q is an integer of 2 or more) is also provided with Q loudspeaker call systems consisting of P speakers and one microphone in parallel. This is possible.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
Embodiment 1
First, a first embodiment in which the present invention is applied to a loudspeaker call system including one speaker and one microphone will be described with reference to FIG. 1 corresponding to those in FIG. 9 are denoted by the same reference numerals. In the following, the overall length of the adaptive filter is L, and the number of divisions is M.
The received signal x (k) is blocked in the block forming unit 71 and the FFT transforming unit 72 according to the following step 1 and converted into the frequency domain. The reception signal is processed as a block signal having a length of 2L ′ every predetermined time L ′ = L / M samples. Received signal in frequency domainX 1And its delayed signal by L 'samplesX 2~X MIs a partial prediction echo generator 73.1~ 73MAnd a partial prediction echo is generated in the frequency domain. The summation of these partial prediction echoes is taken by the adder 74 and is converted into a prediction echo in the time domain via the inverse FFT converter 75. This series of processing corresponds to Step 2 below. The collected sound signal y (k) is blocked for each L ′ sample by the blocking unit 76, and after the difference from the predicted echo signal vector is obtained by the vector subtracting unit 77, the FFT conversion unit 78 puts it in the frequency domain. Converted error signalE(K) is required. This series of processing corresponds to Step 3 below. Each partial prediction echo generator 73mThen, the partial prediction impulse response is updated according to steps 4 and 5 below.
[0017]
Step 1
The received signal x (k) is blocked into a signal vector having a length of 2L ′ for each L ′ = L / M sample, and is converted into the frequency domain as shown in Equation (5) by applying FFT.
X 1(K) = diag (FFT ([x (k−2L ′ + 1),..., X (k)]T)) (5)
However, diag () in the above equation converts the signal vector converted into the frequency domain into a matrix (diagonal matrix) having each frequency component only in the diagonal component. At the same time, a delay unit 79 in which past signal blocks are connected in cascade1~ 79M-1Shift each. Delay unit 791, ..., 79M-1More signal blocks that are sequentially delayed by L ′ in the same manner as in equation (2)X 2(K), ...,X M(K) is output.
Figure 0004041770
[0018]
Step 2
Each partial prediction echo generator 73m(M = 1, 2,..., M), the received signalX m(K) and partially predicted impulse responseW mBy multiplying (k) for each frequency component, a partial prediction echo in the frequency domain obtained by filtering the received signal vector is obtained. The sum of these partial predicted echo signal vectors is taken by the adder 74, and the inverse FFT is applied by the inverse FFT transform unit 75. Further, the block shaping unit 75a predicts the echo signal vector in the time domain of L 'samples for each L' sample time.yLet ^ (k).
y^ (k) = [0 L I L ] FFT-1(X 1(k)W 1(k) + ... +X M(k)W M(k)) (6)
However,0 L Is the L ′ × L ′ zero matrix,I L Is an L ′ × L ′ unit matrix.
[0019]
Step 3
The error signal vector of the collected sound signal and the predicted echo that has been blocked is added to the frequency domain signal by adding L ′ to the L ′ error samples before the L ′ error samples in the FFT transform unit 78 as in the equation (3).EConvert to (k).
E(K) = FFT ([0, ..., 0,y T(K)-y^T(K)]T(3)
However,
y(K) = [y (k−L ′ + 1)... Y (k)]T      (7)
It is.
[0020]
Step 4
Partial prediction echo generator 731, ..., 73mEach partial predicted impulse responseW 1(K), ...,W M(K) for different step sizes μ1... μMTo update in the frequency domain as shown in equation (8). Step size μm(M = 1,..., M1) is generated by the step size generation unit 70 by the following equation.
μ1= Μ1
μm= Μ1αm-1(M = 1,..., M1)
In other words, step size μ1, ..., μMIs generated to be exponentially attenuated at a constant attenuation rate α. The attenuation rate α is determined from the decay tendency of the room impulse response envelope, that is, the reverberation time. For example, it is obtained by actually measuring the applicable room. Μ1Is set to a value between 0 and 1. In this example, the frequency domain error signalE(K) correction matrixSIs multiplied by a multiplier 782, and the multiplication result and each received signal are multiplied.X mComplex conjugate of (k)X m *(K) (m = 1,..., M) and multiplication unit 73mbThe step size μ to the matrix multiplied bymIs the multiplication unit 73mcMultiplied by
[0021]
Figure 0004041770
Where the correction matrixS(K) is the delay unit 79.1, ..., 79M-1Is input to the correction matrix calculator 781.
S(K) = diag ([1 / r1(K) ... 1 / rL (K)]) (9)
rj(K) = βrj(K−L ′) + (1−β)Σ m = 1 MμmT2(X m(K), j) (10)
Is a diagonal matrix calculated by T (X m(K), j) are matricesX mThis is a function for extracting the (j, j) component of (k). line; queue; procession; paradeSR of the denominator of the diagonal element of (k)j(K) is a partial prediction echo generation unit 73 for each frequency component.1~ 73MThe weighted sum of each input received signal power is obtained. β is the sum of previous short-term average powers rjThis is a smoothing constant for taking a short time average of (k−L ′) and the current short time power, and takes a value of 0 to 1. In the case of a colored signal such as speech, the correction vector dW m(K) matrixSApplying (k) corresponds to whitening processing of the received signal, and is known to improve the convergence speed of the adaptive filter when a colored signal is input.
In the example shown in FIG. 1, the correction vector d in the frequency domainW m(K) =X m *(K)S(K)E(K) (m = 1,..., M) is used.
[0022]
Step 5
Impulse response of each partial prediction echo path in these frequency domainsW 1(K + L '), ...,W MFor (k + L ′), the filter update unit 73 is expressed by the following equation (12) so that the frequency domain vector and the impulse response of the partial prediction echo path in the time domain correspond one-to-one.mdFormat in.
v m(K + L ′) = [I L 0 L] IFFT (W m(K + L ′)) (11)
W m(K + L ′) = FFT ([v m T(K + L ′), 0,..., 0]T(12)
The number of 0s in the FFT [] is L ′.
[0023]
As shown in the first embodiment, in the present invention, the reception signal is divided every predetermined time (L ′ samples), and the divided reception signals (2L ′ samples) are divided into frequency domain signals.X(K) to convert the signalX(K) is filtered by the partial prediction echo path section to generate a partial prediction echo, and the sum of the M partial prediction echoes generated at a plurality of consecutive M predetermined times is used as a time domain prediction echo. Convert each received signal for M consecutive times that are convertedX 1(K) ~X M(K) and error signalECorrection vector d in the frequency domain by multiplication with (k)W 1(K) to dW M(K) to generate these correction vectors dW 1(K) to dW MDifferent step sizes μ for each predetermined time within (k) and a plurality (M) of predetermined times1~ ΜMAnd update the partial prediction echo path section in the frequency domain.
[0024]
Embodiment 2
Embodiment 2 of the present invention is a case where the present invention is applied to a loudspeaker call system comprising P speakers (P is an integer of 2 or more) and one microphone as shown in FIG. In the following adaptive algorithm, when the total length of the adaptive filter length is L and the number of divisions is M, a block signal having a length of 2L ′ is processed for each L ′ = L / M sample using the overlap save method. 1 except for the inverse FFT conversion unit 75, block shaping unit 75a, blocking unit 76, subtraction unit 77, FFT conversion unit 78, correction matrix calculation unit 781, and multiplication unit 782 in the echo canceller shown in FIG. Each receiving terminal 1pChannel prediction echo generator 8pThese channel prediction echo generators 8 are connected aspError signal from the FFT converter 78E(K) is input. Where p
= 1,..., P.
Each channel prediction echo generator 8pIs configured as shown in FIG. 3, and the received signal x input theretop(K) is processed similarly to the case shown in FIG.
[0025]
Step 1
P channel received signal xp(K) Block (p = 1,..., P) into signal vectors of length 2L ′ for each L ′ = L / M sample, and apply FFT to the frequency domain in the same manner as in equation (5). Convert.
X p, 1(k) = diag (FFT ([xp(k-2L '+ 1), ..., xp(k)]T))
However, diag () in the above equation converts the signal vector converted into the frequency domain into a matrix having each frequency component as a diagonal component, and is used for convenience of the following description. At the same time, the delay unit in which the past signal blocks are connected in cascade is shifted by one delay unit, respectively, as in the equation (2).X p, 2(K), ...,X p, M(K) is obtained.
Figure 0004041770
[0026]
Step 2
Each partial prediction echo generation unit multiplies the received signal and the partial predicted impulse response for each frequency component to filter the received signal vector, thereby generating a partial prediction echo in the frequency domain.X p, m(K)W p, m(K) (p = 1,..., P, m = 1,..., M) is obtained. By calculating the sum of these partial predicted echoes, the predicted echo for each channel shown in Equation (13)Y^p(K) is obtained. thisY^p(K) is a channel prediction echo generation unit 8.pOutput.
Y^p(K) =X p, 1(K)W p, 1(K) + ... +X p, M(K)W p, M(K) (13)
[0027]
Step 3
The sum of the predicted echo signal vectors in the frequency domain in the first to P channels is taken by the adder 8a, and the inverse FFT is applied to the sum by the inverse FFT transform unit 75 and the block shaping unit 75a in the same manner as in equation (6). And a prediction echo signal vector shaped into L 'sample blocks.y^ (K) is obtained.
y^ (K) = [0 L I L ] FFT-1(Y^1(K) + ... +Y^p(K)) (14)
However,0 L Is the L ′ × L ′ zero matrix,I L Is an L ′ × L ′ unit matrix.
Then, an error signal vector, which is the difference between the collected sound signal and the predicted echo signal, is converted into a frequency domain signal represented by Expression (3) by the FFT transform unit 78.EConvert to (k).
E(K) = FFT ([0, ..., 0,y T(K)-y^T(K)]T(3)
The FFT conversion is performed by adding L ′ 0s before the error signal vector of L ′ samples. Also,
y(K) = [y (k−L ′ + 1)... Y (k)]T          (7)
It is. Each channel prediction echo generator 8pWithout adding the sum of the partial prediction echoes in the addition unit 74, the channel prediction echo generation unit 8 in the addition unit 8a.1~ 8PThe sum of all partial prediction echoes may be taken.
[0028]
Step 4
Each partially predicted impulse response of the first to Mth sections in the first to P channelsW p, 1(K) ...W p, M(K) (p = 1,..., P) is a step size μ that is different for each section.1... μMTo update in the frequency domain as shown in equation (15).
[0029]
Figure 0004041770
However,X p, m *(K) (p = 1,..., P, m = 1,..., M) isX p, mIt is a complex conjugate of (k).
The correction vector in the frequency domain of the partial prediction impulse response of the m-th section of the p-th channel is dW p, m(K) =X p, m *(K)E(K) (m = 1,..., M).
[0030]
Step 5
Partial impulse response of each partial predicted echo path in the first to Mth sections of the first to P channelsW p, 1(K + L '), ...,W p, M(K + L ′) is shaped by the following equations similar to equations (11) and (12) so that the vector in the frequency domain and the partial predicted echo path impulse response in the time domain have a one-to-one correspondence.
v p, m(K + L ′) = [I L 0 L] IFFT (W p, m(K + L '))
W p, m(K + L ′) = FFT ([v p, m T(K + L ′), 0,..., 0]T)
[0031]
Embodiment 3
Embodiment 3 is a case where the present invention is applied to a loudspeaker call system comprising P speakers (P is an integer of 1 or more) and Q microphones (Q is an integer of 2 or more) as shown in FIG. The number of echo cancellers shown in FIG.1... 9QEach echo canceling device 9 is provided asq(Q = 1,..., Q) are P receiving terminals 11~ 1PReceived signal x of each channel from1(K) to xp(K) and one microphone 3qSound pickup signal yq(K) is input and the collected sound signal yqEcho canceling for (k) and sending terminal 4qOutput to. That is, in the third embodiment, the echo canceller in the loudspeaker call system including one speaker P microphone shown in FIG. 2 is installed in parallel for each microphone.
[0032]
Experimental example
In order to verify the performance of the method of the present invention, a numerical simulation was performed assuming a loudspeaker communication system consisting of one speaker and one microphone. In this numerical simulation, an acoustic echo was generated by setting the sampling frequency to 8 kHz and cutting the room transfer function measured in a room with a reverberation time of 300 ms as the acoustic echo path 23 to 1600 taps. For the adaptive filter, the tap number L = 1024 and the division number M = 4.
[0033]
The MDF method including whitening treatment was used as a conventional method, and the step size was set to μ = 0.3. Further, as the method of the present invention, Embodiment 1 is used, and the step size is set to μ.1= 0.3, μ2= 0.3 x 0.6, μThree= 0.3 × 0.62, ΜFour= 0.3 × 0.6ThreeSet to.
FIG. 5 shows changes in the relative error (Misalignment) of the echo path estimation value when white noise is used as the input signal. Comparing with the time when the relative error reaches −20 dB, the estimated speed of the adaptive filter is improved by about 30% by setting the update step size separately for each partially predicted echo path according to the reverberation characteristics. I understand.
[0034]
In Embodiment 1, the correction matrixSError signal due to (k)ECorrection for (k) may not be performed. That is, in FIG. 1, the correction matrix calculation unit 781 and the multiplication unit 782 may be omitted. In FIG. 3, a correction matrix calculation unit 781 and a multiplication unit 782 are provided as in FIG.ECorrection for each channel may be performed on (k).
Each acoustic echo canceller shown in FIGS. 1 and 2 may be made to function by a computer. In this case, a program for causing the computer to execute the above-described acoustic echo canceling method according to the present invention is downloaded to a computer from a recording medium such as a CD-ROM or a magnetic disk or via a communication line. Just run the program.
[0035]
【The invention's effect】
As described above, according to the present invention, in the echo cancellation of the loudspeaker communication system, the echo response of the echo path is divided into partial echo path impulse responses every predetermined time interval, and the prediction of the partial echo path impulse response is performed via the frequency domain. By performing block signal processing and updating the partial predicted echo path impulse response with a different step size for each partial echo path, it is possible to improve the estimated speed of the acoustic echo path impulse response and reduce the amount of computation.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an example of a functional configuration according to a first embodiment of the invention.
FIG. 2 is a diagram showing a functional configuration example of a second embodiment of the present invention.
3 is a channel prediction echo generator 8 in FIG. 2;pFIG.
FIG. 4 is a diagram showing an example functional configuration of a third embodiment of the invention.
FIG. 5 is a diagram showing an example of numerical simulation of convergence behavior of echo path impulse response prediction according to the method of the present invention and the conventional method.
FIG. 6 is a diagram showing a functional configuration of an echo canceling apparatus that performs processing only in a conventional time domain.
FIG. 7 is a diagram showing a functional configuration of an echo cancellation apparatus using adaptive filter processing that passes through a conventional frequency domain.
FIG. 8 is a diagram showing an impulse response and an example of its division.
FIG. 9 is a diagram showing a functional configuration of an echo canceller using adaptive filter processing to which a conventional MDF method is applied.

Claims (8)

受話端子からの受話信号を所定の時間ごとに分割してそれぞれ周波数領域に変換し、
部分予測エコー経路部で、所定時間ごと上記周波数領域の受話信号部分予測インパルス応答との積をとることで上記受話信号をフィルタ処理て部分予測エコーを生成し、
複数の所定時間に生成された部分予測エコーの総和を上記所定時間ごとにとって時間領域に再変換して予測エコーを生成し、
上記時間領域の予測エコーを上記所定時間ごとにブロックに分割し、
上記所定時間ごとにブロック化された収音信号から上記時間領域のブロック化された上記予測エコーを差し引いて音響エコーの消去を行ない、
上記所定時間ごとの収音信号と上記予測エコーとの誤差信号である補正前誤差信号を周波数領域に変換し、
前回求めた上記各部分予測エコー経路部に入力される受話信号パワーのフィルタ係数更
新ステップサイズ重み付け総和の短時間平均と、今回求めた各部分予測エコー経路部に入力される受話信号パワーのその経路フィルタ係数更新ステップサイズ重み付け総和とを重み付け加算して今回の受話信号パワー重み付け総和の短時間平均を求め、この受話信号パワー重み付け総和の短時間平均の逆数と周波数領域の上記補正前誤差信号との対応する周波数成分ごとの積をそれぞれ求めて誤差信号とし、
上記複数の所定時間の各受話信号と上記誤差信号とを周波数領域で成分ごとにそれぞれ乗算して修正ベクトルを生成し、
上記所定時間ごとに、異なるステップサイズと対応修正ベクトルをもちいて、周波数領域で上記各部分予測エコー経路部の上記部分予測インパルス応答を更新することを特徴とする音響エコー消去方法。
The received signal from the receiving terminal is divided every predetermined time and converted to the frequency domain,
In partial prediction echo path unit, it generates a partial predicted echo to filter the received signal by taking the product of the received signal and the partial predicted impulse response of the frequency domain for each predetermined time,
A total of partial prediction echoes generated at a plurality of predetermined times is reconverted into the time domain for each predetermined time to generate a prediction echo,
Dividing the predicted echo in the time domain into blocks for each predetermined time;
The acoustic echo is eliminated by subtracting the predicted echo that is blocked in the time domain from the collected sound signal that is blocked at each predetermined time ,
An error signal before correction that is an error signal between the sound pickup signal and the predicted echo for each predetermined time is converted into a frequency domain,
Filter coefficient update of received signal power input to each partial prediction echo path section obtained previously
The current received signal power weighted sum by weighted addition of the short-time average of the new step size weighted sum and the path filter coefficient update step size weighted sum of the received signal power input to each partial predicted echo path section obtained this time For each frequency component corresponding to the reciprocal of the short-time average of the received signal power weighted sum and the above-mentioned error signal before correction in the frequency domain, respectively, as an error signal,
Multiplying each received signal of the plurality of predetermined times and the error signal for each component in the frequency domain to generate a correction vector,
An acoustic echo cancellation method, wherein the partial predicted impulse response of each partial predicted echo path unit is updated in the frequency domain using a different step size and a corresponding correction vector at each predetermined time.
受話端子からの受話信号を所定時間ごとにブロックに分割し、
その分割された各ブロック信号を周波数領域に変換し、
上記周波数領域ブロック信号を遅延し、遅延量が上記一定時間ずつ順次大であるM−1個(Mは2以上の整数)の遅延ブロック信号を生成し、
上記遅延されない周波数領域ブロック信号、上記M−1個の遅延ブロック信号をそれぞれ周波数領域の第1〜第M部分予測エコー経路インパルス応答によりフィルタ処理を行って、M個の部分予測エコーを生成し、
これらM個の部分予測エコーを加算して周波数領域の予測エコーを生成し、
上記周波数領域の予測エコーを時間領域に変換して予測エコーを生成し、
上記時間領域の予測エコーを上記所定時間ごとにブロックに分割し、
上記所定時間ごとにブロック化された収音信号から上記時間領域のブロック化された上記予測エコーを差し引いて補正前誤差信号を生成し、
その補正前誤差信号を周波数領域に変換し、
前回求めた上記各部分予測エコー経路部に入力される受話信号パワーのフィルタ係数更新ステップサイズ重み付け総和の短時間平均と、今回求めた各部分予測エコー経路部に入力される受話信号パワーのその経路フィルタ係数更新ステップサイズ重み付け総和とを重み付け加算して今回の受話信号パワー重み付け総和の短時間平均を求め、この受話信号パワー重み付け総和の短時間平均の逆数と周波数領域の上記補正前誤差信号との対応する周波数成分ごとの積をそれぞれ求めて上記補正前誤差信号を補正して、これを上記修正ベクトルを求める周波数領域誤差信号とし、
上記遅延されない周波数領域ブロック信号、上記M−1個の遅延ブロック信号と上記周波数領域誤差信号とを各対応周波数成分ごとに乗算して第1〜第M修正ベクトルを生成し、
これら第1〜第M修正ベクトルに、それぞれ第1〜第Mステップサイズを乗算し、その乗算した修正ベクトルで上記第1〜第M部分予測エコー経路インパルス応答をそれぞれ更新し、
上記第1〜第Mステップサイズはその第A(A=1,…,M)の数字Aが小さい程大であることを特徴とする音響エコー消去方法。
The received signal from the receiving terminal is divided into blocks every predetermined time,
Each divided block signal is converted to the frequency domain,
Delaying the frequency domain block signal, and generating M-1 (M is an integer of 2 or more) delay block signals whose delay amount is sequentially increased by the predetermined time,
Filtering the non-delayed frequency domain block signal and the M-1 delayed block signals according to frequency domain first to Mth partial predicted echo path impulse responses, respectively, to generate M partial predicted echoes;
These M partial prediction echoes are added to generate a frequency domain prediction echo,
Convert the predicted echo in the frequency domain to the time domain to generate a predicted echo,
Dividing the time domain predicted echo into blocks for each predetermined time;
Subtracting the predicted echo that has been blocked in the time domain from the collected sound signal that has been blocked at each predetermined time to generate an error signal before correction ,
Converts the uncorrected error signal frequency domain,
Short-time average of filter coefficient update step size weighted sum of received signal power input to each partial predicted echo path unit obtained last time, and that path of received signal power input to each partial predicted echo path unit determined this time The filter coefficient update step size weighted sum is weighted and added to obtain a short-time average of the current received signal power weighted sum. The product for each corresponding frequency component is obtained to correct the pre-correction error signal, and this is used as the frequency domain error signal for obtaining the correction vector,
Multiplying the non-delayed frequency domain block signal, the M-1 delayed block signals, and the frequency domain error signal for each corresponding frequency component to generate first to Mth modified vectors;
The first to Mth modified vectors are respectively multiplied by the first to Mth step sizes, and the first to Mth partial predicted echo path impulse responses are respectively updated with the multiplied modified vectors.
The acoustic echo canceling method according to claim 1, wherein the first to M-th step sizes are larger as the A-th (A = 1,..., M) number A is smaller.
上記受話端子はP(Pは2以上の整数)個であり、各受話端子の受話信号ごとに、上記ブロック信号の周波数領域への変換、上記M−1個の遅延ブロック信号の生成、上記M個の部分予測エコーの生成、上記周波数領域の予測エコーの生成、上記補正前誤差信号の生成、上記周波数領域誤差信号の生成、上記M個の修正ベクトルの生成、第1〜第M部分予測エコー経路インパルス応答の更新をそれぞれ行い、
上記周波数領域の予測エコーのP個を加算して時間領域に変換して、上記時間領域の予測エコーとすることを特徴とする請求項記載の音響エコー消去方法。
The number of the receiving terminals is P (P is an integer of 2 or more). For each received signal at each receiving terminal, the block signal is converted into the frequency domain, the M-1 delayed block signals are generated, and the M Generation of partial prediction echoes, generation of prediction echoes in the frequency domain, generation of error signals before correction , generation of the frequency domain error signals, generation of M correction vectors, first to Mth partial prediction echoes Update the path impulse response respectively
3. The acoustic echo canceling method according to claim 2 , wherein P prediction echoes in the frequency domain are added and converted to a time domain to obtain a prediction echo in the time domain.
受話端子からの受話信号を所定の時間ごとに分割する第2ブロック化部と、A second blocking unit that divides the reception signal from the reception terminal every predetermined time;
上記分割した受話信号を周波数領域に変換する第2周波数領域変換部と、A second frequency domain transforming unit that transforms the divided received signal into a frequency domain;
所定時間ごとの上記周波数領域の受話信号と部分予測インパルス応答との積をとることで上記受話信号をフィルタ処理して部分予測エコーを生成する部分予測エコー経路部と、A partial prediction echo path unit that generates a partial prediction echo by filtering the reception signal by taking a product of the reception signal in the frequency domain and a partial prediction impulse response every predetermined time; 複数の所定時間に生成された部分予測エコーの総和を上記所定時間ごとにとって時間領域に再変換して予測エコーを生成する逆FFT変換部と、An inverse FFT transform unit that re-transforms the sum of partial prediction echoes generated at a plurality of predetermined times into the time domain for each predetermined time to generate a prediction echo;
上記時間領域の予測エコーを上記所定時間ごとにブロックに分割するブロック整形部と、A block shaping unit that divides the prediction echo in the time domain into blocks every predetermined time;
収音信号が入力され、その収音信号を上記所定時間ごとに分割する第1ブロック化部と、A first block-forming unit that receives a sound collection signal and divides the sound collection signal every predetermined time;
上記所定時間ごとにブロック化された収音信号から上記時間領域のブロック化された上記予測エコーを差し引いて音響エコーの消去を行なう減算部と、A subtractor that eliminates the acoustic echo by subtracting the predicted echo that is blocked in the time domain from the collected sound signal that is blocked every predetermined time;
上記所定時間ごとの収音信号と上記予測エコーとの誤差信号である補正前誤差信号を周波数領域に変換する第1周波数領域変換部と、A first frequency domain transforming unit that transforms an error signal before correction, which is an error signal between the collected sound signal at every predetermined time and the predicted echo, into a frequency domain;
前回求めた上記各部分予測エコー経路部に入力される受話信号パワーのフィルタ係数更新ステップサイズ重み付け総和の短時間平均と、今回求めた各部分予測エコー経路部に入力される受話信号パワーのその経路フィルタ係数更新ステップサイズ重み付け総和とを重み付け加算して今回の受話信号パワー重み付け総和の短時間平均を求め、この受話信号パワー重み付け総和の短時間平均の逆数と周波数領域の上記補正前誤差信号との対応する周波数成分ごとの積をそれぞれ求めて誤差信号を算出する補正行列算出部と、Short-time average of filter coefficient update step size weighted sum of received signal power input to each partial predicted echo path unit obtained last time, and that path of received signal power input to each partial predicted echo path unit determined this time The filter coefficient update step size weighted sum is weighted and added to obtain a short-time average of the received signal power weighted sum, and the inverse of the short-time average of the received signal power weighted sum and the error signal before correction in the frequency domain. A correction matrix calculation unit for calculating an error signal by calculating a product for each corresponding frequency component;
上記複数の所定時間の各受話信号と上記誤差信号とを周波数領域で成分ごとにそれぞれ乗算して修正ベクトルを生成する乗算部と、A multiplier that multiplies each received signal of the plurality of predetermined times and the error signal for each component in the frequency domain to generate a correction vector;
上記所定時間ごとに、異なるステップサイズと対応修正ベクトルをもちいて、周波数領域で上記各部分予測エコー経路部の上記部分予測インパルス応答を更新する更新部とを具備することを特徴とする音響エコー消去装置。An acoustic echo cancellation comprising: an updating unit that updates the partial predicted impulse response of each partial predicted echo path unit in the frequency domain using a different step size and a corresponding correction vector at each predetermined time apparatus.
受話端子からの受話信号を所定時間ごとにブロックに分割する第2ブロック化部と、
その分割された各ブロック信号を周波数領域に変換する第2周波数領域変換部と、
上記周波数領域ブロック信号を遅延し、遅延量が上記一定時間ずつ順次大であるM−1個(Mは2以上の整数)の遅延ブロック信号を生成する遅延部と、
上記遅延されない周波数領域ブロック信号、上記M−1個の遅延ブロック信号をそれぞれ周波数領域の第1〜第M部分予測エコー経路インパルス応答によりフィルタ処理を行って、M個の部分予測エコーを生成する第1乗算部と、
これらM個の部分予測エコーを加算して周波数領域の予測エコーを生成する加算部と、 上記周波数領域の予測エコーを時間領域に変換して予測エコーを生成する逆FFT変換部と、
上記時間領域の予測エコーを上記所定時間ごとにブロックに分割するブロック整形部と、
上記所定時間ごとにブロック化された収音信号から上記時間領域のブロック化された上記予測エコーを差し引いて補正前誤差信号を生成する減算部と、
その補正前誤差信号を周波数領域に変換する第1周波数領域変換部と、
前回求めた上記各部分予測エコー経路部に入力される受話信号パワーのフィルタ係数更新ステップサイズ重み付け総和の短時間平均と、今回求めた各部分予測エコー経路部に入力される受話信号パワーのその経路フィルタ係数更新ステップサイズ重み付け総和とを重み付け加算して今回の受話信号パワー重み付け総和の短時間平均を求め、この受話信号パワー重み付け総和の短時間平均の逆数と周波数領域の上記補正前誤差信号との対応する周波数成分ごとの積をそれぞれ求めて上記補正前誤差信号を補正して、これを上記修正ベクトルを求める周波数領域誤差信号として算出する補正行列算出部と、
上記遅延されない周波数領域ブロック信号、上記M−1個の遅延ブロック信号と上記周波数領域誤差信号とを各対応周波数成分ごとに乗算して第1〜第M修正ベクトルを生成する第2乗算部と、
これら第1〜第M修正ベクトルに、それぞれ第1〜第Mステップサイズを乗算する第3乗算部と、
その乗算した修正ベクトルで上記第1〜第M部分予測エコー経路インパルス応答をそれぞれ更新する更新部とを具備することを特徴とする音響エコー消去装置。
A second blocking unit that divides the reception signal from the reception terminal into blocks every predetermined time;
A second frequency domain transforming unit that transforms each of the divided block signals into a frequency domain;
A delay unit that delays the frequency domain block signal and generates M-1 (M is an integer of 2 or more) delay block signals, the delay amount of which is sequentially increased by the predetermined time;
The non-delayed frequency domain block signal and the M−1 delayed block signals are respectively filtered by first to Mth partial predicted echo path impulse responses in the frequency domain to generate M partial predicted echoes. 1 multiplication unit,
An adder for adding these M partial prediction echoes to generate a frequency domain prediction echo; an inverse FFT conversion unit for converting the frequency domain prediction echoes into the time domain and generating a prediction echo;
A block shaping unit that divides the predicted echo in the time domain into blocks every predetermined time;
A subtraction unit that generates a pre-correction error signal by subtracting the prediction echo blocked in the time domain from the sound pickup signal blocked every predetermined time;
A first frequency domain converter that converts the pre-correction error signal into a frequency domain;
Short-time average of filter coefficient update step size weighted sum of received signal power input to each partial predicted echo path unit obtained last time, and that path of received signal power input to each partial predicted echo path unit determined this time The filter coefficient update step size weighted sum is weighted and added to obtain a short-time average of the current received signal power weighted sum, and the inverse of the short-time average of the received signal power weighted sum and the uncorrected error signal in the frequency domain. A correction matrix calculation unit that calculates a product for each corresponding frequency component to correct the pre-correction error signal, and calculates this as a frequency domain error signal for determining the correction vector;
A second multiplier for multiplying the non-delayed frequency domain block signal, the M-1 delayed block signals, and the frequency domain error signal for each corresponding frequency component to generate first to Mth correction vectors;
A third multiplier for multiplying the first to Mth modified vectors by the first to Mth step sizes, respectively;
An acoustic echo canceller , comprising: an update unit that updates the first to Mth partial predicted echo path impulse responses with the corrected vector thus multiplied .
(Pは1以上の整数)の受話端子に上記請求項4に記載した音響エコー消去装置がQ個(Qは2以上の整数)並列に接続され、これらQ個の音響エコー消去装置には互いに異なる収音信号が入力されることを特徴とする音響エコー消去装置。 The acoustic echo canceller according to claim 4 is connected in parallel to P (P is an integer of 1 or more) reception terminals in parallel with Q (Q is an integer of 2 or more), and these Q acoustic echo cancellers are connected to the Q acoustic echo cancellers. The acoustic echo canceling apparatus is characterized in that different sound pickup signals are inputted. 請求項1〜の何れかに記載した音響エコー消去方法の各過程をコンピュータに実行させるための音響エコー消去プログラム。Acoustic echo cancellation program for executing each process of the acoustic echo cancellation method according to any one of claims 1 to 3 on a computer. 請求項記載の音響エコー消去プログラムを記録したコンピュータ読み取り可能な記録媒体。A computer-readable recording medium on which the acoustic echo cancellation program according to claim 7 is recorded.
JP2003141818A 2003-05-20 2003-05-20 Acoustic echo cancellation method, apparatus, program, and recording medium Expired - Lifetime JP4041770B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003141818A JP4041770B2 (en) 2003-05-20 2003-05-20 Acoustic echo cancellation method, apparatus, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003141818A JP4041770B2 (en) 2003-05-20 2003-05-20 Acoustic echo cancellation method, apparatus, program, and recording medium

Publications (2)

Publication Number Publication Date
JP2004349796A JP2004349796A (en) 2004-12-09
JP4041770B2 true JP4041770B2 (en) 2008-01-30

Family

ID=33530077

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003141818A Expired - Lifetime JP4041770B2 (en) 2003-05-20 2003-05-20 Acoustic echo cancellation method, apparatus, program, and recording medium

Country Status (1)

Country Link
JP (1) JP4041770B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101748606B (en) * 2009-12-14 2011-09-28 宁波雅戈尔日中纺织印染有限公司 Processing method of water-repelling ventilating cellulose fiber knitted fabric

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7366231B2 (en) * 2003-10-28 2008-04-29 Teranetics, Inc. Sub-block domain transformation multiple signal processing
US7426270B2 (en) * 2005-08-10 2008-09-16 Clarity Technologies, Inc. Method and system for clear signal capture
EP1879181B1 (en) * 2006-07-11 2014-05-21 Nuance Communications, Inc. Method for compensation audio signal components in a vehicle communication system and system therefor
CN103795473B (en) * 2012-11-02 2017-04-12 华为技术有限公司 Method and system for eliminating power-frequency interference
EP3125429A1 (en) 2015-07-28 2017-02-01 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Partitioned block frequency domain adaptive filter device comprising adaptation modules and correction modules
CN109040499B (en) * 2018-08-14 2020-12-01 西南交通大学 Adaptive echo cancellation method for resisting impact interference

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101748606B (en) * 2009-12-14 2011-09-28 宁波雅戈尔日中纺织印染有限公司 Processing method of water-repelling ventilating cellulose fiber knitted fabric

Also Published As

Publication number Publication date
JP2004349796A (en) 2004-12-09

Similar Documents

Publication Publication Date Title
JP4567655B2 (en) Method and apparatus for suppressing background noise in audio signals, and corresponding apparatus with echo cancellation
JP3397269B2 (en) Multi-channel echo cancellation method
JP2010045804A (en) Digital adaptive filter and acoustic echo canceller using the same
KR20040030817A (en) Echo canceller having nonlinear echo suppressor for harmonics calculations
JP2004349806A (en) Multichannel acoustic echo canceling method, apparatus thereof, program thereof, and recording medium thereof
JP2654894B2 (en) Echo canceller and method therefor
JP5662232B2 (en) Echo canceling apparatus, method and program
CN115175063A (en) Howling suppression method and device, sound box and sound amplification system
JP4041770B2 (en) Acoustic echo cancellation method, apparatus, program, and recording medium
JP3756828B2 (en) Reverberation elimination method, apparatus for implementing this method, program, and recording medium therefor
CN109379501B (en) Filtering method, device, equipment and medium for echo cancellation
JP3673727B2 (en) Reverberation elimination method, apparatus thereof, program thereof, and recording medium thereof
JP3864914B2 (en) Echo suppression device
US5987143A (en) Method and apparatus for erasing acoustic echo
JP3616341B2 (en) Multi-channel echo cancellation method, apparatus thereof, program thereof, and recording medium
JP6143702B2 (en) Echo canceling apparatus, method and program
JP7373947B2 (en) Acoustic echo cancellation device, acoustic echo cancellation method and acoustic echo cancellation program
JP2006067127A (en) Method and apparatus of reducing reverberation
JP6075783B2 (en) Echo canceling apparatus, echo canceling method and program
Arya Telephone Echo Cancellation using Adaptive Technique
JP2581763B2 (en) Echo canceller
JP2850826B2 (en) Method and apparatus for removing multi-channel echo
JP3121998B2 (en) Acoustic echo canceller
CN109448748B (en) Filtering method, device, equipment and medium for echo cancellation
JP3707572B2 (en) Subband echo cancellation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050721

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20050721

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070604

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070731

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070926

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20071106

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071112

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4041770

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101116

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111116

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111116

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121116

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121116

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131116

Year of fee payment: 6

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term