JP3191257B2 - Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device - Google Patents

Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device

Info

Publication number
JP3191257B2
JP3191257B2 JP21122095A JP21122095A JP3191257B2 JP 3191257 B2 JP3191257 B2 JP 3191257B2 JP 21122095 A JP21122095 A JP 21122095A JP 21122095 A JP21122095 A JP 21122095A JP 3191257 B2 JP3191257 B2 JP 3191257B2
Authority
JP
Japan
Prior art keywords
signal
audio signal
supplied
band
information
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
JP21122095A
Other languages
Japanese (ja)
Other versions
JPH0946234A (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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP21122095A priority Critical patent/JP3191257B2/en
Priority to EP96305495A priority patent/EP0756386B1/en
Priority to US08/686,840 priority patent/US5794179A/en
Priority to DE69629986T priority patent/DE69629986T2/en
Publication of JPH0946234A publication Critical patent/JPH0946234A/en
Application granted granted Critical
Publication of JP3191257B2 publication Critical patent/JP3191257B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、デジタル音響信号
等をデータ圧縮する符号化方法とその復号化方法に係
り、特に、符号化前のデジタル音響信号(元信号)に対
して、これを圧縮した符号化信号から伸張して得られる
復号化信号を、情報欠落のない(Loss Less)状態で再
生することができる、音響信号符号化方法及びその復号
化方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an encoding method for compressing data of a digital audio signal or the like and a decoding method thereof, and more particularly to a method for compressing a digital audio signal (original signal) before encoding. TECHNICAL FIELD The present invention relates to an audio signal encoding method and a decoding method thereof, which can reproduce a decoded signal obtained by decompressing an encoded signal obtained without loss of information.

【0002】[0002]

【従来の技術】一般に、単純にデジタル変換された音響
信号は、ホワイトノイズのようなランダムデータでない
限り何らかの連続性または冗長性を持っており、この性
質を用いたいくつかの可逆圧縮方式(Loss Less 圧縮方
式)が知られている。そして、この時間軸上の隣り合う
サンプルが相関性(連続性)を持つことは音響信号を観
察すれば容易に把握できる。また、音響信号の振幅分布
には一般に偏りがあり、これをデジタル化した信号は、
各ビットが「0」または「1」となる生起確率に規則性
が見られる。この偏りが大きくなると音響信号の持つ冗
長度も拡大する。
2. Description of the Related Art In general, an audio signal simply converted into a digital signal has some continuity or redundancy unless it is random data such as white noise. Less compression method) is known. Observing the acoustic signal makes it easy to understand that adjacent samples on the time axis have correlation (continuity). In addition, the amplitude distribution of an acoustic signal generally has a bias.
There is regularity in the occurrence probability of each bit being “0” or “1”. When this bias increases, the redundancy of the audio signal also increases.

【0003】この可逆圧縮方式の例としては、音楽の持
つ連続性と、隣接するサンプル間の差分値がサンプル値
そのものよりも一般に小さいことを利用した圧縮方式と
して差分PCM方式が良く知られている。また、その線
形性を利用して、前後のサンプル値から対象とするサン
プル値を予測する予測差分PCM方式や、差分幅を適応
的に定めた適応予測差分PCM方式等も知られている。
[0003] As an example of the reversible compression method, a differential PCM method is well known as a compression method utilizing the continuity of music and that the difference value between adjacent samples is generally smaller than the sample value itself. . In addition, a prediction difference PCM method in which a target sample value is predicted from preceding and succeeding sample values using the linearity, an adaptive prediction difference PCM method in which a difference width is adaptively determined, and the like are also known.

【0004】さらに、数学的な圧縮手法を用いて冗長度
削減を図った方法としては、デジタル信号の出現分布の
偏りを利用するエントロピー符号化方式や、目的の信号
のパターンと過去の信号または用意したテーブルの信号
とのマッチングを取って符号化するベクトル符号化方式
がある。また、時間領域の音響信号を周波数変換し、そ
のスペクトル分布の偏りから帯域毎の情報量を適応的に
情報配分することにより、符号量を削減して符号化する
方式等がある。
Further, as a method of reducing the redundancy by using a mathematical compression method, an entropy coding method using the bias of the appearance distribution of a digital signal, a pattern of a target signal and a past signal or There is a vector coding method of performing coding by matching with the signal of the table described above. In addition, there is a method of performing frequency conversion of an audio signal in the time domain and adaptively allocating the information amount for each band based on the bias of the spectrum distribution, thereby reducing the code amount and performing encoding.

【0005】ただし、可逆圧縮方式としての主流は差分
PCM方式であり、これとエントロピー符号化方式、例
えばハフマン符号化などを組み合わせた圧縮方式が用い
られている。そして、周波数変換を用いた符号化方法
は、主として聴覚心理特性等を利用した非可逆の高能率
符号化方式に用いられている。
[0005] However, the mainstream of the lossless compression method is the differential PCM method, and a compression method combining this and the entropy coding method, for example, Huffman coding, is used. An encoding method using frequency conversion is mainly used for an irreversible high-efficiency encoding method that utilizes psychoacoustic characteristics and the like.

【0006】[0006]

【発明が解決しようとする課題】このような従来の音響
符号化方式は、時間領域のみで符号化した場合は、音響
信号の持つ周波数分布の偏差がもたらす特徴を利用した
符号化が行えず、効率的な圧縮を達成しえなかった。特
に、差分PCM方式は高域にかなり振幅の大きい信号が
存在する場合、前サンプルとの差分値を表現するため
に、16ビットリニアPCM方式に相当するダイナミッ
クレンジを持つには17ビットの差分ビット幅が必要で
ある。したがって、高域の振幅が大きく変化の激しい音
響信号を符号化すると、符号化効率が悪化するという課
題があった。
In such a conventional audio encoding method, when encoding is performed only in the time domain, encoding using the characteristic caused by the deviation of the frequency distribution of the audio signal cannot be performed. Efficient compression could not be achieved. Particularly, in the differential PCM system, when a signal having a considerably large amplitude exists in a high frequency band, a 17-bit differential bit is required to have a dynamic range equivalent to the 16-bit linear PCM system in order to express a difference value from the previous sample. Needs width. Therefore, there is a problem in that encoding an audio signal whose amplitude in a high frequency band is largely changed greatly deteriorates encoding efficiency.

【0007】また、適応予測を導入した符号化の場合で
も、予測精度が芳しくない(予測困難な)音楽ソースを
符号化すると差分ビット幅が拡大し、必ずしも符号化効
率が上がるとは限らなかった。また、数学的な圧縮手法
は音声の持つ連続性、相関性から生じる冗長性を十分生
かし切れておらず、音響信号の特徴を利用した符号化方
式と比較した場合、数学圧縮の符号化品質は劣って(符
号量が多くなって)いた。
[0007] Also, even in the case of encoding in which adaptive prediction is introduced, encoding a music source with poor prediction accuracy (difficult to predict) increases the differential bit width and does not always increase the encoding efficiency. . In addition, the mathematical compression method does not fully exploit the continuity and the redundancy caused by the correlation of speech, and the encoding quality of mathematical compression is lower than that of the encoding method using the characteristics of acoustic signals. It was inferior (the code amount was large).

