JP2856064B2 - Digital filter - Google Patents

Digital filter

Info

Publication number
JP2856064B2
JP2856064B2 JP6173594A JP6173594A JP2856064B2 JP 2856064 B2 JP2856064 B2 JP 2856064B2 JP 6173594 A JP6173594 A JP 6173594A JP 6173594 A JP6173594 A JP 6173594A JP 2856064 B2 JP2856064 B2 JP 2856064B2
Authority
JP
Japan
Prior art keywords
signal
coefficient
digital filter
data
digital
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
JP6173594A
Other languages
Japanese (ja)
Other versions
JPH07273600A (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.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
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

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 a high-speed operation, and more particularly, to a digital filter for performing a multiplication in a filter operation.
The present invention relates to a digital filter using 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, when a multiplier is used as a constituent element of an operation part of a digital filter, (1) when a multiplier is used, (2) a ROM (Read Only Memory) is used.
y) and (3) RAM (Rando)
When using m Access Memory), the following three components are known.

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

【0004】例えば、ROMにより(8×8)の乗算器
を構成した場合、全ての乗算結果を書き込んで置く必要
があるため、2の16乗=65536ビット語のデータ
が必要となり出力が16ビットであるからさらに16倍
して65536×16=1084576ビットと約1M
ビットのメモリが必要になる。
For example, when an (8.times.8) multiplier is constituted by a ROM, it is necessary to write and store all multiplication results, so that 2 @ 16 = 65,536-bit word data is required, and the output is 16 bits. Therefore, further multiply by 16 times, 65536 x 16 = 108,576 bits and about 1M
Bit memory is required.

【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 the content data can be rewritten according to the coefficient.
Power = 256 words, multiplying by 16 and 256 x 16 = 4096
Just a bit. Although the degree of integration of the ROM is generally four times or more that of the RAM, it is apparent that the ROM is much larger than the RAM because the number of bits is required to be 256 times.

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

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

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

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

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

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

【0012】例えば、前述のディジタルフィルタの係数
および入力のそれぞれが8ビットで出力が16ビットの
場合、1タップ当たり4096ビットの係数演算データ
が必要になり、4タップでは16384ビットのデータ
が必要となる。これは多くのタップ数を必要とするシス
テム、例えばゴースト・リデューサ・システムの場合、
最大640タップのフィルタが必要とされ、この場合4
096ビット×640=2621440ビットと膨大な
データが必要になるシステムにおいては無視出来ないも
のとなる。
For example, when each of the coefficient and the input of the digital filter is 8 bits and the output is 16 bits, 4096 bits of coefficient operation data are required for each 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 required, in this case 4
This is not negligible in a system requiring a large amount of data of 096 bits × 640 = 262,440 bits.

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

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

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

【0016】この第2の従来例のディジタルフィルタは
係数演算データを外部からロードせずに内部発生する乗
算器93を有する構成である。
The digital filter according to the second prior art has a multiplier 93 which internally generates coefficient operation data without externally loading the coefficient operation 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, coefficient data input from coefficient data input terminal 82 and stored in register 91 is stored in an internal address generated by counter 92 and multiplier 9.
Multiplied by three. 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 in accordance with the internal address given via the address decoder 88.

【0019】フィルタ演算に関しての動作は、先に図7
に示す第1の従来例のディジタルフィルタと同一である
ので説明は省略する。
The operation relating to the filter operation is described first 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】このように、RAMに格納するデータを内
部で演算により発生することで、第1の従来例では40
96ビットのデータをロードする必要があったが、第2
の従来例においては、各タップの係数データだけをロー
ドすれば良いので8ビット×4タップ=32ビットのデ
ータをロードするだけで良い。
As described above, the data stored in the RAM is internally stored.
In the first conventional example, it is 40
Although it was necessary to load 96 bits of data, the second
In the conventional example, only the coefficient data of each tap is
8 bits x 4 taps = 32 bits
Just load the data.

【0021】[0021]

