JPH07273600A - Digital filter - Google Patents

Digital filter

Info

Publication number
JPH07273600A
JPH07273600A JP6173594A JP6173594A JPH07273600A JP H07273600 A JPH07273600 A JP H07273600A JP 6173594 A JP6173594 A JP 6173594A JP 6173594 A JP6173594 A JP 6173594A JP H07273600 A JPH07273600 A JP H07273600A
Authority
JP
Japan
Prior art keywords
signal
coefficient
digital filter
data
output
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.)
Granted
Application number
JP6173594A
Other languages
Japanese (ja)
Other versions
JP2856064B2 (en
Inventor
Yoshiaki Ishizawa
善朗 石澤
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP6173594A priority Critical patent/JP2856064B2/en
Publication of JPH07273600A publication Critical patent/JPH07273600A/en
Application granted granted Critical
Publication of JP2856064B2 publication Critical patent/JP2856064B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Filters That Use Time-Delay Elements (AREA)

Abstract

PURPOSE:To reduce a coefficient revision time considerably without increase in the scale by providing a data generator comprising an adder, a delay circuit and a coefficient register to each tap in the digital filter employing a RAM for the multiplication. CONSTITUTION:Data generators 10a to 10d or the like of the same configuration are provided to taps of the digital filter and data information from an input terminal 1 and coefficient information from the generators 10a to 10d are multiplied by corresponding RAMs 5a to 5d and filtered information is outputted from an output terminal 3. A coefficient signal from a coefficient data input terminal 2 is stored in a register 11 based on a control signal from control input terminals 4A, 4B and accumulated by a delay circuit 14 and an adder circuit 15 to provide an output of the coefficient information and the coefficient is revised in parallel in each tap thereby reducing the coefficient calculation time considerably. As a result, the processing time is 896 clocks (=265+64) in the case of an 8-bit input for 640 tap provision, and then the small sized and high speed filter is realized.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は高速演算を行うディジタ
ルフィルタに関し、特にフィルタ演算のうち乗算をRA
M(Ramdom Access Memory)をも
ちいて行うディジタルフィルタに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital filter for performing high speed operation, and more particularly, the multiplication among filter operations is RA.
The present invention relates to a digital filter that uses M (Ramdom Access Memory).

【0002】[0002]

【従来の技術】一般に、ディジタルフィルタの演算部分
を構成する構成要素として、(1)乗算器を使用する場
合、(2)ROM(Read Only Memor
y)を使用する場合、および(3)RAM(Rando
m Access Memory)を使用する場合、の
3通りの構成要素が公知である。
2. Description of the Related Art Generally, (1) when a multiplier is used as a constituent element of a calculation portion of a digital filter, (2) a ROM (Read Only Memory)
y), and (3) RAM (Rando
When using m Access Memory), three types of components are known.

【0003】この3つの構成要素の特徴をディジタルフ
ィルタの動作速度とこのディジタルフィルタを半導体チ
ップ上に形成した半導体チップのチップの面積に着目し
て比較してみると、各構成要素とも動作速度の面ではほ
ぼ同等の性能を実現することが可能であるが、半導体チ
ップ上のディジタルフィルタの占有面積はROM構成が
いちばん大きく、次に乗算器の構成であり、RAMの構
成の順となる。
Comparing the characteristics of these three constituent elements by focusing on the operating speed of the digital filter and the chip area of the semiconductor chip formed on the semiconductor chip, the operating speed of each constituent element is From the aspect, it is possible to realize almost the same performance, but the occupied area of the digital filter on the semiconductor chip is the largest in the ROM configuration, then in the multiplier configuration, and in the RAM configuration order.

【0004】例えば、ROMにより(8×8)の乗算器
を構成した場合、全ての乗算結果を書き込んで置く必要
があるため、2の16乗=65536ビット語のデータ
が必要となり出力が16ビットであるからさらに16倍
して65536+16=1084576ビットと約1M
ビットのメモリが必要になる。
For example, if a (8.times.8) multiplier is constructed by ROM, all multiplication results must be written and stored, so that 2 16 = 65536 bit word data is required and output is 16 bits. Therefore, multiply by 16 to obtain 65536 + 16 = 1084576 bits and about 1M.
Bit memory is needed.

【0005】ROMの代わりにRAMを用いた場合の出
力は、同じ1ビットであるが係数に応じて内容データの
書換が可能であるため、入力は8本のみでよく、2の8
乗=256語となり16倍して256×16=4096
ビットで済む。ROMの集積度は、一般にRAMの4倍
以上であるが、ビット数が256倍必要になるため、明
らかにRAMに比べROMがはるかに大きくなる事がわ
かる。
When a RAM is used instead of a ROM, the output is the same 1 bit, but since the content data can be rewritten according to the coefficient, only 8 inputs are needed and 8 of 2
Power = 256 words, which is multiplied by 16 and 256 x 16 = 4096
Just a bit. The integration degree of the ROM is generally four times or more that of the RAM, but it is clear that the ROM is much larger than the RAM because the number of bits is 256 times.

【0006】また、乗算器を使用するディジタルフィル
タは、加算器をビット数だけマトリクス上に配置した単
純な並列加算器の場合は比較的小さい面積で実現が可能
であるが、高速化のためにはBoothのアルゴリズ
ム、キャリーセーブアダーおよびパイプライン演算のそ
れぞれの採用等が必要になり回路が複雑になり素子数も
増えて回路面積が増大する傾向にある。
Further, a digital filter using a multiplier can be realized in a relatively small area in the case of a simple parallel adder in which the adders are arranged on the matrix by the number of bits, but for the sake of speeding up. Requires the adoption of the Booth's algorithm, carry save adder, and pipeline operation, and the circuit becomes complicated, the number of elements increases, and the circuit area tends to increase.

【0007】4個のRAMを用いて4タップのFIR
(有限インパルス応答)型フィルタを構成した第1の従
来のディジタルフィルタの具体的構成例の一例を示す図
7を参照すると、このRAMを用いた第1の従来のディ
ジタルは、演算開始前に予め入力データと係数とを乗算
した結果(以下係数演算データと略す)を入力データに
対応したアドレスに格納して置く必要がある。
FIR of 4 taps using 4 RAMs
Referring to FIG. 7, which shows an example of a concrete configuration example of a first conventional digital filter which constitutes a (finite impulse response) type filter, the first conventional digital circuit using this RAM is beforehand It is necessary to store the result of multiplying the input data by the coefficient (hereinafter abbreviated as coefficient calculation data) at the address corresponding to the input data.