【0008】さらに、周波数変換(特に直交変換)を利
用した符号化方式は、理論的には可逆であるが、可逆性
を維持するためには、高い量子化精度(演算精度)が要
求されるので、周波数領域情報のサンプルの量子化幅が
拡大し、結果として可逆性を維持しようとすると、構成
が大規模になってしまう上に、圧縮率が向上しないとい
う課題があった。
[0008] Furthermore, an encoding method using frequency transformation (particularly, orthogonal transformation) is theoretically reversible, but high quantization precision (calculation precision) is required to maintain reversibility. Therefore, the quantization width of the sample of the frequency domain information is increased, and as a result, when the reversibility is to be maintained, the configuration becomes large-scale and the compression ratio is not improved.

【0009】そこで、本発明は、従来、可逆符号化方式
としては不適当とされた周波数変換符号化方式に対して
時間領域の補正を用いることにより、効率的かつ完全な
可逆性を保持した音響信号の符号化方式及びその復号化
方式を提供することを目的とする。
Accordingly, the present invention provides an audio system that retains efficient and complete reversibility by using time domain correction for a frequency transform coding system that has been conventionally considered unsuitable as a reversible coding system. An object of the present invention is to provide a signal encoding method and a signal decoding method.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
の手段として、本発明の音響信号符号化装置では、音響
信号の持つ周波数分布の偏差を利用するために、周波数
領域情報生成部においてデジタル音響信号を帯域分割し
た後、個々の帯域について求めたエネルギー値を基に、
情報量に応じたビット配分により量子化されたサンプル
値を周波数領域の情報として符号化し、時間領域情報生
成部において、周波数領域情報生成部から供給される量
子化後のサンプル値を逆量子化し、これを時間領域信号
へ再変換するために帯域合成を行われた後の信号と元信
号との残差信号を時間領域の情報として符号化し、この
両者を多重化部において多重化することにより、可逆圧
縮の符号化を行っている。
As means for achieving the above object, in the audio signal encoding apparatus of the present invention, in order to utilize the deviation of the frequency distribution possessed by the audio signal, the frequency domain information generation unit uses a digital signal. After dividing the sound signal into bands, based on the energy values obtained for the individual bands,
The sample value quantized by the bit allocation according to the information amount is encoded as frequency domain information, and the time domain information generation unit inversely quantizes the quantized sample value supplied from the frequency domain information generation unit, By encoding the residual signal between the signal after band synthesis and the original signal as time-domain information in order to re-convert this into a time-domain signal, and multiplexing both in a multiplexing unit, Lossless encoding is performed.

【0011】また、本発明の音響信号復号化装置では、
供給された多重化信号を周波数領域の情報と残差信号と
に分離し、周波数領域の情報を帯域合成した後に残差信
号によって補正することにより、元信号と同一のデジタ
ル音響信号を得るようにしたものである。
Further, in the audio signal decoding apparatus according to the present invention,
The supplied multiplexed signal is separated into frequency domain information and a residual signal, and the frequency domain information is band-synthesized and then corrected by the residual signal so that the same digital sound signal as the original signal is obtained. It was done.

【0012】ここで、復号後信号が完全に元信号と一致
するために、符号化装置における帯域合成部と復号化装
置における帯域合成部とは共通な構成を持ち、演算精度
及び丸め処理は同一手法を取っている。この結果、符号
化装置において帯域合成された信号と元信号との差分値
を求め、これを時間領域の情報として符号化し伝送する
ことで、復号化装置において帯域合成後の信号に時間領
域の補正値を加算し復号された信号は元信号と完全に同
じになる。
Here, since the decoded signal completely matches the original signal, the band synthesizing unit in the encoding device and the band synthesizing unit in the decoding device have the same configuration, and the operation accuracy and the rounding process are the same. Taking a technique. As a result, a difference value between the band-combined signal and the original signal in the encoding device is obtained, and the difference value is encoded and transmitted as time-domain information. The signal added and decoded is exactly the same as the original signal.

【0013】音響信号を周波数領域と時間領域の両者の
情報を多重化し符号化する可逆圧縮符号化方式及びその
復号化方式は、音響信号を周波数領域で扱うことによっ
て、信号の持つスペクトル分布の偏差から生じる冗長性
を信号の種類(様々なジャンルのオーディオソース)に
よらず効果的に削減することができ、さらに時間領域信
号である残差信号を補正のために用いることで確実に元
信号への復元を可能としている。この方式は周波数領域
単体で符号化する場合に比べ、可逆性を維持するために
必要な周波数領域信号の量子化精度を厳密に算出する手
順を必要としなくとも、完全可逆圧縮の方式を提供する
ことができる。
A lossless compression encoding method for multiplexing and encoding information in both the frequency domain and the time domain of an audio signal and a decoding method for the audio signal are described in US Pat. Redundancy can be effectively reduced irrespective of the type of signal (audio sources of various genres), and the residual signal, which is a time-domain signal, is used for correction to ensure the original signal It is possible to restore. This method provides a complete lossless compression method without requiring a procedure for strictly calculating the quantization precision of the frequency domain signal required to maintain reversibility, compared to the case of encoding in the frequency domain alone. be able to.

【0014】[0014]

【発明の実施の形態】本発明の音響信号符号化方法、音
響信号復号化方法、音響信号符号化装置、音響信号復号
化装置の一実施例を図面と共に説明する。図1は本発明
の音響信号符号化装置の一実施例を示す構成図であり、
図6はその動作を示すフローチャート図である。そし
て、各図を参考にして、音響信号符号化方法の一実施例
についても同時に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of an audio signal encoding method, an audio signal decoding method, an audio signal encoding apparatus, and an audio signal decoding apparatus according to the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram showing an embodiment of an audio signal encoding device of the present invention,
FIG. 6 is a flowchart showing the operation. An embodiment of the audio signal encoding method will be described at the same time with reference to the drawings.

【0015】図1に示す音響信号符号化装置は、周波数
領域情報生成部Aと時間領域情報生成部Bと多重化部
(多重化器)9とにより構成されている。そして、周波
数領域情報生成部Aは、帯域分割フィルタ1、最大値選
択部2、ビット配分部3、量子化器4とにより構成さ
れ、時間領域情報生成部Bは、逆量子化器5、帯域合成
フィルタ6、遅延器7、残差計算部8とにより構成され
ている。また、入力されるデジタル音響信号は、フレー
ムを処理単位とするブロックで形成されている。本実施
例では、1フレームを形成する音響信号を1チャンネル
あたり512サンプル、帯域分割幅を32バンドとして
いる。
The audio signal encoding apparatus shown in FIG. 1 comprises a frequency domain information generator A, a time domain information generator B, and a multiplexer (multiplexer) 9. The frequency domain information generation unit A includes a band division filter 1, a maximum value selection unit 2, a bit allocation unit 3, and a quantizer 4. The time domain information generation unit B includes an inverse quantizer 5, a band It comprises a synthesis filter 6, a delay unit 7, and a residual calculation unit 8. The input digital audio signal is formed of blocks each having a frame as a processing unit. In the present embodiment, the audio signal forming one frame is 512 samples per channel, and the band division width is 32 bands.