【発明が解決しようとする課題】しかしながら、この従
来例のディジタルフィルタは、RAMに格納するデータ
を演算するのにタップ当たり2の8乗=256回の演算
が必要になり、4タップで256×4=1024回の演
算が必要になる。一回の演算及び一回のデータロードが
それぞれ1クロックで行われるとすると、データのロー
ドに32クロック、RAM格納データの演算に1024
クロック、計1056クロック分の時間が係数変更に必
要である。さらにこれを640タップの場合に拡張する
とデータのロードに640×8=5120クロック、R
AM格納データの演算に640×256クロック=16
3840クロックの時間が必要となる。
[0005] However, this
The conventional digital filter uses data stored in RAM
Is calculated as 2 8 to the power = 256 times per tap.
Is required, 256 taps with 4 taps = 1024 performances
Calculation is required. One operation and one data load
Assuming that each operation is performed in one clock,
32 clocks for loading, 1024 for calculating data stored in RAM
Clock, a total of 1056 clocks is required for changing the coefficient.
It is important. Extend this further to 640 taps
640 × 8 = 5120 clocks for loading data and R
640 × 256 clocks = 16 for calculation of AM stored data
3840 clock times are required.

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

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

【0024】[0024]

【課題を解決するための手段】本発明のディジタルフィ
ルタは、ディジタルフィルタの係数であるディジタル信
号から成る係数信号を前記係数信号に相当する内部アド
レス信号に対応する内部アドレスに格納する記憶手段
と、前記内部アドレスを発生する内部アドレス発生手段
と、前記係数信号設定時には前記内部アドレス信号を選
択しフィルタ演算時には入力信号を選択して前記記憶手
段に与えるアドレス選択手段とを備え、前記フィルタ演
算を前記記憶手段に蓄えられた前記ディジタル信号を用
いて行うディジタルフィルタにおいて、各タップ毎に前
記係数信号を受けると共に保持する係数信号保持手段と
前記係数信号を順次累積加算する累積加算手段とを含む
データ発生手段とを備え、前記係数信号設定時には前記
累積加算手段により発生した累積加算信号を前記記憶手
段の前記内部アドレス信号に対応したアドレスに格納す
る構成である。
A digital filter according to the present invention has a storage means for storing a coefficient signal comprising a digital signal which is a coefficient of the digital filter in 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 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 operation and providing the input signal to the storage means. In a digital filter that uses the digital signal stored in a storage unit, a digital filter includes a coefficient signal holding unit that receives and holds the coefficient signal for each tap and a cumulative addition unit that sequentially cumulatively adds the coefficient signal. Means at the time of setting the coefficient signal, Is configured to store a cumulative addition signal without an address corresponding to the internal address signal of said memory means.

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

【0026】またさらに、本発明のディジタルフィルタ
の前記データ発生手段は、前記係数信号を第1の制御信
号により保持する前記係数信号保持手段と、前記係数信
号保持手段の出力を第2の制御信号により制御する遅延
手段と、前記係数信号保持手段の出力と前記遅延手段の
出力を加算する前記累積加算手段とを有する構成とする
こともできる。
[0026] In addition, the data generating means of the digital filter of the present invention includes the coefficient signal holding means for holding the coefficient signals by the first control signal, the coefficient signal
Delay means for controlling the output of the No. holding means by the second control signal may be configured to have said cumulative addition means for adding outputs of said delay means of said coefficient signal holding means.

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