【0008】この係数演算データ設定時において、第1
の従来のディジタルフィルタのデー選択器79は係数演
算データ入力72より入力される係数演算データを、制
御信号入力端子74より入力される制御信号に応じてR
AM75の4つのRAMの中から一つを選択して供給し
アドレスデコーダ78から供給されるアドレスに対応し
て格納する。
When setting the coefficient calculation data, the first
In the conventional digital filter data selector 79, the coefficient calculation data input from the coefficient calculation data input 72 is converted into R according to the control signal input from the control signal input terminal 74.
One of the four RAMs of the AM75 is selected and supplied, and stored in correspondence with the address supplied from the address decoder 78.

【0009】次に、この第1のデジタルフィルタのフィ
ルタ演算時においては、アドレスデコーダ78はデータ
入力端子71から入力された所定のディジタルデータを
アドレスに変換して4つのRAMからなるRAM75に
供給する。RAM75は入力されたアドレスに対応して
既に格納済の係数演算データを出力し、遅延回路(22
a〜22c)により所定期間遅延された後、加算器(2
3a〜23c)により加算してフィルタ演算を行いデー
タ出力端子73より出力する。
Next, during the filter operation of the first digital filter, the address decoder 78 converts predetermined digital data input from the data input terminal 71 into an address and supplies it to the RAM 75 consisting of four RAMs. . The RAM 75 outputs the coefficient calculation data already stored corresponding to the input address, and the delay circuit (22
a to 22c), the adder (2
3a to 23c) to perform a filter operation by adding and output from the data output terminal 73.

【0010】この様な構成により、ディジタルフィルタ
の係数を容易に変更可能な小型で高速なディジタルフィ
ルタを提供する事ができる。
With such a configuration, it is possible to provide a small-sized and high-speed digital filter in which the coefficient of the digital filter can be easily changed.

【0011】しかしながら、この第1の従来のディジタ
ルフィルタは、前述の様にRAMを使えば高速で回路面
積の小さいディジタルフィルタを構成する事が可能であ
るが、フィルタ演算の前に大量のデータをRAMに格納
する必要があるため係数変更に時間がかかるという欠点
がある。
However, although the first conventional digital filter can form a high-speed digital filter having a small circuit area by using the RAM as described above, a large amount of data is stored before the filter operation. Since it needs to be stored in the RAM, there is a drawback that it takes time to change the coefficient.

【0012】例えば、前述のディジタルフィルタの係数
および入力のそれぞれが8ビットで出力が16ビットの
場合、1タップ当たり4096ビットの係数演算データ
が必要になり、4タップでは16384ビットのデータ
が必要となる。これは多くのタップ数を必要とするシス
テム、例えばゴースト・リデューサ・システムの場合、
最大640タップのフィルタが必要とされ、この場合4
096ビット×640=2621440ビットと膨大な
データが必要になるシステムにおいては無視出来ないも
のとなる。
For example, when each of the coefficient and the input of the above-mentioned digital filter is 8 bits and the output is 16 bits, 4096 bits of coefficient operation data are required for one tap, and 16384 bits of data are required for 4 taps. Become. This is a system that requires a large number of taps, such as a ghost reducer system,
A filter of up to 640 taps is needed, in this case 4
In a system that requires a huge amount of data of 096 bits × 640 = 262,440 bits, this cannot be ignored.

【0013】さらに、このデータをすべてシリアル転送
したとすると、係数の変更に2621440クロック必
要となり、仮に16ビットパラレルに転送したとしても
163840クロック必要になる。またこの転送速度は
外部CPUの性能に非常に依存する。
Further, if all of this data is serially transferred, 262,440 clocks are required to change the coefficients, and even if 16-bit parallel transfer is performed, 163,840 clocks are required. Also, this transfer rate is very dependent on the performance of the external CPU.

【0014】この欠点を改善し、データ転送時間を短く
した第2の従来のディジタルフィルタは、例えば、特開
平4−222111号公報に開示されている。この第2
の従来例のディジタルフィルタの構成を図8に示す。
A second conventional digital filter that has improved this drawback and shortened the data transfer time is disclosed in, for example, Japanese Patent Laid-Open No. 4-222111. This second
FIG. 8 shows the configuration of a digital filter of the related art.

【0015】この第2の従来例のディジタルフィルタは
図7に示す第1の従来例のディジタルフィルタと同様に
4個のRAMを用いて4タップのFIRフィルタを構成
している。
The digital filter of the second conventional example constitutes a 4-tap FIR filter by using four RAMs similarly to the digital filter of the first conventional example shown in FIG.

【0016】この第2の従来例のディジタルフィルタは
係数演算データを外部からロードせずに内部発生する乗
算器93を有する構成である。
The second conventional digital filter has a multiplier 93 which internally generates coefficient calculation data without externally loading the coefficient calculation data.

【0017】次に、この第2の従来例のディジタルフィ
ルタの動作を図8を参照して説明する。
Next, the operation of the second conventional digital filter will be described with reference to FIG.

【0018】図8を参照すると、まず、係数データ入力
端子82より入力されレジスタ91に格納された係数デ
ータはカウンタ92が発生する内部アドレスと乗算器9
3において乗算される。乗算信号は制御信号端子84よ
り入力される制御信号に従ってデータ選択器86により
RAM85の中から選択されたRAMに、アドレスデコ
ーダ88を介して与えられた内部アドレスに対応して格
納される。
Referring to FIG. 8, first, the coefficient data input from the coefficient data input terminal 82 and stored in the register 91 is multiplied by the internal address generated by the counter 92 and the multiplier 9.
Multiplied by 3. The multiplication signal is stored in the RAM selected from the RAM 85 by the data selector 86 in accordance with the control signal input from the control signal terminal 84, corresponding to the internal address given via the address decoder 88.

【0019】フィルタ演算に関しての動作は、先に図7
に示す第1の従来例のディジタルフィルタと同一である
ので説明は省略する。
The operation relating to the filter calculation will be described with reference to FIG.
The description is omitted because it is the same as the digital filter of the first conventional example shown in FIG.

【0020】このように、係数演算データの内部発生を
行うことで第2の従来例のディジタルフィルタにおける
データロードは係数分だけで済むので、そのタップのビ
ット数は、8ビット×4タップ=32ビット分である。
As described above, since the coefficient calculation data is internally generated, the data load in the digital filter of the second conventional example is required only for the coefficient. Therefore, the number of tap bits is 8 bits × 4 taps = 32. It is a bit.

【0021】[0021]

【発明が解決しようとする課題】しかしながら、この従
来のディジタルフィルタは、各タップに係数演算データ
を格納するために256回の演算が必要になり、結局、
4タップで32+256×4=1056クロック必要に
なる。さらに、640タップの場合係数ロードに640
クロック必要で、係数演算に640×256=1638
40クロックの計164480クロック必要となる。
However, this conventional digital filter requires 256 calculations to store the coefficient calculation data in each tap, and as a result,
4 taps require 32 + 256 × 4 = 1056 clocks. Furthermore, in the case of 640 taps, the coefficient loading is 640
Clock required, coefficient calculation 640 × 256 = 1638
A total of 164480 clocks of 40 clocks are required.