【0016】そして、最下位ビット精度は任意のビット
幅で固定するが、ここでは16ビットの固定量子化精度
とし、これ以下の情報は四捨五入によって上位ビット
(最下位ビットである16ビット目)に反映する。周波
数領域のビット配分情報は4ビットでコード0〜16ビ
ットを表現し、時間領域のビット配分は3ビットでコー
ド0〜8ビットを表現するものとする。
The precision of the least significant bit is fixed at an arbitrary bit width. Here, a fixed quantization precision of 16 bits is used, and information below this is rounded off to an upper bit (the 16th bit which is the least significant bit). reflect. It is assumed that the bit allocation information in the frequency domain represents codes 0 to 16 bits by 4 bits, and the bit allocation in the time domain represents codes 0 to 8 bits by 3 bits.

【0017】ここで、時間領域のビット配分幅はフィル
タの特性によるものであり、帯域合成にかかる積和演算
中の乗算回数に委ねられる。この演算での誤差の蓄積の
最悪値が時間配分ビット幅以内であれば、周波数領域の
ビット配分幅が最終的な量子化精度を保証することにな
る。本実施例では3ビットでコード化を行っているの
で、16ビット量子化精度を保証している。また、ビッ
ト配分幅を4ビットで表現すれば、24ビットの量子化
精度を持つ入力音響信号の可逆圧縮が可能となる。但し
この場合、時間領域情報が増大して符号化品質が悪くな
るため、周波数領域情報との効率的な情報量配分が必要
となる。
Here, the bit distribution width in the time domain depends on the characteristics of the filter, and depends on the number of multiplications during the product-sum operation for the band synthesis. If the worst value of error accumulation in this operation is within the time distribution bit width, the bit distribution width in the frequency domain guarantees the final quantization accuracy. In the present embodiment, encoding is performed with 3 bits, so 16-bit quantization accuracy is guaranteed. In addition, if the bit allocation width is expressed by 4 bits, lossless compression of an input audio signal having a quantization accuracy of 24 bits becomes possible. However, in this case, since the time domain information increases and the coding quality deteriorates, efficient information amount distribution with the frequency domain information is required.

【0018】そして、4ビットの周波数領域ビット配分
表を表1に示し、3ビットの時間領域ビット配分表を表
2に示す。なお、配分無しがコード0で、配分がある場
合は符号ビットを含めた形でコード2〜コード最大値の
間で設定している。
Table 1 shows a 4-bit frequency domain bit allocation table, and Table 2 shows a 3-bit time domain bit allocation table. Note that code 0 indicates that there is no distribution, and if there is distribution, it is set between code 2 and the maximum code value including the sign bit.

【0019】[0019]

【表1】 [Table 1]

【0020】[0020]

【表2】 [Table 2]

【0021】次に、図1に示す音響信号符号化装置の動
作について説明する。入力されるデジタル音響信号(元
信号)は、最初に帯域分割フィルタ1と遅延器7(後述
する)とに供給される。この帯域分割フィルタ1では、
時間領域情報である入力信号を周波数領域情報へと展開
している(ステップ101)。ここでは、サブバンドフ
ィルタを32バンド等分割とし、そのバンド幅Wを次式
のように設定している。なお、出力されるサブバンドデ
ータの精度は前述したように最下位ビット精度である1
6ビットとする。
Next, the operation of the audio signal encoding apparatus shown in FIG. 1 will be described. The input digital audio signal (original signal) is first supplied to the band division filter 1 and the delay unit 7 (described later). In this band division filter 1,
The input signal which is time domain information is developed into frequency domain information (step 101). Here, the sub-band filter is equally divided into 32 bands, and the bandwidth W is set as in the following equation. Note that the accuracy of the output subband data is 1 which is the least significant bit accuracy as described above.
It shall be 6 bits.

【0022】 W=(サンプリング周波数×0.5)/32 (Hz)W = (sampling frequency × 0.5) / 32 (Hz)

【0023】また、この帯域分割フィルタ1及び後述す
る帯域合成フィルタ6としては、例えばDCTのような
直交変換を行うフィルタ、フィルタの原理を利用したサ
ブバンドフィルタ、基底とする波形に信号を分解し表現
するウェーブレット変換、さらには、周波数変換の代表
的な方法であるフーリエ変換等が挙げられる。そして、
本発明では、時間領域の情報成分も利用していることか
ら、帯域分割合成後の信号が完全な元信号に戻る必要は
ないので、何れの周波数変換方法を用いても良い。本実
施例では説明を具体的にするために、512タップのサ
ブバンドフィルタ(ポリフェイズフィルタ)を用いるこ
とにする。なお、遅延は帯域分割合成を通して480サ
ンプル分生じる。
The band dividing filter 1 and a band synthesizing filter 6 to be described later, for example, a filter for performing an orthogonal transformation such as DCT, a sub-band filter using the principle of the filter, and a signal for decomposing a signal into a base waveform. A wavelet transform to be expressed, and a Fourier transform, which is a typical method of frequency transform, and the like can be given. And
In the present invention, since the information component in the time domain is also used, it is not necessary for the signal after band division and synthesis to return to a complete original signal, and any frequency conversion method may be used. In this embodiment, a 512-tap sub-band filter (polyphase filter) will be used in order to make the description concrete. Note that a delay of 480 samples occurs through band division synthesis.

【0024】帯域分割フィルタ1にて32バンド等分割
された周波数領域情報の音響信号は、最大値選択部2及
び量子化器4に供給される。最大値選択部2では、1フ
レーム内に存在する32バンド各々につき、16個(5
12/32個)あるサブバンドデータ(振幅値)または
エネルギー値の絶対値比較を行い、その最大値Sを選択
して出力する(ステップ102)。
The audio signal of the frequency domain information divided into 32 equal bands by the band dividing filter 1 is supplied to the maximum value selector 2 and the quantizer 4. In the maximum value selection unit 2, 16 (5) for each of the 32 bands existing in one frame.
The absolute value of the subband data (amplitude value) or energy value is compared, and the maximum value S is selected and output (step 102).

【0025】そして、最大値選択部2より出力されるサ
ブバンドデータの最大値Sは、ビット配分部3に供給さ
れる。ビット配分部3では、各帯域(バンド)の最大値
Sを表1に示す周波数領域ビット配分表に参照して、3
2バンドそれぞれに対して割り当てられるビット数を決
定する(ステップ103)。ここでのビット配分は、表
1に示すように、最大値サンプルを2の補数表示で表現
するために、最小限必要なビット数に対応して行われ
る。
The maximum value S of the sub-band data output from the maximum value selection unit 2 is supplied to the bit allocation unit 3. The bit allocation unit 3 refers to the frequency domain bit allocation table shown in Table 1 to find the maximum value S of each band (band),
The number of bits allocated to each of the two bands is determined (step 103). As shown in Table 1, the bit allocation is performed according to the minimum necessary number of bits in order to represent the maximum value sample in two's complement notation.