【0028】また、本発明の他のディジタルフィルタ
は、ディジタルフィルタの係数であるディジタル信号か
ら成る係数信号を前記係数信号に相当する内部アドレス
信号に対応する内部アドレスに格納する記憶手段と、前
記内部アドレスを発生する内部アドレス発生手段と、前
記係数信号設定時には前記内部アドレス信号を選択しフ
ィルタ演算時には入力信号を選択して前記記憶手段に与
えるアドレス選択手段とを備え、前記フィルタ演算を前
記記憶手段に蓄えられた前記ディジタル信号を用いて行
うディジタルフィルタにおいて、各タップ毎に前記係数
信号を受けると共に保持する係数信号保持手段と前記係
数信号を順次累積加算する累積加算手段とを含むデータ
発生手段と、前記第2の制御信号により制御される第1
および第2の選択手段とを備えて、前記係数信号設定時
には、前記累積加算手段により発生した累積加算信号を
前記記憶手段の前記内部アドレス信号に対応したアドレ
スに格納し、前記フィルタ演算時には、前記記憶手段に
蓄えられた前記ディジタル信号の加算をするデータ加算
器を有する構成である。
According to another aspect of the present invention, there is provided a digital filter comprising: a storage unit 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 an address; and address selecting means for selecting the internal address signal when setting the coefficient signal and selecting an input signal for the filter operation and providing the input signal to the storage means. A digital filter that uses the digital signal stored in the digital signal generator; and a data generation unit that includes a coefficient signal holding unit that receives and holds the coefficient signal for each tap and a cumulative addition unit that sequentially cumulatively adds the coefficient signal. , A first controlled by the second control signal
And a second and a selection unit, wherein the coefficient signal set time, and stores the cumulative addition signal generated by said accumulating means to the address corresponding to the internal address signal of said memory means, when said filter operation, the The digital signal processing apparatus has a data adder for adding the digital signals stored in the storage means.

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

【0030】またさらに、本発明のディジタルフィルタ
の前記データ加算器は、第1の制御信号で制御され前記
係数信号を保持するレジスタと、前記記憶手段の出力ま
たは前記レジスタの出力を第2の制御信号で選択する第
1のセレクタと、外部信号の供給を受けるカスケード入
力端子と、加算器の出力信号と前記外部信号を前記第2
の制御信号で選択する第2のセレクタと、この第2のセ
レクタの出力を遅延する遅延回路と、この遅延回路の出
力と前記第1のセレクタの出力とを加算する前記加算器
と、前記加算器の出力を外部へ出力するカスケード出力
端子とを有する構成とすることもできる。
Still further, the data adder of the digital filter according to the present invention includes a register which is controlled by a first control signal and holds the coefficient signal, and controls an output of the storage means or an output of the register by a second control. A first selector for selecting an external signal, a cascade input terminal for receiving an external signal, an output signal of an adder, and the second signal .
A second selector for selecting under the control signal, a delay circuit for delaying the output of the second selector, and said adder for adding the outputs of said first selector of the delay circuit, the adder And a cascade output terminal for outputting the output of the vessel to the outside.

【0031】[0031]

【実施例】次に本発明の実施例のディジタルフィルタを
図面を参照して説明する。
Next, a digital filter according to 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 denoted 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, a digital filter according to a first embodiment of the present invention includes an input terminal 1 for receiving an input signal comprising a digital signal, and a supply of coefficient data comprising a digital signal which is a coefficient of the digital filter. Input terminals (2a to 2d), control signal terminals 4A and 4B for supplying and receiving control signals, and coefficient data input from input terminal 2 are held by a system clock input from control signal terminal 4A. Control signal terminal 4
Four data generators (10a to 10a) which accumulatively add coefficient data held by a control signal input to B as the address increases to one in synchronization with the system clock
d), a counter 12 for generating an address which increases the address by one in synchronization with the system clock, and four RAMs (5a to 5d) for storing the cumulatively added coefficient data of the data generators (10a to 10d). When receiving the signal of the counter 12 at the time of setting the coefficient data, an arbitrary storage address of the RAM (5a to 5d) for storing the coefficient signal data is generated, or the input signal is received at the time of the filter operation to store the coefficient signal data. An address decoder 8 for generating an arbitrary storage address of each of the RAMs (5a to 5d); a delay circuit (22a to 22c) for delaying an output of each of the RAMs (5a to 5d) for storing an input signal and coefficient data for a predetermined period;
An adder (23a) for adding the signal delayed by the delay circuits (22a to 22c) and the signals read from each of the RAMs 5b, 5c and 5d.
To 23c), and an output terminal 3 receiving the output of the adder 23c.