【0022】すなわち、外部CPUへの依存度を減らす
意味では効果があったが、全体として係数変更に時間が
かかる問題点が依然としてあった。
That is, although it is effective in reducing the dependence on the external CPU, there still remains a problem that it takes time to change the coefficient as a whole.

【0023】したがって本発明の目的は、係数変更の時
間を削減し高速動作のできるディジタルフィルタを提供
することにある。
Therefore, an object of the present invention is to provide a digital filter which can reduce the time for changing the coefficient and can operate at high speed.

【0024】[0024]

【課題を解決するための手段】本発明のディジタルフィ
ルタは、ディジタルフィルタの係数であるディジタル信
号から成る係数信号を前記係数信号に相当する内部アド
レス信号に対応する内部アドレスに格納する記憶手段
と、前記内部アドレスを発生する内部アドレス発生手段
と、前記係数信号設定時には前記内部アドレス信号を選
択しフィルタ演算時には入力信号を選択して前記記憶手
段に与えるアドレス選択手段とを備え、前記フィルタ演
算を前記記憶手段に蓄えられた前記ディジタル信号を用
いて行うディジタルフィルタにおいて、各タップ毎に前
記係数信号を受けると共に保持する係数信号保持手段と
前記係数信号を順次累積加算する累積加算手段とを含む
データ発生手段とを備え、前記係数信号設定時には前記
累積加算手段により発生した累積加算信号を前記記憶手
段の前記内部アドレス信号に対応したアドレスに格納す
る構成である。
Means for Solving the Problems A digital filter according to the present invention comprises storage means for storing a coefficient signal composed of a digital signal which is a coefficient of the digital filter at an internal address corresponding to an internal address signal corresponding to the coefficient signal. An internal address generating means for generating the internal address; and an address selecting means for selecting the internal address signal at the time of setting the coefficient signal and selecting an input signal at the time of the filter calculation and giving it to the storage means. In a digital filter performed using the digital signal stored in the storage means, data generation including coefficient signal holding means for receiving and holding the coefficient signal for each tap and cumulative addition means for sequentially cumulatively adding the coefficient signals Means for setting the coefficient signal by the cumulative addition means. Is configured to store a cumulative addition signal without an address corresponding to the internal address signal of said memory means.

【0025】また、本発明のディジタルフィルタの前記
各タップには、前記係数信号の共通な信号を受ける構成
とすることもできる。
Further, the taps of the digital filter of the present invention may be configured to receive a common signal of the coefficient signals.

【0026】またさらに、本発明のディジタルフィルタ
の前記データ発生手段は、前記係数信号を第1の制御信
号により保持する前記信号保持手段と、前記信号保持手
段の出力を第2の制御信号により制御される遅延手段
と、前記信号保持手段の出力と前記遅延手段の出力を加
算する前記累積加算手段とを有する構成とすることもで
きる。
Furthermore, the data generating means of the digital filter of the present invention controls the signal holding means for holding the coefficient signal by a first control signal and the output of the signal holding means by a second control signal. It is also possible to adopt a configuration that includes a delay unit configured to perform the above, and the cumulative addition unit that adds the output of the signal holding unit and the output of the delay unit.

【0027】さらにまた、本発明のディジタルフィルタ
の前記信号保持手段は前記第1の制御信号のシステムク
ロックで制御されるレジスタ回路を含み、前記遅延手段
は前記第2の制御信号により前記レジスタ回路の出力を
遅延する遅延回路を含み、前記累積加算手段は加算器を
含む構成とすることもできる。
Furthermore, the signal holding means of the digital filter of the present invention includes a register circuit controlled by the system clock of the first control signal, and the delay means is controlled by the second control signal of the register circuit. It is also possible to include a delay circuit that delays the output, and the cumulative addition means may include an adder.

【0028】また、本発明の他のディジタルフィルタ
は、ディジタルフィルタの係数であるディジタル信号か
ら成る係数信号を前記係数信号に相当する内部アドレス
信号に対応する内部アドレスに格納する記憶手段と、前
記内部アドレスを発生する内部アドレス発生手段と、前
記係数信号設定時には前記内部アドレス信号を選択しフ
ィルタ演算時には入力信号を選択して前記記憶手段に与
えるアドレス選択手段とを備え、前記フィルタ演算を前
記記憶手段に蓄えられた前記ディジタル信号を用いて行
うディジタルフィルタにおいて、各タップ毎に前記係数
信号を受けると共に保持する係数信号保持手段と前記係
数信号を順次累積加算する累積加算手段とを含むデータ
発生手段と、前記第2の制御信号により制御される第1
および第2の選択手段とを備えて、前記係数信号設定時
には、前記追跡加算手段により発生した累積加算信号を
前記記憶手段の前記内部アドレス信号に対応したアドレ
スに格納し、前記フィルタ演算時には、前記記憶手段に
蓄えられた前記ディジタル信号の加算をするデータ加算
器を有する構成である。
Another digital filter of the present invention is a storage means for storing a coefficient signal composed of a digital signal which is a coefficient of the digital filter at an internal address corresponding to an internal address signal corresponding to the coefficient signal, and the internal means. An internal address generating means for generating an address and an address selecting means for selecting the internal address signal at the time of setting the coefficient signal and selecting an input signal at the time of the filter calculation and supplying the input signal to the storage means are provided. In a digital filter which uses the digital signal stored in, a data generating means including a coefficient signal holding means for receiving and holding the coefficient signal for each tap, and a cumulative addition means for sequentially cumulatively adding the coefficient signals, , A first controlled by the second control signal
And a second selecting means, wherein when the coefficient signal is set, the cumulative addition signal generated by the tracking addition means is stored in an address of the storage means corresponding to the internal address signal, and at the time of the filter calculation, the cumulative addition signal is stored. The data adder is configured to add the digital signals stored in the storage means.

【0029】さらに、本発明の他のディジタルフィルタ
の前記各タップには前記係数信号の共通な信号を受ける
構成とすることもできる。
Further, each of the taps of another digital filter of the present invention may be configured to receive a common signal of the coefficient signals.