【0026】量子化器4では、ビット配分部3より供給
されるビット配分情報に基づいて、帯域分割フィルタ1
より供給される周波数領域情報の音響信号の各サブバン
ドデータのビット数を削減する(ステップ104)。こ
こでの削減は、符号ビットと同一である上位ビットを符
号ビットを除いて(16−割当ビット数)個の削減とな
る。このサブバンドデータのビット数削減の例を表3に
示す。
In the quantizer 4, based on the bit allocation information supplied from the bit allocation section 3, the band division filter 1
The number of bits of each sub-band data of the audio signal of the frequency domain information supplied from the terminal is reduced (step 104). The reduction here is a reduction of (16-the number of allocated bits) by removing the upper bits that are the same as the code bits, excluding the code bits. Table 3 shows an example of the reduction in the number of bits of the subband data.

【0027】[0027]

【表3】 [Table 3]

【0028】表3に示すように、10進数で表したサブ
バンドデータが、6,31,84,…,12,54であ
るとき、これらの絶対値の最大値は−94となり、ビッ
ト配分情報(割当ビット数)は、表1より8ビットとな
る。したがって、16ビットのサブバンドデータのう
ち、下位7ビットと符号ビットとしての最上位ビット
(signビット)とを合わせたデータ(8ビット)を量子
化データとし、上位第2〜第9の8ビットを削減ビット
としている。これは、符号ビット部分を1ビットのsign
ビットを残して、削減したことと等価である。
As shown in Table 3, when the sub-band data represented by decimal numbers are 6, 31, 84,..., 12, 54, the maximum value of these absolute values is -94, and the bit allocation information (Number of allocated bits) is 8 bits from Table 1. Therefore, of the 16-bit subband data, data (8 bits) obtained by combining the lower 7 bits and the most significant bit (sign bit) as a sign bit is used as quantized data, and the upper 2nd to 9th 8 bits are used. Is a reduction bit. This means that the sign bit part is a 1-bit sign
This is equivalent to the reduction with leaving bits.

【0029】したがって、逆量子化ではビット配分情報
より、この削減された上位ビットを指定数だけ符号ビッ
ト(signビット)で埋めればよい。この様にして量子化
されたサブバンドデータとビット配分情報は、多重化器
(多重化部)9に出力されると共に、サブバンドデータ
を時間領域へ再変換処理をするために、逆量子化器5に
出力される。
Accordingly, in the inverse quantization, it is sufficient to fill the reduced upper bits by the designated number of sign bits (sign bits) from the bit allocation information. The sub-band data and bit allocation information quantized in this way are output to a multiplexer (multiplexing unit) 9 and inversely quantized in order to re-transform the sub-band data into the time domain. Output to the container 5.

【0030】逆量子化器5における逆量子化は、符号ビ
ットと同一コードを上位ビットに(16−割当ビット
数)個付け加えることにより行われる(ステップ10
5)。したがって、このような量子化及び逆量子化にお
いては、その演算中に何ら演算に関わる制約、例えば四
捨五入等を行わないため、量子化誤差が生じることはな
い。
The inverse quantization in the inverse quantizer 5 is performed by adding (16-number of allocated bits) the same code as the sign bit to the upper bits (step 10).
5). Therefore, in such quantization and dequantization, there is no restriction on the operation during the operation, for example, no rounding or the like, so that no quantization error occurs.

【0031】逆量子化器5での逆量子化によって、最下
位ビット精度(本実施例では16ビット)に揃えられた
サブバンドデータは、帯域合成フィルタ6に供給されて
時間領域情報の信号に変換される(ステップ106)。
この帯域合成フィルタ6における帯域合成処理では、演
算精度、フィルタ係数精度、演算過程及び出力段のデー
タに対する丸め処理を、後述する復号化装置の帯域合成
フィルタ6と完全に一致させる必要がある。
The sub-band data adjusted to the least significant bit precision (16 bits in this embodiment) by the inverse quantization by the inverse quantizer 5 is supplied to the band synthesis filter 6 and converted into a signal of time domain information. It is converted (step 106).
In the band synthesizing process in the band synthesizing filter 6, it is necessary to completely match the calculation accuracy, the filter coefficient accuracy, the operation process, and the rounding process for the data in the output stage with the band synthesizing filter 6 of the decoding device described later.

【0032】また、一般にデジタル音響信号処理にはD
SP(Digital Signal Processer)がよく用いられる。
そこで、この帯域合成フィルタ6における帯域合成処理
をDSPを例にとって説明する。帯域合成フィルタ6に
用いるDSPの内部演算ブロック構成を図3に示す。こ
こで使用するDSPは、例えば16ビット×16ビット
の固定小数点とし、内部演算精度、及びメモリ内部のデ
ータ幅を16ビットとする。
In general, digital audio signal processing uses D
SP (Digital Signal Processor) is often used.
Therefore, the band synthesis processing in the band synthesis filter 6 will be described using a DSP as an example. FIG. 3 shows the internal operation block configuration of the DSP used for the band synthesis filter 6. The DSP used here is, for example, a fixed point of 16 bits × 16 bits, and the internal arithmetic precision and the data width inside the memory are 16 bits.

【0033】サブバンドフィルタなどでの帯域分割合成
は、主として積和演算によって変換が行われる。したが
って、帯域合成フィルタ6は、乗算器、加算器及び入出
力段のレジスタで構成されており、演算過程で必要な各
種係数用メモリ及び中間データ用のメモリ(演算用メモ
リ)と入出力バスにて接続されている。
[0033] The band division and synthesis by a sub-band filter or the like is performed mainly by a product-sum operation. Therefore, the band synthesizing filter 6 is composed of a multiplier, an adder, and a register of an input / output stage, and is connected to a memory for various coefficients and a memory for intermediate data (operation memory) and an input / output bus required in the operation process. Connected.

【0034】同図において、入力データ(サブバンドデ
ータ)とこの入力データに対応するフィルタ係数データ
とが、それぞれ16ビットの入力用データバスを介して
乗算器21に順次入力される。この入力データは、逆量
子化器5から出力されるデータが図示しないメモリ内に
16ビット精度で格納され、必要なデータが乗算器21
に随時供給されている。また、フィルタ係数データは、
同じく図示しない各種係数用メモリに16ビット精度で
予め格納されている。そして、この乗算器21は、入力
データにフィルタ係数データを乗算して32ビットのデ
ータとして出力している。
In the figure, input data (sub-band data) and filter coefficient data corresponding to the input data are sequentially input to a multiplier 21 via a 16-bit input data bus. In this input data, data output from the inverse quantizer 5 is stored in a memory (not shown) with 16-bit precision, and necessary data is stored in the multiplier 21.
Is supplied from time to time. The filter coefficient data is
Similarly, it is stored in a memory for various coefficients (not shown) with 16-bit precision in advance. The multiplier 21 multiplies the input data by the filter coefficient data and outputs the result as 32-bit data.