【0034】さらに、データ発生器(10a〜10d)
の具体的構成例を示す図2を参照すると、本発明の第1
の実施例のディジタルフィルタのデータ発生器10は、
係数信号入力端子2から入力される係数データを保持す
る係数レジスタ11と、係数レジスタ11に保持された
係数データを遅延させる遅延回路14と、この遅延回路
14の出力信号と次のシステムクロックで係数レジスタ
11に保持された係数データを累積する加算器15と、
加算器15の出力を出力する出力端子17とを有する構
成である。
Further, a data generator (10a to 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
A coefficient register 11 for holding coefficient data input from a coefficient signal input terminal 2; a delay circuit 14 for delaying the coefficient data held in the coefficient register 11; An adder 15 for accumulating the coefficient data held in the register 11,
An output terminal 17 for outputting the output of the adder 15 is provided.

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

【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 according to 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. The data is stored in a coefficient register inside the data generator 10 in accordance with the control signal.
The data generators (10a to 10d) for each tap of the digital filter of the first embodiment generate coefficient operation data. The coefficient operation data is stored in the RAM (5a to 5d) in accordance with the internal address generated by the counter 12. ).

【0038】次に、データ発生器10の具体的構成例を
示す再び図2を参照すると、このデータ発生器10の係
数信号入力端子2から入力された係数データは係数レジ
スタ11に格納され、システムクロックに同期して加算
器15によりアドレスが一つ増えるのに従って累積加算
され係数演算データとなる。
Next, referring to FIG. 2 again showing a specific 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 the system As the address increases by one by the adder 15 in synchronization with the clock, the data is cumulatively added to become coefficient operation data.

【0039】例えば、係数が5で入力が1の時は、その
係数演算データは5であり、入力が2の時はその係数演
算データは10であるので、入力xを1づつ増やしてい
くと同時に入力xに対応する係数演算データKxは入力
xの1つ前の係数演算データK(x−1)に係数を加算
していけば必要な係数演算データが得られる。こうして
得られた係数演算データはカウンタ12に同期してアド
レスデコーダ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 necessary coefficient operation data can be obtained by adding the coefficient to the coefficient operation data K (x-1) immediately before the input x for the coefficient operation data Kx corresponding to the input x. The coefficient operation data thus obtained is stored in the RAM corresponding to the address generated by the address decoder 8 in synchronization with the counter 12.
(5a to 5d).

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

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

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

【0043】次に、本発明の第2の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to a 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, the digital filter according to the second embodiment has coefficient data which is a coefficient of the digital filter instead of the four input terminals (2a to 2d) of the digital filter according to the first embodiment. A data generator (20a to 20d) having one input terminal 2 for receiving the supply and connecting the input terminals 2 in common and inputting coefficient data is a data generator (20a to 20d) for 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 the components are replaced with the components a to 10d), and the same components are denoted 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, the coefficient data Ka input from the input terminal 2 is first held in the coefficient register 11a of the data generator 20a, and then the coefficient of the data generator 20b is set. The system clock is four clocks so as to hold the coefficient data Kb in the register 11b, further hold the coefficient data Kc in the coefficient register 11c of the data generator 20c, and finally hold the coefficient data Kd in the coefficient register 11d of the data generator 20d. The coefficient data can be held by the minute operation.

【0046】それ以外の動作は、第1の実施例のディジ
タルフィルタの動作と同じであるので詳細な説明は省略
する。
Other operations are the same as those of the digital filter according to the first embodiment, and thus detailed description is 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 connection lines to the data generators (20a to 20d) are further reduced. Since the number can be reduced to one, the structure can be simplified.

【0048】次に、本発明の第3の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to a 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) which receives supply of coefficient data which is a digital filter coefficient when setting a coefficient.
2d), coefficient data is cumulatively added according to control signals from control signal terminals 4A and 4B, and the cumulative addition coefficient data is stored in a RAM (5a to 5d).
d), and at the time of filter operation, RAM (5
a to 5d), the accumulated addition coefficient data stored in the RAMs 5b and 5
c and the data adders (24a to 24d) for adding the signals read from the RAM 5d to the data generators (10a to 10d) of the digital filter of the first embodiment.
d) and the same components as those of the digital filter according to the first embodiment except for the configuration of each of the delay circuits (22a to 22c) and the adders (23a to 23c). Is shown.