【0030】またさらに、本発明の他のディジタルフィ
ルタの前記データ加算器は、第1の制御信号で制御され
前記係数信号を保持するレジスタと、前記記憶手段の出
力または前記レジスタの出力を第2の制御信号で選択す
る第1のセレクタと、外部信号の供給を受けるカスケー
ド入力端子と、前記第1のセレクタと前記外部信号を前
記第2の制御信号で選択する第2のセレクタと、この第
2のセレクタの出力を遅延する遅延回路と、この遅延回
路の出力と前記第1のセレクタの出力とを加算する加算
器と、この加算器の出力を外部へ出力するカスケード出
力端子とを有する構成とすることもできる。
Still further, the data adder of another digital filter of the present invention comprises a register controlled by a first control signal for holding the coefficient signal, and an output of the storage means or an output of the register as a second output. Of the control signal, a cascade input terminal supplied with an external signal, a second selector that selects the first selector and the external signal with the second control signal, and A configuration including a delay circuit that delays the output of the second selector, an adder that adds the output of the delay circuit and the output of the first selector, and a cascade output terminal that outputs the output of the adder to the outside. Can also be

【0031】[0031]

【実施例】次に本発明の実施例のディジタルフィルタを
図面を参照して説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, a digital filter of an embodiment of the present invention will be described with reference to the drawings.

【0032】図1は本発明の第1の実施例のディジタル
フィルタの構成図であり、図3および図4に示した従来
のディジタルフィルタと同じ構成要素には同一符号を付
している。
FIG. 1 is a block diagram of a digital filter according to a first embodiment of the present invention. The same components as those of the conventional digital filter shown in FIGS. 3 and 4 are designated by the same reference numerals.

【0033】図1を参照すると、本発明の第1の実施例
のディジタルフィルタは、ディジタル信号からなる入力
信号の供給を受ける入力端子1と、ディジタルフィルタ
の係数であるディジタル信号なる係数データの供給を受
ける入力端子(2a〜2d)と、制御信号の供給と受け
る制御信号端子4Aおよび4Bのそれぞれと、入力端子
2より入力される係数データを制御信号端子4Aより入
力されるシステムクロックにより保持し制御信号端子4
Bに入力される制御信号により保持された係数データを
システムクロックに同期してアドレスが一つに増えるに
従って累積加算する4個のデータ発生器(10a〜10
d)と、システムクロックに同期してアドレスを1づつ
増すアドレス発生をするカウンタ12と、データ発生器
(10a〜10d)の累積加算された係数データを記憶
する4個のRAM(5a〜5d)と、係数データ設定時
にカウンタ12の信号を受けて係数信号データを格納す
るRAM(5a〜5d)の任意の記憶アドレスを生成す
るかまたはフィルタ演算時に入力信号を受けて係数信号
データの格納されているRAM(5a〜5d)の任意記
憶アドレスを生成するアドレスデコーダ8と、入力信号
と係数データを格納する各RAM(5a〜5d)の出力
を所定期間遅延させる遅延回路(22a〜22c)と、
この遅延回路(22a〜22c)により遅延された信号
とRAM5b,RAM5cおよびRAM5dのそれぞれ
から読み出された信号を加算するための加算器(23a
〜23c)と、加算器23cの出力の供給を受ける出力
端子3とを有する。
Referring to FIG. 1, the digital filter according to the first embodiment of the present invention is provided with an input terminal 1 which receives an input signal composed of a digital signal and a coefficient data which is a coefficient of the digital filter. The input terminal (2a to 2d) for receiving the control signal, the control signal terminals 4A and 4B for receiving and supplying the control signal, and the coefficient data input from the input terminal 2 are held by the system clock input from the control signal terminal 4A. Control signal terminal 4
Four data generators (10a to 10a) that perform cumulative addition of coefficient data held by a control signal input to B as the address increases by one in synchronization with the system clock.
d), a counter 12 that generates an address that increments the address by 1 in synchronization with the system clock, and four RAMs (5a to 5d) that store the coefficient data cumulatively added by the data generators (10a to 10d). When the coefficient data is set, an arbitrary storage address of the RAM (5a to 5d) that receives the signal of the counter 12 and stores the coefficient signal data is generated, or the input signal is received during the filter calculation and the coefficient signal data is stored. An address decoder 8 for generating an arbitrary storage address of each RAM (5a-5d), a delay circuit (22a-22c) for delaying an output of each RAM (5a-5d) storing an input signal and coefficient data for a predetermined period,
An adder (23a) for adding the signals delayed by the delay circuits (22a to 22c) and the signals read from each of the RAM 5b, RAM 5c and RAM 5d.
23c) and an output terminal 3 which receives the output of the adder 23c.

【0034】さらに、データ発生器(10a〜10d)
の具体的構成例を示す図2を参照すると、本発明の第1
の実施例のディジタルフィルタのデータ発生器10は、
係数信号入力端子2から入力される係数データを保持す
る係数レジスタ11と、係数レジスタ11に保持された
係数データを遅延させる遅延回路14と、この遅延回路
14の出力信号と次のシステムクロックで係数レジスタ
11に保持された係数データを累積する加算器15と、
加算器15の出力を出力する出力端子17とを有する構
成である。
Further, data generators (10a-10d)
Referring to FIG. 2 showing a specific configuration example of the first embodiment of the present invention,
The data generator 10 of the digital filter of the embodiment of
A coefficient register 11 for holding coefficient data input from the coefficient signal input terminal 2, a delay circuit 14 for delaying the coefficient data held in the coefficient register 11, an output signal of this delay circuit 14 and a coefficient by the next system clock. An adder 15 for accumulating the coefficient data held in the register 11,
The output terminal 17 outputs the output of the adder 15.

【0035】この第1の実施例のディジタルフィルタ
は、基本的に加算器と遅延回路からなるデータ発生器を
各タップに備える事で係数変更時間の短縮を図ったもの
である。
The digital filter of the first embodiment is designed to shorten the coefficient changing time by basically providing each tap with a data generator consisting of an adder and a delay circuit.

【0036】次に、この実施例のディジタルフィルタの
動作について説明する。
Next, the operation of the digital filter of this embodiment will be described.

【0037】再び図1を参照すると、本発明の第1の実
施例のディジタルフィルタの係数データ設定時は、係数
データ入力端子(2a〜2d)より入力された係数デー
タが制御信号端子4Aより入力された制御信号に従って
データ発生器10の内部の係数レジスタに格納される。
この第1の実施例のディジタルフィルタの各タップ毎の
データ発生器(10a〜10d)は係数演算データを発
生し、この係数演算データはカウンタ12の発生する内
部アドレスに応じてRAM(5a〜5d)に格納され
る。
Referring again to FIG. 1, when setting the coefficient data of the digital filter of the first embodiment of the present invention, the coefficient data input from the coefficient data input terminals (2a to 2d) is input from the control signal terminal 4A. It is stored in a coefficient register inside the data generator 10 according to the generated control signal.
The data generator (10a to 10d) for each tap of the digital filter of the first embodiment generates coefficient calculation data, and the coefficient calculation data is stored in the RAM (5a to 5d) according to the internal address generated by the counter 12. ).