【0035】この乗算器21の出力は、32ビット+α
の加算器23に供給されている。このαは上位拡張ビッ
トを指す。なお、積和演算は32ビット幅のバスを用
い、それ以外は16ビットのバスを用いている。そし
て、加算器23からの出力は、一旦レジスタ22に蓄積
され、このレジスタ22の出力と次の乗算器21からの
出力とが加算器23にて加算され、次の演算のためにレ
ジスタ22に蓄積されるという状態を入力データがなく
なるまで、繰り返される。
The output of the multiplier 21 is 32 bits + α
Are supplied to the adder 23. This α indicates the upper extension bit. The product-sum operation uses a 32-bit bus, and the other uses a 16-bit bus. Then, the output from the adder 23 is temporarily stored in the register 22, and the output of the register 22 and the output from the next multiplier 21 are added by the adder 23, and are added to the register 22 for the next operation. The state of accumulation is repeated until there is no more input data.

【0036】そして、一次積和演算が終了すると、加算
器23からの出力は32ビット精度のデータのままレジ
スタ24に供給され、16ビット精度のデータに丸め処
理され、図示しない演算用メモリに出力する。この演算
用メモリは、32ビットから丸め処理を受けた16ビッ
ト精度のデータを格納して、二次積和演算を行うため
に、乗算器21に出力している。そして、同様にして、
二次積和演算が行われると、レジスタ24からデータ出
力として、16ビット精度のデータ(時間領域情報の音
響信号)が残差計算部8に出力される。
When the first-order product-sum operation is completed, the output from the adder 23 is supplied to the register 24 as it is with 32-bit precision data, rounded to 16-bit precision data, and output to a calculation memory (not shown). I do. This arithmetic memory stores 16-bit precision data rounded from 32 bits and outputs the data to the multiplier 21 in order to perform a quadratic product-sum operation. And in the same way,
When the second-order product-sum operation is performed, 16-bit data (sound signal of time domain information) is output from the register 24 to the residual calculation unit 8 as data output.

【0037】ここで、乗算器21は各16ビット精度の
データ入力に対して32ビット精度のデータ出力である
ため、演算誤差が生じることはない。そして、各メモリ
に格納する場合に16ビット精度の丸め処理を行ってい
るが、加算器23では、積和演算中のオーバーフローや
アンダーフローに備えて十分なビット数の整数域(上位
拡張ビット)を確保している。したがって、丸め処理が
行われるのは、メモリに格納する場合、または最終出力
値を得るときに限られるので、余分な演算誤差が積み重
なることはない。
Here, since the multiplier 21 outputs data of 32-bit precision for each data input of 16-bit precision, no arithmetic error occurs. When the data is stored in each memory, rounding processing with 16-bit precision is performed. However, in the adder 23, an integer area (upper-order extended bits) having a sufficient number of bits in preparation for overflow or underflow during the product-sum operation Is secured. Therefore, since the rounding process is performed only when the data is stored in the memory or when the final output value is obtained, an extra calculation error does not accumulate.

【0038】上記のような帯域分割合成の演算がなされ
て、図1の帯域合成フィルタ6から出力される16ビッ
ト精度の時間領域情報の音響信号(復号後信号)と、遅
延器7に入力されているデジタル音響信号(元信号)と
が、残差計算部8に供給され、帯域分割フィルタ1及び
帯域合成フィルタ6での帯域分割合成にて発生した演算
誤差を算出して、残差信号として出力する(ステップ1
07)。なお、ここでは残差信号を24サンプルのブロ
ックとして取り扱う。そして、このブロック内の最大値
を表現するために最低必要なビット数をブロックビット
幅とし、これを3ビットでコード化する。表2に残差信
号とブロックビット幅の関係を示す。表2において、ビ
ット配分として示されている数字が、ブロックビット幅
であり、ブロック内の残差信号の絶対値の最大値Mによ
って、その数値が定まっている。
The above-described operation of band division synthesis is performed, and an acoustic signal (decoded signal) of 16-bit precision time domain information output from the band synthesis filter 6 of FIG. The digital audio signal (original signal) is supplied to the residual calculation unit 8 to calculate an arithmetic error generated in the band division synthesis by the band division filter 1 and the band synthesis filter 6 and to generate a residual signal. Output (Step 1
07). Here, the residual signal is treated as a block of 24 samples. Then, the minimum number of bits required to represent the maximum value in this block is defined as a block bit width, and this is coded with 3 bits. Table 2 shows the relationship between the residual signal and the block bit width. In Table 2, the number indicated as the bit allocation is the block bit width, and the numerical value is determined by the maximum value M of the absolute value of the residual signal in the block.

【0039】なお、帯域分割フィルタ1及び帯域合成フ
ィルタ6を通過した復号後信号は、フィルタ固有の遅延
によって時間軸が遅れているので、元信号を遅延器7を
介して残差計算部8に供給することにより(ステップ1
08)、復号後信号との時間軸を揃えている。
Since the time axis of the decoded signal that has passed through the band division filter 1 and the band synthesis filter 6 is delayed due to a delay inherent in the filter, the original signal is sent to the residual calculation unit 8 via the delay unit 7. By supplying (step 1
08), the time axis with the decoded signal is aligned.

【0040】このフィルタ固有の遅延について、図4と
共に簡単に説明する。同図(A)に示すような時間領域
情報のデジタル音響信号(元信号)を帯域分割フィルタ
1に供給すると、元信号はフィルタバンクに32サンプ
ルづつシフトしながら蓄積され、随時32個のサブバン
ドサンプルを生成する(同図(B))。そして、帯域合
成フィルタ6においては、サブバンドサンプルはフィル
タバンクに32サンプルづつシフトしながら蓄積され、
随時32個の出力信号(時間軸に変換された復号後信
号)を生成する(同図(C))。このとき、一連の帯域
分割合成にて生じる遅延は480サンプル分であり、復
号後信号は、元信号に対して、480サンプル遅れて同
じデータが出力される。したがって、遅延器7では48
0サンプル分遅延させてフィルタ固有の遅延を吸収し
(同図(D))、残差計算部8における残差信号の算出
を可能にしている。
The delay inherent in the filter will be briefly described with reference to FIG. When a digital audio signal (original signal) of time domain information as shown in FIG. 2A is supplied to the band division filter 1, the original signal is accumulated in the filter bank while shifting by 32 samples, and 32 subbands are occasionally obtained. A sample is generated (FIG. 2B). Then, in the band synthesis filter 6, the sub-band samples are accumulated in the filter bank while shifting by 32 samples.
At any time, 32 output signals (decoded signals converted into a time axis) are generated (FIG. 3C). At this time, a delay caused by a series of band division synthesis is 480 samples, and the decoded data outputs the same data with a delay of 480 samples from the original signal. Therefore, 48
The delay inherent in the filter is absorbed by delaying by 0 samples (FIG. 3D), and the residual signal calculation unit 8 can calculate the residual signal.