【0050】図5を参照すると、第3の実施例のディジ
タルフィルタのデータ加算器24は図2に示すデータ発
生器10にセレクタ35および36ならびにRAMデー
タ入力端子32、カスケード入力端子31およびカスケ
ード出力端子33のそれぞれを追加したものである。セ
レクタ35および36のそれぞれを制御信号端子4Bか
ら入力される制御信号により制御する事で、加算器15
の一方の入力信号をRAMデータ入力と係数レジスタと
の選択を可能にし、遅延回路14の入力信号をカスケー
ド入力と加算器出力データとの選択を可能にすることで
第1の実施例のディジタルフィルタのデータ発生器10
および遅延回路(22a〜22c)および加算器(23
a〜23c)との兼用を可能にし回路の縮小を図ってい
る。
Referring to FIG. 5, the data adder 24 of the digital filter according to the third embodiment includes selectors 35 and 36, a RAM data input terminal 32, a cascade input terminal 31, and a cascade output provided in the data generator 10 shown in FIG. Each of the terminals 33 is added. By controlling each of the selectors 35 and 36 with a control signal input from the control signal terminal 4B, the adder 15 is controlled.
Of the delay circuit 14 can be selected between a cascade input and an adder output data, so that the digital filter of the first embodiment can be selected. Data generator 10
And delay circuits (22a to 22c ) and adders (23
a to 23c ), thereby reducing the circuit 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)に格納する。
When setting the coefficients, the coefficient data input from the coefficient data input terminal 2 is stored in the coefficient register in accordance with 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 added signals 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から出力する。
At the time of the filter operation, the RAM (5a to 5a)
The data output from d) is added to the data (24a to 24a).
The calculation is performed in d) and the result is output from the data output terminal 3.

【0054】次に、本発明の第4の実施例のディジタル
フィルタについて説明する。
Next, a digital filter according to a 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, the digital filter of the fourth embodiment has coefficient data which are coefficients of the digital filter 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 connected to the input terminal 2 and the input terminal 2 is connected in common to input coefficient data to the data generators (24a to 24d). The same components as those of the filter are denoted 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 according to the fourth embodiment, the coefficient data Ka inputted from the input terminal 2 is first held in the coefficient register 11a of the data generator 24a, and then the coefficient data of the data generator 24b is stored. The system clock is four 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. Perform coefficient operation and hold coefficient data.

【0057】それ以外の動作は、第3の実施例のディジ
タルフィルタの動作と同じであるので詳細な説明は省略
する。
Other operations are the same as those of the digital filter according to the third embodiment, so that detailed description 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 further reduced. Since the number of filters can be reduced to one, the simplified configuration of the digital filter according to the second embodiment has an effect that the configuration can be simplified.

【0059】[0059]

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

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