【0038】次に、データ発生器10の具体的構成例を
示す再び図2を参照すると、このデータ発生器10の係
数信号入力端子2から入力された係数データは係数レジ
スタ11に格納され、システムクロックに同期して加算
器15によりアドレスが一つ増えるのに従って累積加算
され係数演算データとなる。
Next, referring again to FIG. 2 showing a concrete configuration example of the data generator 10, the coefficient data input from the coefficient signal input terminal 2 of the data generator 10 is stored in the coefficient register 11 and In synchronism with the clock, as the address increases by one by the adder 15, they are cumulatively added and become coefficient calculation data.

【0039】例えば、係数が5で入力が1の時は、その
係数演算データは5であり、入力が2の時はその係数演
算データは10であるので、入力xを1づつ増やしてい
くと同時に入力xに対応する係数演算データKxは入力
xの1つ前の係数演算データK(x−1)に係数を加算
していけば必要な係数演算データが得られる。こうして
得られた係数演算データはカウンタ11に同期してアド
レスデコーダ8が発生するアドレスに対応してRAM
(5a〜5d)に順に格納される。
For example, when the coefficient is 5 and the input is 1, the coefficient operation data is 5, and when the input is 2, the coefficient operation data is 10. Therefore, when the input x is increased by one. At the same time, the coefficient calculation data Kx corresponding to the input x can be obtained by adding a coefficient to the coefficient calculation data K (x-1) immediately before the input x. The coefficient calculation data thus obtained is synchronized with the counter 11 and corresponds to the address generated by the address decoder 8 in the RAM.
(5a to 5d) are sequentially stored.

【0040】この第1の実施例のディジタルフィルタの
フィルタ演算に関しては従来例のディジタルフィルタの
フィルタ演算と同様であるのでその詳細な説明は省略す
る。
The filter calculation of the digital filter of the first embodiment is the same as the filter calculation of the conventional digital filter, and therefore its detailed description will be omitted.

【0041】本発明の第1の実施例のディジタルフィル
タは、タップ毎の係数データ発生には従来例のディジタ
ルフィルタと同じだけのクロックが必要であるが、デー
タ演算を並列に行う事が出来るため256クロックで全
てのタップにデータロードが可能であり飛躍的に高速化
できる。
The digital filter of the first embodiment of the present invention requires the same number of clocks as the digital filter of the conventional example for generating coefficient data for each tap, but data operations can be performed in parallel. With 256 clocks, data can be loaded into all taps, dramatically increasing the speed.

【0042】またデータ発生器10は加算器、レジスタ
および遅延回路のそれぞれで構成できるため、回路の規
模の増大を抑制することができる。
Further, since the data generator 10 can be composed of an adder, a register and a delay circuit respectively, it is possible to suppress an increase in the scale of the circuit.

【0043】次に、本発明の第2の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to the second embodiment of the present invention will be described.

【0044】図3を参照すると、この第2の実施例のデ
ィジタルフィルタは、第1の実施例のディジタルフィル
タ4個の入力端子(2a〜2d)の代りにディジタルフ
ィルタの係数である係数データの供給を受ける1個の入
力端子2を有し、この入力端子2を共通に接続して係数
データを入力するデータ発生器(20a〜20d)を第
1の実施例のディジタルフィルタのデータ発生器(10
a〜10d)の代りに置換える以外は、第1の実施例の
ディジタルフィルタの構成要素と同一で同一構成要素に
は同一参照符号を付してある。
Referring to FIG. 3, in the digital filter of the second embodiment, instead of the four input terminals (2a to 2d) of the digital filter of the first embodiment, the coefficient data of the coefficient of the digital filter is stored. The data generators (20a to 20d) having one input terminal 2 for receiving the supply, and commonly connecting the input terminals 2 to input the coefficient data are the data generators of the digital filter of the first embodiment ( 10
The components are the same as those of the digital filter of the first embodiment except that they are replaced in place of a to 10d), and the same components are designated by the same reference numerals.

【0045】この第2の実施例のディジタルフィルタの
係数データ設定時には、まずデータ発生器20aの係数
レジスタ11aに入力端子2から入力される係数データ
Kaを保持し、次にデータ発生器20bの係数レジスタ
11bに係数データKbを保持し、さらにデータ発生器
20cの係数レジスタ11cに係数データKcを保持
し、最後にデータ発生器20dの係数レジスタ11dに
係数データKdを保持するようシステムクロックを4ク
ロック分動作させて係数データを保持することができ
る。
When setting the coefficient data of the digital filter of the second embodiment, first, the coefficient data Ka input from the input terminal 2 is held in the coefficient register 11a of the data generator 20a, and then the coefficient of the data generator 20b. The system clock is 4 clocks so that the coefficient data Kb is held in the register 11b, the coefficient data Kc is held in the coefficient register 11c of the data generator 20c, and finally the coefficient data Kd is held in the coefficient register 11d of the data generator 20d. It is possible to hold the coefficient data by operating the division.

【0046】それ以外の動作は、第1の実施例のディジ
タルフィルタの動作と同じであるので詳細な説明は省略
する。
The other operations are the same as the operations of the digital filter of the first embodiment, and detailed description thereof will be omitted.

【0047】この第2の実施例のディジタルフィルタは
4個の入力端子(2a〜2d)を1個の入力端子2に減
じ、さらにデータ発生器(20a〜20d)への接続線
の4本を1本にすることができるのでその構成の簡略化
が計れる効果がある。
In the digital filter of the second embodiment, four input terminals (2a to 2d) are reduced to one input terminal 2, and four connecting lines to the data generators (20a to 20d) are further connected. Since the number can be one, there is an effect that the configuration can be simplified.

【0048】次に、本発明の第3の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to the third embodiment of the present invention will be described.

【0049】図4を参照すると、この第3の実施例のデ
ィジタルフィルタは、係数設定時に、ディジタルフィル
タ係数である係数データの供給を受ける入力端子(2a
〜2d)から係数データを入力し制御信号端子4Aおよ
び4Bのそれぞれからの制御信号により係数データを累
積加算し、この累積加算係数データをRAM(5a〜5
d)へ格納し、さらにフィルタ演算時には、RAM(5
a〜5d)に格納された累積加算係数データを所定期間
遅延させ、この遅延された信号とRAM5b,RAM5
cおよびRAM5dのそれぞれから読み出された信号を
加算するデータ加算器(24a〜24d)を第1の実施
例のディジタルフィルタのデータ発生器(10a〜10
d)および遅延回路(22a〜22c)および加算器
(23a〜23c)のそれぞれの代りに有する構成以外
は第1の実施例のディジタルフィルタと同一構成で同一
構成要素には同一参照符号を付して図示してある。
Referring to FIG. 4, the digital filter of the third embodiment has an input terminal (2a) to which coefficient data, which is a digital filter coefficient, is supplied at the time of coefficient setting.
2d), coefficient data is input, and the coefficient data is cumulatively added by the control signals from the control signal terminals 4A and 4B, respectively.
d), and the RAM (5
a to 5d), the cumulative addition coefficient data stored in the RAM 5b and RAM 5 are delayed by a predetermined period.
The data adders (24a to 24d) for adding the signals read out from the respective c and the RAM 5d are replaced by the data generators (10a to 10d) of the digital filter of the first embodiment.
d) and the delay circuits (22a to 22c) and the adders (23a to 23c), respectively, except that the digital filter has the same configuration as that of the digital filter of the first embodiment and the same components are designated by the same reference numerals. Are shown in the figure.