【0041】そして、多重化器9では、量子化器4より
供給されるビット数の削減されたサブバンドデータ(周
波数領域情報のデジタル音響信号)と残差計算部8より
供給される残差信号とに対して、フレーム同期ワード、
各種モードや補助情報、周波数領域の信号の補助情報
(周波数領域サイド情報)、さらに時間領域の信号の補
助情報(時間領域サイド情報)等を付加し、例えば図5
に示すように配列してビットストリームを生成する(ス
テップ109)。このように多重化して同一フレーム内
に残差信号を含めているので、復号化の時には、帯域合
成処理され時間領域に変換された信号を補正して復号化
する際に要する遅延量を減少させることができる。
Then, in the multiplexer 9, the sub-band data (digital audio signal of frequency domain information) supplied from the quantizer 4 and having the reduced number of bits, and the residual signal supplied from the residual calculator 8. And the frame sync word,
Various modes, auxiliary information, auxiliary information (frequency-domain side information) for frequency-domain signals, and auxiliary information (time-domain side information) for time-domain signals are added.
(Step 109). Since the residual signal is included in the same frame after being multiplexed in this way, at the time of decoding, the amount of delay required when decoding by correcting the signal that has been subjected to the band synthesis processing and converted into the time domain is reduced. be able to.

【0042】次に、図2に本発明の音響信号復号化装置
の一実施例の構成図を示し、図7にその動作フローチャ
ートを示して、本発明の音響信号復号化方法の一実施例
についても合わせて説明する。なお、図1の音響信号符
号化装置に示した逆量子化器4及び帯域合成フィルタ6
と図2に示した逆量子化器4及び帯域合成フィルタ6と
は完全に同一構成のものを使用している。
Next, FIG. 2 is a block diagram showing one embodiment of an audio signal decoding apparatus according to the present invention, and FIG. 7 is a flowchart showing the operation thereof, showing one embodiment of an audio signal decoding method according to the present invention. Also described. Note that the inverse quantizer 4 and the band synthesis filter 6 shown in the audio signal encoding device of FIG.
And the inverse quantizer 4 and the band synthesis filter 6 shown in FIG.

【0043】音響信号符号化装置にて符号化されたビッ
トストリームは分離化器10に供給されて、同期ワー
ド、モード、補助情報等を解読し、さらに周波数領域の
信号と時間領域の信号とに分離される(ステップ20
1)。分離後の周波数領域の信号は、帯域合成されるた
めにその前処理である逆量子化器5に供給される。ま
た、時間領域の信号は後に帯域合成フィルタ6を経た信
号に対し補正を行うために残差補正部11に供給され
る。
The bit stream encoded by the audio signal encoding device is supplied to a demultiplexer 10, which decodes a synchronization word, a mode, auxiliary information, and the like, and further converts the signal into a signal in the frequency domain and a signal in the time domain. Separated (step 20
1). The frequency domain signal after the separation is supplied to an inverse quantizer 5 which is a pre-process for band synthesis. Further, the signal in the time domain is supplied to the residual correction unit 11 in order to correct the signal having passed through the band synthesis filter 6 later.

【0044】逆量子化器5は先に述べたように、帯域合
成フィルタ6と共に音響信号符号化装置で使用されてい
る逆量子化器5及び帯域合成フィルタ6と完全に同じも
のであり、その動作も同一である。そして、ここでも符
号ビットと同一コードを上位に(16−割当ビット数)
個、追加して出力している(ステップ202)。逆量子
化器5より出力される信号は、帯域合成フィルタ6に供
給されて、周波数領域の信号は時間領域の信号に変換さ
れる(ステップ203)。そして、逆量子化器5から帯
域合成フィルタ6までの処理過程は音響信号符号化装置
と全く同じであるため、符号化処理中に生じた元信号と
の誤差は、時間領域の信号として音響信号符号化装置か
ら供給される残差成分によって補正すれば、帯域合成後
の信号は元信号と全く同じ信号に戻ることになる。
As described above, the inverse quantizer 5 is completely the same as the inverse quantizer 5 and the band synthesis filter 6 used in the audio signal encoding device together with the band synthesis filter 6. The operation is the same. And here, the same code as the sign bit is placed in the higher order (16-number of allocated bits).
Are added and output (step 202). The signal output from the inverse quantizer 5 is supplied to the band synthesis filter 6, and the signal in the frequency domain is converted into a signal in the time domain (step 203). Since the processing steps from the inverse quantizer 5 to the band synthesis filter 6 are exactly the same as those of the audio signal encoding apparatus, an error between the original signal generated during the encoding processing and the audio signal If the signal is corrected by the residual component supplied from the encoding device, the signal after the band synthesis returns to the same signal as the original signal.

【0045】したがって、残差補正部11にて、帯域合
成フィルタ6より供給される時間領域の帯域合成後信号
に分離化器10より供給される時間領域補正信号(残差
信号)を加算することにより、元信号に復元している
(ステップ204)。なお、帯域合成フィルタ6におけ
る帯域合成処理にかかる遅延は音響信号符号化装置側で
調整されているので、時間領域の残差信号は帯域合成後
信号と時間軸が一致した状態で残差補正部12に供給さ
れている。即ち、残差信号は、音響信号符号化装置側に
おいて、帯域分割フィルタ1と帯域合成フィルタ6とを
通過した信号と、この信号に合わせて遅延させた元信号
とから生成されているので、元信号に対して480サン
プル分遅延しているが、周波数領域の信号は帯域合成フ
ィルタ6を介していないので、その分遅延量が少ない状
態で多重化されている。したがって、音響信号復号化装
置側で、周波数領域の信号が帯域合成フィルタ6を通過
した後の遅延量は、残差信号と同じになり、時間軸が一
致する。
Therefore, the residual correction unit 11 adds the time domain correction signal (residual signal) supplied from the demultiplexer 10 to the time domain band-combined signal supplied from the band combining filter 6. Thus, the original signal is restored (step 204). Since the delay in the band synthesis processing in the band synthesis filter 6 is adjusted on the acoustic signal encoding device side, the residual signal in the time domain is processed by the residual correction unit in a state where the time axis coincides with the post-band synthesis signal. 12 are provided. In other words, the residual signal is generated on the acoustic signal encoding device side from the signal that has passed through the band division filter 1 and the band synthesis filter 6 and the original signal delayed according to this signal. Although the signal is delayed by 480 samples, since the signal in the frequency domain is not passed through the band synthesis filter 6, the signal is multiplexed with a small delay amount. Therefore, on the acoustic signal decoding device side, the delay amount after the frequency domain signal has passed through the band synthesis filter 6 becomes the same as the residual signal, and the time axis matches.

【0046】この結果、本発明の音響信号符号化装置に
入力されたデジタル音響信号(元信号)は、符号化信号
としてデータ圧縮された信号として伝送または蓄積さ
れ、本発明の音響信号復号化装置によって、元信号と完
全に一致した復号化信号として出力することができる。
As a result, the digital audio signal (original signal) input to the audio signal encoding apparatus of the present invention is transmitted or accumulated as a data-compressed signal as an encoded signal, and the audio signal decoding apparatus of the present invention. Thus, it is possible to output a decoded signal that completely matches the original signal.

【0047】[0047]