【図面の簡単な説明】[Brief description of the 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 illustrating 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 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 illustrating a configuration of a digital filter according to a fourth 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 セレクタ Reference Signs List 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-22c Delay circuit 15, 23a-23c Adder 17 Coefficient operation data output terminal 18 Coefficient operation data input terminal 24, 24a-24d Data adder 31 Cascade input terminal 32 RAM data input terminal 33 Cascade output terminal 35, 36 Selector

Claims (7)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ディジタルフィルタの係数であるディジ
タル信号から成る係数信号を前記係数信号に相当する内
部アドレス信号に対応する内部アドレスに格納する記憶
手段と、前記内部アドレスを発生する内部アドレス発生
手段と、前記係数信号設定時には前記内部アドレス信号
を選択しフィルタ演算時には入力信号を選択して前記記
憶手段に与えるアドレス選択手段とを備え、前記フィル
タ演算を前記記憶手段に蓄えられた前記ディジタル信号
を用いて行うディジタルフィルタにおいて、各タップ毎
に前記係数信号を受けると共に保持する係数信号保持手
段と前記係数信号を順次累積加算する累積加算手段とを
含むデータ発生手段とを備え、前記係数信号設定時には
前記累積加算手段により発生した累積加算信号を前記記
憶手段の前記内部アドレス信号に対応したアドレスに格
納することを特徴とするディジタルフィルタ。
1. 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. Address selection means for selecting the internal address signal at the time of setting the coefficient signal, selecting an input signal at the time of filter operation and supplying the input signal to the storage means, and using the digital signal stored in the storage means for the filter operation. The digital filter includes a coefficient signal holding means for receiving and holding the coefficient signal for each tap, and a data generating means including a cumulative addition means for sequentially and cumulatively adding 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 storing at an address corresponding to a dress signal.
【請求項2】 前記各タップには前記係数信号の共通な
信号を受けることを特徴とする請求項1記載のディジタ
ルフィルタ。
2. The digital filter according to claim 1, wherein each of said taps receives a common signal of said coefficient signal.
【請求項3】 前記データ発生手段は、前記係数信号を
第1の制御信号により保持する前記係数信号保持手段
と、前記係数信号保持手段の出力を第2の制御信号によ
り制御する遅延手段と、前記係数信号保持手段の出力と
前記遅延手段の出力を加算する前記累積加算手段とを有
することを特徴とする請求項1または2記載のディジタ
ルフィルタ。
3. The data generating means outputs the coefficient signal.
Holding the first control signalCoefficient signal holding means
And the saidCoefficient signal holding meansIs output by the second control signal.
Delay means for controllingCoefficient signal holding meansOutput and
The accumulating means for adding the output of the delay means.
The digitizer according to claim 1 or 2, wherein
Filter.
【請求項4】 前記係数信号保持手段は前記第1制御信
号のシステムクロックで制御されるレジスタ回路を含
み、前記遅延手段は前記第2の制御信号とにより前記レ
ジスタ回路の出力を遅延する遅延回路を含み、前記累積
加算手段は加算器を含むことを特徴とする請求項1,
2,3または4記載のディジタルフィルタ。
The method according to claim 4, wherein said coefficient signal holding means includes a register circuit that is controlled by the system clock of the first control signal, the delay circuit the delay means for delaying the output of the register circuit by said second control signal And the accumulating means includes an adder.
A digital filter according to 2, 3, or 4.
【請求項5】 ディジタルフィルタの係数であるディジ
タル信号から成る係数信号を前記係数信号に相当する内
部アドレス信号に対応する内部アドレスに格納する記憶
手段と、前記内部アドレスを発生する内部アドレス発生
手段と、前記係数信号設定時には前記内部アドレス信号
を選択しフィルタ演算時には入力信号を選択して前記記
憶手段に与えるアドレス選択手段とを備え、前記フィル
タ演算を前記記憶手段に蓄えられた前記ディジタル信号
を用いて行うディジタルフィルタにおいて、各タップ毎
に前記係数信号を受けると共に保持する係数信号保持手
段と前記係数信号を順次累積加算する累積加算手段とを
含むデータ発生手段と、前記第2の制御信号により制御
される第1および第2の選択手段とを備えて、前記係数
信号設定時には、前記累積加算手段により発生した累積
加算信号を前記記憶手段の前記内部アドレス信号に対応
したアドレスに格納し、前記フィルタ演算時には、前記
記憶手段に蓄えられた前記ディジタル信号の加算をする
データ加算器を有することを特徴とするディジタルフィ
ルタ。
5. A storage means for storing a coefficient signal comprising 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. Address selection means for selecting the internal address signal at the time of setting the coefficient signal, selecting an input signal at the time of filter operation and supplying the input signal to the storage means, and using the digital signal stored in the storage means for the filter operation. A digital filter including a coefficient signal holding means for receiving and holding the coefficient signal for each tap, a data generating means including a cumulative addition means for sequentially and cumulatively adding the coefficient signal, and a digital control circuit controlled by the second control signal. And first and second selecting means, which are set when the coefficient signal is set. A data adder for storing the cumulative addition signal generated by the cumulative addition means at an address corresponding to the internal address signal in the storage means, and for performing the filter operation, adding a digital signal stored in the storage means; A digital filter, comprising:
【請求項6】 前記各タップには前記係数信号の共通な
信号を受けることを特徴とする請求項5記載のディジタ
ルフィルタ。
6. The digital filter according to claim 5, wherein each of said taps receives a common signal of said coefficient signal.
【請求項7】 前記データ加算器は、第1の制御信号で
制御され前記係数信号を保持するレジスタと、前記記憶
手段の出力または前記レジスタの出力を第2の制御信号
で選択する第1のセレクタと、外部信号の供給を受ける
カスケード入力端子と、加算器の出力信号と前記外部信
を前記第2の制御信号で選択する第2のセレクタと、
この第2のセレクタの出力を遅延する遅延回路と、この
遅延回路の出力と前記第1のセレクタの出力とを加算す
前記加算器と、前記加算器の出力を外部へ出力するカ
スケード出力端子とを有することを特徴とする請求項5
または6記載のディジタルフィルタ。
7. The data adder includes a register controlled by a first control signal and holding the coefficient signal, and a first control for selecting an output of the storage means or an output of the register by a second control signal. A selector, a cascade input terminal receiving an external signal, an output signal of an adder, and the external signal.
A second selector for selecting a signal by the second control signal;
A delay circuit for delaying the output of the second selector, and said adder for adding the outputs of said first selector of the delay circuit, the cascade output terminal for outputting an output of said adder to an external 6. The method according to claim 5, wherein
Or the digital filter according to 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 JPH07273600A (en) 1995-10-20
JP2856064B2 true 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)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7929498B2 (en) 1995-06-30 2011-04-19 Interdigital Technology Corporation Adaptive forward power control and adaptive reverse power control for spread-spectrum communications
US6487190B1 (en) 1996-06-27 2002-11-26 Interdigital Technology Corporation Efficient multichannel filtering for CDMA modems
US7020111B2 (en) 1996-06-27 2006-03-28 Interdigital Technology Corporation System for using rapid acquisition spreading codes for spread-spectrum communications
US6885652B1 (en) 1995-06-30 2005-04-26 Interdigital Technology Corporation Code division multiple access (CDMA) communication system
ZA965340B (en) 1995-06-30 1997-01-27 Interdigital Tech Corp Code division multiple access (cdma) communication system