【0050】図5を参照すると、第3の実施例のディジ
タルフィルタのデータ加算器24は図2に示すデータ発
生器10にセレクタ35および36ならびにRAMデー
タ入力端子32、カスケード入力端子31およびカスケ
ード出力端子33のそれぞれを追加したものである。セ
レクタ35および36のそれぞれを制御信号端子4Bか
ら入力される制御信号により制御する事で、加算器15
の一方の入力信号をRAMデータ入力と係数レジスタと
の選択を可能にし、遅延回路14の入力信号をカスケー
ド入力と加算器出力データとの選択を可能にすることで
第1の実施例のディジタルフィルタのデータ発生器10
および遅延回路(22a〜22d)および加算器(23
a〜23d)との兼用を可能にし回路の縮小を図ってい
る。
Referring to FIG. 5, the data adder 24 of the digital filter of the third embodiment has the selectors 35 and 36, the RAM data input terminal 32, the cascade input terminal 31, and the cascade output of the data generator 10 shown in FIG. Each of the terminals 33 is added. By controlling each of the selectors 35 and 36 by the control signal input from the control signal terminal 4B, the adder 15
The digital filter of the first embodiment is provided by making it possible to select one of the input signals of the RAM data input and the coefficient register and the input signal of the delay circuit 14 between the cascade input and the adder output data. Data generator 10
And delay circuits (22a to 22d) and adder (23
a to 23d), the circuit can be reduced in size.

【0051】次に、本発明の第3の実施例のディジタル
フィルタの動作について説明する。
Next, the operation of the digital filter according to the third embodiment of the present invention will be described.

【0052】係数設定時には、第1の実施例のディジタ
ルフィルタと同様に係数データ入力端子2より入力され
た係数データは制御信号端子4Aより入力された制御信
号に従って係数レジスタに格納される。データ加算器
(24a〜24d)は各タップ毎に係数の累積加算を行
い加算信号をカウンタ12の発生する内部アドレスに応
じてRAM(5a〜5d)に格納する。
At the time of setting the coefficient, the coefficient data input from the coefficient data input terminal 2 is stored in the coefficient register according to the control signal input from the control signal terminal 4A, as in the digital filter of the first embodiment. The data adders (24a to 24d) perform cumulative addition of coefficients for each tap and store the addition signal in the RAMs (5a to 5d) according to the internal address generated by the counter 12.

【0053】またフィルタ演算時にはRAM(5a〜5
d)から出力されるデータをデータ加算(24a〜24
d)において演算しデータ出力端子3から出力する。
In addition, RAM (5a-5
The data output from (d) is added to the data (24a to 24).
In d), the data is calculated and output from the data output terminal 3.

【0054】次に、本発明の第4の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to the fourth embodiment of the present invention will be described.

【0055】図6を参照すると、この第4の実施例のデ
ィジタルフィルタは、第3の実施例のディジタルフィル
タの4個の入力端子(2a〜2d)の代りにディジタル
フィルタの係数である係数データの供給を受ける1個の
入力端子を有し、この入力端子2を共通に接続して係数
データをデータ発生器(24a〜24d)に入力する構
成を有する以外は、第3の実施例のディジタルフィルタ
の構成要素と同一で同一構成要素には同一参照符号を付
してある。
Referring to FIG. 6, in the digital filter of the fourth embodiment, coefficient data which is the coefficient of the digital filter is used instead of the four input terminals (2a to 2d) of the digital filter of the third embodiment. Of the third embodiment except that the input terminal 2 is commonly connected to the input terminal 2 and coefficient data is input to the data generators (24a to 24d). The same components as those of the filter are designated by the same reference numerals.

【0056】この第4の実施例のディジタルフィルタの
係数データ設定時には、まずデータ発生器24aの係数
レジスタ11aに入力端子2から入力される係数データ
Kaを保持し、次にデータ発生器24bの係数レジスタ
11bに係数データKbを保持し、さらにデータ発生器
24cの係数レジスタ11cに係数データKcを保持
し、最後にデータ発生器24dの係数レジスタ11dに
係数データKdを保持するようシステムクロックを4ク
ロック分動作させて係数データを保持する。
When setting the coefficient data of the digital filter of the fourth embodiment, first the coefficient data Ka input from the input terminal 2 is held in the coefficient register 11a of the data generator 24a, and then the coefficient of the data generator 24b. The system clock is 4 clocks so that the coefficient data Kb is held in the register 11b, the coefficient data Kc is held in the coefficient register 11c of the data generator 24c, and finally the coefficient data Kd is held in the coefficient register 11d of the data generator 24d. The coefficient data is held by operating for a minute.

【0057】それ以外の動作は、第3の実施例のディジ
タルフィルタの動作と同じであるので詳細な説明は省略
する。
The other operations are the same as the operations of the digital filter of the third embodiment, and detailed description thereof will be omitted.

【0058】この第4の実施例のディジタルフィルタは
4個の入力端子(2a〜2d)を1個の入力端子2に減
じ、さらにデータ発生器(24a〜24d)への接続線
の4本を1本にすることができるので、第2の実施例の
ディジタルフィルタの簡略化された構成とに、その構成
の簡略化が図れる効果がある。
In the digital filter of the fourth embodiment, four input terminals (2a to 2d) are reduced to one input terminal 2, and four connection lines to the data generators (24a to 24d) are connected. Since the number can be one, there is an effect that the configuration can be simplified in addition to the simplified configuration of the digital filter of the second embodiment.

【0059】[0059]

【発明の効果】以上説明したように、本発明は乗算をR
AM(Ramdom AccessMemory)をも
ちいて行うディジタルフィルタに関し、各タップに加算
器、遅延回路および係数レジスタのそれぞれからなるデ
ータ発生器を備える事で回路規模の増大を押さえ、係数
変更時間を飛躍的に短かくすることを可能にしたディジ
タルフィルタが実現できる。
As described above, according to the present invention, multiplication is performed by R
Regarding a digital filter that uses AM (Ramdom Access Memory), each tap is equipped with a data generator consisting of an adder, a delay circuit, and a coefficient register to suppress the increase in circuit scale and dramatically reduce the coefficient change time. A digital filter that enables this can be realized.