【発明の効果】本発明の音響信号符号化方法及び音響信
号符号化装置は、周波数領域情報によって音響信号の持
つ特長を生かした効率的な圧縮符号化を行うことができ
る。また、本発明の音響信号復号化方法及び音響信号復
号化装置は、周波数領域情報を時間領域情報である残差
信号によって、適切かつ必要最小限の補正を行っている
ので、元信号を確実に復号することができるという効果
がある。
The audio signal encoding method and the audio signal encoding apparatus of the present invention can perform efficient compression encoding utilizing the characteristics of an audio signal by using frequency domain information. Further, the audio signal decoding method and the audio signal decoding apparatus of the present invention perform appropriate and minimum necessary correction of the frequency domain information by the residual signal which is the time domain information. There is an effect that decoding can be performed.

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

【図1】本発明の音響信号符号化装置の一実施例を示す
構成図である。
FIG. 1 is a configuration diagram showing an embodiment of an audio signal encoding device of the present invention.

【図2】本発明の音響信号復号化装置の一実施例を示す
構成図である。
FIG. 2 is a configuration diagram illustrating an embodiment of an audio signal decoding device according to the present invention.

【図3】帯域合成フィルタに用いられるDSPの内部演
算ブロック構成を示す構成図である。
FIG. 3 is a configuration diagram showing an internal operation block configuration of a DSP used for a band synthesis filter.

【図4】フィルタ固有の遅延量を説明するための図であ
る。
FIG. 4 is a diagram for explaining a delay amount specific to a filter;

【図5】ビットストリームの生成例を示す構成図であ
る。
FIG. 5 is a configuration diagram illustrating a generation example of a bit stream.

【図6】本発明の音響信号符号化装置の動作例を示すフ
ローチャート図である。
FIG. 6 is a flowchart illustrating an operation example of the audio signal encoding device of the present invention.

【図7】本発明の音響信号復号化装置の動作例を示すフ
ローチャート図である。
FIG. 7 is a flowchart showing an operation example of the audio signal decoding device of the present invention.

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

1 帯域分割フィルタ 2 最大値選択部 3 ビット配分部 4 量子化器 5 逆量子化器 6 帯域合成フィルタ 7 遅延器 8 残差計算部 9 多重化部(多重化器) 10 分離化器 11 残差補正部 A 周波数領域情報生成部 B 時間領域情報生成部 REFERENCE SIGNS LIST 1 band division filter 2 maximum value selection unit 3 bit allocation unit 4 quantizer 5 inverse quantizer 6 band synthesis filter 7 delay unit 8 residual calculation unit 9 multiplexer (multiplexer) 10 demultiplexer 11 residual Correction unit A Frequency domain information generation unit B Time domain information generation unit

Claims (4)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】元信号として供給される時間領域情報のデ
ジタル音響信号を帯域分割して周波数領域情報のデジタ
ル音響信号を得、その周波数領域情報のデジタル音響信
号の分割されている個々の帯域において、振幅値または
エネルギー値を求め、求めた前記振幅値またはエネルギ
ー値に基づいて量子化ビット配分を算出し、その量子化
ビット配分に応じて前記周波数領域情報のデジタル音響
信号を符号化する第1の工程と、 この第1の工程にて符号化された周波数領域情報のデジ
タル音響信号を逆量子化した後に帯域合成して時間領域
情報の信号へ再変換し、この再変換により得られた時間
領域情報の信号と、前記元信号として供給される時間領
域情報のデジタル音響信号との残差信号を時間領域情報
として生成する第2の工程と、 この第2の工程にて生成された時間領域情報の残差信号
と前記第1の工程にて符号化された周波数領域情報のデ
ジタル音響信号とを多重化する第3の工程と、よりなる
ことを特徴とする音響信号符号化方法。
A digital audio signal of frequency domain information obtained by dividing a band of a digital audio signal of time domain information supplied as an original signal.
Digital audio signal of the frequency domain information
The amplitude value or
An energy value is obtained, and the obtained amplitude value or energy is obtained.
Calculates the quantization bit distribution based on the
Digital sound of the frequency domain information according to bit allocation
A first step of encoding a signal, and a digital audio signal of the frequency domain information encoded in the first step is inversely quantized and then subjected to band synthesis to perform time domain synthesis.
Reconverted to information signal and time obtained by this reconversion
And the signal of the region information, the second step and the time domain generated in the second step of generating a residual signal as a time domain information and the digital audio signal in the time region information supplied as the original signal A third step of multiplexing the information residual signal and the digital audio signal of the frequency domain information encoded in the first step.
【請求項2】請求項1記載の音響信号符号化方法にて符
号化された音響信号を復号化する音響信号復号化方法で
あって、 供給される前記符号化された音響信号を、時間領域情報
の残差信号と周波数領域情報のデジタル音響信号とに
離する第1の工程と、 この第1の工程にて分離された周波数領域情報のデジタ
ル音響信号を、逆量子化した後に帯域合成して時間領域
情報のデジタル音響信号に変換する第2の工程と、 この第2の工程にて時間領域情報に変換されたデジタル
音響信号を、前記第1の工程にて分離された時間領域情
報の残差信号により補正する第3の工程と、 よりなることを特徴とする音響信号復号化方法。
2. An audio signal decoding method for decoding an audio signal encoded by the audio signal encoding method according to claim 1, wherein the supplied encoded audio signal is processed in a time domain. information
Residual signal and the first step of the digital audio signal and the binary <br/> away the frequency domain information, digital frequency domain information separated by the first step
After dequantizing the audio signal, the band is synthesized and the time domain
A second step and, a digital transformed into the time domain information in the second step of converting the digital audio signal information
The acoustic signal is converted to the time domain information separated in the first step.
And a third step of correcting with a residual signal of the report .
【請求項3】元信号として供給される時間領域情報のデ
ジタル音響信号を帯域分割し周波数領域情報のデジタル
音響信号を得る帯域分割フィルタと、 この帯域分割フィルタにて分割された個々の帯域におい
て、前記周波数領域情報のデジタル音響信号の振幅値ま
たはエネルギー値の最大値を検出する最大値選択部と、 この最大値選択部より供給される振幅値またはエネルギ
ー値の最大値に基づいて量子化ビット配分を算出するビ
ット配分部と、 このビット配分部より供給される量子化ビット配分で前
記帯域分割フィルタより供給される前記周波数領域情報
のデジタル音響信号を符号化する量子化器と、 この量子化器より供給される信号を逆量子化する逆量子
化器と、 この逆量子化器より供給される信号を帯域合成して時間
領域情報の信号へ再変換する帯域合成フィルタと、 この帯域合成フィルタより供給される時間領域情報の信
号と前記元信号として供給される時間領域情報のデジタ
ル音響信号との残差信号を生成する残差計算部と、 この残差計算部より供給される前記残差信号と前記量子
化器より供給される信号とを多重化する多重化部とを有
することを特徴とする音響信号符号化装置。
3. A digital audio signal of time domain information supplied as an original signal is band-divided into digital signals of frequency domain information.
A band dividing filter to obtain an acoustic signal, and the maximum value selecting section in individual bands that are divided in the band dividing filter, for detecting a maximum value of the amplitude value or the energy value of the digital acoustic signal of the frequency region information, the A bit allocation unit for calculating a quantization bit allocation based on the maximum value of the amplitude value or the energy value supplied from the maximum value selection unit; and a quantization bit allocation supplied from the bit allocation unit. A quantizer for encoding a digital audio signal of the frequency domain information to be obtained, an inverse quantizer for inversely quantizing a signal supplied from the quantizer, and a signal supplied from the inverse quantizer A band synthesizing filter for synthesizing a band and reconverting it into a signal of time domain information; a signal of time domain information supplied from the band synthesizing filter and the original signal; A residual calculator for generating a residual signal between the supplied time domain information and the digital audio signal; multiplexing the residual signal supplied from the residual calculator and the signal supplied from the quantizer And a multiplexing unit for converting.
【請求項4】請求項3記載の音響信号符号化装置にて符
号化され多重化された音響信号を復号化する音響信号復
号化装置であって、 供給される前記符号化され多重化された音響信号を、周
波数領域情報のデジタル音響信号と時間領域情報の残差
信号とに分離する分離化器と、 この分離化器より供給される周波数領域のデジタル音響
信号を逆量子化する逆量子化器と、 この逆量子化器より供給される信号を帯域合成して時間
領域情報のデジタル音響信号 に変換する帯域合成フィル
タと、 この帯域合成フィルタより供給される時間領域情報のデ
ジタル音響信号を前記分離化器より供給される前記時間
領域情報の残差信号によって補正する残差補正部と、 を有することを特徴とする音響信号復号化装置。
4. An audio signal encoding apparatus according to claim 3, wherein
Audio signal decoding for decoding the encoded and multiplexed audio signal
An encoding device, wherein the supplied encoded and multiplexed audio signal is
Digital acoustic signal of wave number domain information and residual of time domain information
A separator for separating the signal into signals, and digital sound in the frequency domain supplied from the separator.
An inverse quantizer that inversely quantizes the signal, and a band synthesis of the signal supplied from the inverse quantizer to time
A band combining filter that converts the digital audio signal of the region information, data of the time region information supplied from the band combining filter
The time the digital acoustic signal supplied from the demultiplexing unit
An audio signal decoding device, comprising: a residual correction unit configured to correct the residual information using a residual signal of region information .
JP21122095A 1995-07-27 1995-07-27 Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device Expired - Lifetime JP3191257B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP21122095A JP3191257B2 (en) 1995-07-27 1995-07-27 Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device
EP96305495A EP0756386B1 (en) 1995-07-27 1996-07-26 Method and apparatus for coding a digital, acoustic signal
US08/686,840 US5794179A (en) 1995-07-27 1996-07-26 Method and apparatus for performing bit-allocation coding for an acoustic signal of frequency region and time region correction for an acoustic signal and method and apparatus for decoding a decoded acoustic signal
DE69629986T DE69629986T2 (en) 1995-07-27 1996-07-26 Method and device for coding digital acoustic signals

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21122095A JP3191257B2 (en) 1995-07-27 1995-07-27 Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device