Also Published As

Publication number Publication date
JPH07273600A (en) 1995-10-20

Similar Documents

Publication Publication Date Title
US6202074B1 (en) Multiplierless digital filtering
US4809208A (en) Programmable multistage digital filter
US4939684A (en) Simplified processor for digital filter applications
JP2856064B2 (en) Digital filter
JPH01245607A (en) Composite finite impulse response digital filter
US6108681A (en) System for sharing resources in a digital filter
JPH0767063B2 (en) Digital signal processing circuit
US5765219A (en) Apparatus and method for incrementally accessing a system memory
US6275835B1 (en) Finite impulse response filter and method
JPH04222111A (en) Digital filter
EP0661648B1 (en) Digital signal processing circuit
JPH06318092A (en) Variable delay circuit
KR100235537B1 (en) Variable tap of digital filter and multiplier circuit thereof
JP3042266B2 (en) Memory access method
US6101583A (en) Digital signal processor for delayed signal processing using memory shared with another device
KR100551458B1 (en) Digital signal processing operation method and digital signal processor
JPH0741213Y2 (en) FIR filter
JP2005149517A (en) Product-sum computing element
JP2005353094A (en) Product-sum computing unit
JPH0544040B2 (en)
JPH0514128A (en) Digital filter
JP2685012B2 (en) Digital integrated circuit and digital filter
JP2022189771A (en) Semiconductor device
JP2642731B2 (en) Address generation circuit
JP2850594B2 (en) RAM 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