【0060】本発明によりフィルタ演算が可能になるま
での時間を4タップフィルタの場合で約1/4、640
タップフィルタの場合で約1/180にそれぞれ短縮で
きるという効果がある。
In the case of the 4-tap filter, the time until the filter calculation becomes possible according to the present invention is about 1 / 4,640.
In the case of the tap filter, there is an effect that each can be shortened to about 1/180.

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

【図1】本発明の第1の実施例のディジタルフィルタの
構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a digital filter according to a first embodiment of the present invention.

【図2】図1に示すディジタルフィルタのデータ発生器
の具体的構成を示すブロック図である。
FIG. 2 is a block diagram showing a specific configuration of a data generator of the digital filter shown in FIG.

【図3】本発明の第2の実施例のディジタルフィルタの
構成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of a digital filter according to a second embodiment of the present invention.

【図4】本発明の第3の実施例のディジタルフィルタの
構成を示すブロック図である。
FIG. 4 is a block diagram showing a configuration of a digital filter according to a third exemplary embodiment of the present invention.

【図5】図4に示すディジタルフィルタのデータ加算器
の具体的構成を示すブロック図である。
5 is a block diagram showing a specific configuration of a data adder of the digital filter shown in FIG.

【図6】本発明の第4の実施例のディジタルフィルタの
構成を示すブロック図である。
FIG. 6 is a block diagram showing a configuration of a digital filter according to a fourth exemplary embodiment of the present invention.

【図7】第1の従来のディジタルフィルタの構成を示す
ブロック図である。
FIG. 7 is a block diagram showing a configuration of a first conventional digital filter.

【図8】第2の従来のディジタルフィルタの構成を示す
ブロック図である。
FIG. 8 is a block diagram showing a configuration of a second conventional digital filter.

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

1 データ入力端子 2 係数データ入力 3 データ出力 4,4A,4B 制御信号入力端子 5 係数RAM 6,9 データ選択器 7,10 データ発生器 8,78 アドレスデコーダ 11 係数レジスタ 12 カウンタ 13 乗算器 14,22a〜22c 遅延回路 15,23a〜23c 加算器 17 係数演算データ出力端子 18 係数演算データ入力端子 24,24a〜24d データ加算器 31 カスケード入力端子 32 RAMデータ入力端子 33 カスケード出力端子 35,36 セレクタ 1 data input terminal 2 coefficient data input 3 data output 4, 4A, 4B control signal input terminal 5 coefficient RAM 6, 9 data selector 7, 10 data generator 8, 78 address decoder 11 coefficient register 12 counter 13 multiplier 14, 22a to 22c Delay circuit 15, 23a to 23c Adder 17 Coefficient calculation data output terminal 18 Coefficient calculation data input terminal 24, 24a to 24d Data adder 31 Cascade input terminal 32 RAM data input terminal 33 Cascade output terminal 35, 36 Selector

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 ディジタルフィルタの係数であるディジ
タル信号から成る係数信号を前記係数信号に相当する内
部アドレス信号に対応する内部アドレスに格納する記憶
手段と、前記内部アドレスを発生する内部アドレス発生
手段と、前記係数信号設定時には前記内部アドレス信号
を選択しフィルタ演算時には入力信号を選択して前記記
憶手段に与えるアドレス選択手段とを備え、前記フィル
タ演算を前記記憶手段に蓄えられた前記ディジタル信号
を用いて行うディジタルフィルタにおいて、各タップ毎
に前記係数信号を受けると共に保持する係数信号保持手
段と前記係数信号を順次累積加算する累積加算手段とを
含むデータ発生手段とを備え、前記係数信号設定時には
前記累積加算手段により発生した累積加算信号を前記記
憶手段の前記内部アドレス信号に対応したアドレスに格
納することを特徴とするディジタルフィルタ。
1. A storage unit for storing a coefficient signal composed of a digital signal which is a coefficient of a digital filter in an internal address corresponding to an internal address signal corresponding to the coefficient signal, and an internal address generation unit for generating the internal address. An address selecting means for selecting the internal address signal when setting the coefficient signal and selecting an input signal for applying filter operation to the storage means, and using the digital signal stored in the storage means for the filter operation. A digital filter including: coefficient signal holding means for receiving and holding the coefficient signal for each tap, and data generating means including cumulative addition means for sequentially cumulatively adding the coefficient signals, and when setting the coefficient signal, The cumulative addition signal generated by the cumulative addition means is stored in the internal address of the storage means. A digital filter characterized by being stored at an address corresponding to a dress signal.
【請求項2】 前記各タップには前記係数信号の共通な
信号を受けることを特徴とする請求項1記載のディジタ
ルフィルタ。
2. The digital filter according to claim 1, wherein each tap receives a common signal of the coefficient signals.
【請求項3】 前記データ発生手段は、前記係数信号を
第1の制御信号により保持する前記信号保持手段と、前
記信号保持手段の出力を第2の制御信号により制御され
る遅延手段と、前記信号保持手段の出力と前記遅延手段
の出力を加算する前記累積加算手段とを有することを特
徴とする請求項1または2記載のディジタルフィルタ。
3. The data generating means, the signal holding means for holding the coefficient signal by a first control signal, a delay means for controlling the output of the signal holding means by a second control signal, and 3. The digital filter according to claim 1 or 2, further comprising: the cumulative addition means for adding the output of the signal holding means and the output of the delay means.
【請求項4】 前記信号保持手段は前記第1制御信号の
システムクロックで制御されるレジスタ回路を含み、前
記遅延手段は前記第2の制御信号とにより前記レジスタ
回路の出力を遅延する遅延回路を含み、前記累積加算手
段は加算器を含むことを特徴とする請求項1,2,3ま
たは4記載のディジタルフィルタ。
4. The signal holding means includes a register circuit controlled by the system clock of the first control signal, and the delay means includes a delay circuit for delaying the output of the register circuit according to the second control signal. 5. The digital filter according to claim 1, wherein said cumulative addition means includes an adder.
【請求項5】 ディジタルフィルタの係数であるディジ
タル信号から成る係数信号を前記係数信号に相当する内
部アドレス信号に対応する内部アドレスに格納する記憶
手段と、前記内部アドレスを発生する内部アドレス発生
手段と、前記係数信号設定時には前記内部アドレス信号
を選択しフィルタ演算時には入力信号を選択して前記記
憶手段に与えるアドレス選択手段とを備え、前記フィル
タ演算を前記記憶手段に蓄えられた前記ディジタル信号
を用いて行うディジタルフィルタにおいて、各タップ毎
に前記係数信号を受けると共に保持する係数信号保持手
段と前記係数信号を順次累積加算する累積加算手段とを
含むデータ発生手段と、前記第2の制御信号により制御
される第1および第2の選択手段とを備えて、前記係数
信号設定時には、前記累積加算手段により発生した累積
加算信号を前記記憶手段の前記内部アドレス信号に対応
したアドレスに格納し、前記フィルタ演算時には、前記
記憶手段に蓄えられた前記ディジタル信号の加算をする
データ加算器を有することを特徴とするディジタルフィ
ルタ。
5. A storage means for storing a coefficient signal composed of a digital signal which is a coefficient of a digital filter in an internal address corresponding to an internal address signal corresponding to the coefficient signal, and an internal address generating means for generating the internal address. An address selection unit that selects the internal address signal when setting the coefficient signal and selects an input signal when performing a filter calculation and supplies the input signal to the storage unit, and uses the digital signal stored in the storage unit for the filter calculation. In the digital filter, the data generating means including coefficient signal holding means for receiving and holding the coefficient signal for each tap and cumulative addition means for sequentially cumulatively adding the coefficient signals, and control by the second control signal. The first and second selecting means, and when setting the coefficient signal, A data adder for storing the cumulative addition signal generated by the cumulative addition means at an address corresponding to the internal address signal of the storage means, and adding the digital signals stored in the storage means at the time of the filter calculation. A digital filter having.
【請求項6】 前記各タップには前記係数信号の共通な
信号を受けることを特徴とする請求項5記載のディジタ
ルフィルタ。
6. The digital filter according to claim 5, wherein each tap receives a common signal of the coefficient signals.
【請求項7】 前記データ加算器は、第1の制御信号で
制御され前記係数信号を保持するレジスタと、前記記憶
手段の出力または前記レジスタの出力を第2の制御信号
で選択する第1のセレクタと、外部信号の供給を受ける
カスケード入力端子と、前記第1のセレクタと前記外部
信号を前記第2の制御信号で選択する第2のセレクタ
と、この第2のセレクタの出力を遅延する遅延回路と、
この遅延回路の出力と前記第1のセレクタの出力とを加
算する加算器と、この加算器の出力を外部へ出力するカ
スケード出力端子とを有することを特徴とする請求項5
または6記載のディジタルフィルタ。
7. The data adder is a register which is controlled by a first control signal and holds the coefficient signal, and a first control signal which selects an output of the storage means or an output of the register by a second control signal. A selector, a cascade input terminal supplied with an external signal, a second selector for selecting the first selector and the external signal with the second control signal, and a delay for delaying the output of the second selector Circuit,
6. An adder for adding the output of the delay circuit and the output of the first selector, and a cascade output terminal for outputting the output of the adder to the outside.
Or the digital filter according to item 6.
JP6173594A 1994-03-30 1994-03-30 Digital filter Expired - Lifetime JP2856064B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6173594A JP2856064B2 (en) 1994-03-30 1994-03-30 Digital filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6173594A JP2856064B2 (en) 1994-03-30 1994-03-30 Digital filter