Publications (2)

Publication Number Publication Date
JPH0946234A JPH0946234A (en) 1997-02-14
JP3191257B2 true JP3191257B2 (en) 2001-07-23

Family

ID=16602288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21122095A Expired - Lifetime JP3191257B2 (en) 1995-07-27 1995-07-27 Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device

Country Status (1)

Country Link
JP (1) JP3191257B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6353584B1 (en) * 1998-05-14 2002-03-05 Sony Corporation Reproducing and recording apparatus, decoding apparatus, recording apparatus, reproducing and recording method, decoding method and recording method
JP4506039B2 (en) * 2001-06-15 2010-07-21 ソニー株式会社 Encoding apparatus and method, decoding apparatus and method, and encoding program and decoding program
JP4293172B2 (en) * 2005-09-13 2009-07-08 ソニー株式会社 Decoding device and decoding method
WO2007037613A1 (en) * 2005-09-27 2007-04-05 Lg Electronics Inc. Method and apparatus for encoding/decoding multi-channel audio signal
EP1949366A4 (en) * 2005-10-05 2010-01-13 Lg Electronics Inc Method and apparatus for signal processing and encoding and decoding method, and apparatus therefor
KR20070046752A (en) * 2005-10-31 2007-05-03 엘지전자 주식회사 Method and apparatus for signal processing
CN113010302B (en) * 2021-02-02 2022-11-01 中国人民解放军战略支援部队信息工程大学 Multi-task scheduling method and system under quantum-classical hybrid architecture and quantum computer system architecture

Also Published As

Publication number Publication date
JPH0946234A (en) 1997-02-14

Similar Documents

Publication Publication Date Title
AU733156B2 (en) Audio coding method and apparatus
US8311815B2 (en) Method, apparatus, and program for encoding digital signal, and method, apparatus, and program for decoding digital signal
AU2006332046B2 (en) Scalable compressed audio bit stream and codec using a hierarchical filterbank and multichannel joint coding
JP3926726B2 (en) Encoding device and decoding device
JP4800645B2 (en) Speech coding apparatus and speech coding method
EP0756386B1 (en) Method and apparatus for coding a digital, acoustic signal
JP2007034230A (en) Speech encoding device and method, and speech decoding device and method
JP2006126826A (en) Audio signal coding/decoding method and its device
JP4736812B2 (en) Signal encoding apparatus and method, signal decoding apparatus and method, program, and recording medium
JP2003337598A (en) Method and apparatus for coding sound signal, method and apparatus for decoding sound signal, and program and recording medium
JP3765171B2 (en) Speech encoding / decoding system
JP2003255973A (en) Speech band expansion system and method therefor
JPH10285048A (en) Digital data encoding/decoding method and its device
JP3344944B2 (en) Audio signal encoding device, audio signal decoding device, audio signal encoding method, and audio signal decoding method
JP3519859B2 (en) Encoder and decoder
JP3406275B2 (en) Digital signal encoding method, digital signal decoding method, these devices and their respective program recording media
JP3191257B2 (en) Acoustic signal encoding method, acoustic signal decoding method, acoustic signal encoding device, acoustic signal decoding device
JP2000338998A (en) Audio signal encoding method and decoding method, device therefor, and program recording medium
JP2003108197A (en) Audio signal decoding device and audio signal encoding device
US20040083094A1 (en) Wavelet-based compression and decompression of audio sample sets
JP3257584B2 (en) Acoustic signal encoding method and acoustic signal encoding device
JP3593201B2 (en) Audio decoding equipment
KR20030072060A (en) Method and Apparatus for Encoding/decoding of digital audio
JP3361790B2 (en) Audio signal encoding method, audio signal decoding method, audio signal encoding / decoding device, and recording medium recording program for implementing the method
AU2011205144B2 (en) Scalable compressed audio bit stream and codec using a hierarchical filterbank and multichannel joint coding

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090525

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090525

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100525

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110525

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120525

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20120525

Year of fee payment: 11

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20120525

Year of fee payment: 11

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20120525

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20130525

Year of fee payment: 12

EXPY Cancellation because of completion of term