Publications (2)

Publication Number Publication Date
JPH07273600A true JPH07273600A (en) 1995-10-20
JP2856064B2 JP2856064B2 (en) 1999-02-10

Family

ID=13179759

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6173594A Expired - Lifetime JP2856064B2 (en) 1994-03-30 1994-03-30 Digital filter

Country Status (1)

Country Link
JP (1) JP2856064B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6487190B1 (en) 1996-06-27 2002-11-26 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
US7706332B2 (en) 1995-06-30 2010-04-27 Interdigital Technology Corporation Method and subscriber unit for performing power control
US7903613B2 (en) 1995-06-30 2011-03-08 Interdigital Technology Corporation Code division multiple access (CDMA) communication system
US7929498B2 (en) 1995-06-30 2011-04-19 Interdigital Technology Corporation Adaptive forward power control and adaptive reverse power control for spread-spectrum communications
US8737363B2 (en) 1995-06-30 2014-05-27 Interdigital Technology Corporation Code division multiple access (CDMA) communication system

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7706332B2 (en) 1995-06-30 2010-04-27 Interdigital Technology Corporation Method and subscriber unit for performing power control
US7903613B2 (en) 1995-06-30 2011-03-08 Interdigital Technology Corporation Code division multiple access (CDMA) communication system
US7929498B2 (en) 1995-06-30 2011-04-19 Interdigital Technology Corporation Adaptive forward power control and adaptive reverse power control for spread-spectrum communications
US8737363B2 (en) 1995-06-30 2014-05-27 Interdigital Technology Corporation Code division multiple access (CDMA) communication system
US9564963B2 (en) 1995-06-30 2017-02-07 Interdigital Technology Corporation Automatic power control system for a code division multiple access (CDMA) communications system
US6487190B1 (en) 1996-06-27 2002-11-26 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
US6907024B2 (en) 1996-06-27 2005-06-14 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
EP1739832A2 (en) 1996-06-27 2007-01-03 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
EP1739832A3 (en) * 1996-06-27 2007-12-26 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
US7631027B2 (en) 1996-06-27 2009-12-08 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems

Also Published As

Publication number Publication date
JP2856064B2 (en) 1999-02-10

Similar Documents

Publication Publication Date Title
US4627021A (en) Integrated processor for the processing of word-wise receivable data
US4809208A (en) Programmable multistage digital filter
US4939684A (en) Simplified processor for digital filter applications
US4958311A (en) Composite finite impulse response digital filter
JP2856064B2 (en) Digital filter
US5657466A (en) Circuit for designating write and read address to provide a delay time in a sound system
US5602767A (en) Galois field polynomial multiply/divide circuit and a digital signal processor incorporating same
US5781462A (en) Multiplier circuitry with improved storage and transfer of booth control coefficients
US5293611A (en) Digital signal processor utilizing a multiply-and-add function for digital filter realization
JPH0767063B2 (en) Digital signal processing circuit
US5765219A (en) Apparatus and method for incrementally accessing a system memory
EP0661648B1 (en) Digital signal processing circuit
KR100235537B1 (en) Variable tap of digital filter and multiplier circuit thereof
JP3116269B2 (en) Memory device for digital video signal processing
JP3042266B2 (en) Memory access method
KR100551458B1 (en) Digital signal processing operation method and digital signal processor
JP3119404B2 (en) Filter device
KR100400726B1 (en) Finite Impulse Response Filter
US6101583A (en) Digital signal processor for delayed signal processing using memory shared with another device
JPH0544040B2 (en)
JPH0741213Y2 (en) FIR filter
JPH0514128A (en) Digital filter
JPH06119167A (en) Digital signal processing circuit
JP2850594B2 (en) RAM address generation circuit
JP2642731B2 (en) Address generation circuit

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19981027