JP2003298398A - Digital filter arithmetic processing circuit - Google Patents

Digital filter arithmetic processing circuit

Info

Publication number
JP2003298398A
JP2003298398A JP2002102271A JP2002102271A JP2003298398A JP 2003298398 A JP2003298398 A JP 2003298398A JP 2002102271 A JP2002102271 A JP 2002102271A JP 2002102271 A JP2002102271 A JP 2002102271A JP 2003298398 A JP2003298398 A JP 2003298398A
Authority
JP
Japan
Prior art keywords
data
ram
rams
terminal
selector
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002102271A
Other languages
Japanese (ja)
Inventor
Kouji Kasuya
恒史 糟谷
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.)
Renesas Micro Systems Co Ltd
Original Assignee
Renesas Micro Systems 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 Renesas Micro Systems Co Ltd filed Critical Renesas Micro Systems Co Ltd
Priority to JP2002102271A priority Critical patent/JP2003298398A/en
Publication of JP2003298398A publication Critical patent/JP2003298398A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a circuit area including a counter for an address signal generating circuit and enable its application to a symmetric arithmetic structure by using RAMs in a data storage circuit. <P>SOLUTION: The circuit is provided with a data storage unit consisting of RAMs 11-14, selectors 6, 7 for switching input signals of each of the RAMs 11, 14, selectors 8, 9 for switching output signals of each of the RAMs 11, 12 and 13, 14, and latches 4, 5 for holding output data of each of the RAMs 14, 11 by one step. When the RAMs 11, 13 are in a data reading period, the RAMs 12, 14 write the data, and when the RAMs 11, 13 are in a data writing period, the RAMs 12, 14 read the data. When the output data of the RAM 14 are written into the RAM 11, the output data are written after being held by one step in the latch 5, and when the data of the RAM 11 are written into the RAM 14, the data are written after being held by one step in the latch 4. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はディジタルフィルタ
演算処理回路に関し、特にFIR型ディジタルフィルタ
(以後FIRフィルタ)におけるディジタルフィルタ演
算処理回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital filter arithmetic processing circuit, and more particularly to a digital filter arithmetic processing circuit in an FIR digital filter (hereinafter referred to as FIR filter).

【0002】[0002]

【従来の技術】従来、この種のディジタルフィルタで
は、タップ数が少ない場合に、データを記憶させる記憶
回路を、レジスタで構成する場合がしばしばあった。
2. Description of the Related Art Conventionally, in this type of digital filter, when the number of taps is small, a memory circuit for storing data is often composed of a register.

【0003】タップ数2N(N=1,2,3,・・・)
のFIRフィルタをシンボル図で示す図10(A)を参
照すると、このFIRフィルタは、縦続接続された2N
−1個の遅延器102を有する遅延器群101と、各タ
ップの係数を乗算する係数乗算器103と、各タップの
出力を加算し出力Doutを出力する加算器104とを
有する。
Number of taps 2N (N = 1, 2, 3, ...)
Referring to FIG. 10 (A), which is a symbol diagram showing the FIR filter of FIG.
It has a delay device group 101 having −1 delay device 102, a coefficient multiplier 103 that multiplies the coefficient of each tap, and an adder 104 that adds the output of each tap and outputs the output Dout.

【0004】入力データDinは、新しいデータから古
い方にA2n−1〜Aの順序で図示していないクロッ
クの1クロック分の期間(以下、1ステップ)保持する
2N−1個の遅延器102から成る遅延器群101に記
憶され、2N−1個の遅延器102を通過するまで演算
で使用される。
The input data Din holds 2N-1 delay devices for holding a period of one clock (not shown) (hereinafter, one step) in the order of A 2n-1 to A 0 from new data to old data. It is stored in the delay group 101 composed of 102 and used in the calculation until it passes through 2N−1 delays 102.

【0005】図10(A)のFIRフィルタをハードウ
ェアで実現する場合の一般的な構成である従来の第1の
ディジタルフィルタ演算処理回路を図10(A)と共通
の構成要素には共通の参照文字/数字を付してブロック
で示す図10(B)を参照すると、この図に示すFIR
フィルタは、(A)の遅延器群101に相当するデータ
記憶部201と、係数乗算器103と、加算器104
と、加算器104の出力を累算する累算器202とを備
える。
The conventional first digital filter arithmetic processing circuit, which is a general configuration for implementing the FIR filter of FIG. 10 (A) by hardware, is common to the components common to FIG. 10 (A). Referring to FIG. 10 (B), which is shown in blocks with reference letters / numbers, the FIR shown in this figure
The filter includes a data storage unit 201 corresponding to the delay unit group 101 in (A), a coefficient multiplier 103, and an adder 104.
And an accumulator 202 that accumulates the output of the adder 104.

【0006】データ記憶部201にはデータ記憶制御用
のライトイネーブル信号WE,リードイネーブル信号R
E及びデータ記憶部アクセス用のアドレスADRが供給
される。
The data storage unit 201 has a write enable signal WE and a read enable signal R for controlling data storage.
E and the address ADR for accessing the data storage unit are supplied.

【0007】図10(B)を参照して、このディジタル
フィルタの演算動作の概要について説明すると、データ
記憶部201が記憶しているデータを、古いデータから
順に読み出して演算する。
The outline of the arithmetic operation of this digital filter will be described with reference to FIG. 10B. The data stored in the data storage unit 201 is read out in order from the oldest data and arithmetically executed.

【0008】データ記憶部201を、レジスタで構成し
た場合の一例を図10(B)と共通の構成要素には共通
の参照文字/数字を付して同様にブロックで示す図10
(C)を参照すると、この図に示すデータ記憶部201
は、ライトイネーブル信号WEにより入力データDin
を記憶しシフトレジスタを構成する複数のレジスタ21
4から成るレジスタ群211と、アドレス信号ADRに
よって制御されるタップ切替スイッチ212と、リード
イネーブル信号REにより制御され読出データDoを出
力するデータの読出スイッチ213とを備える。データ
読出スイッチ213は、必ずしも必要とは限らない。
An example of the case in which the data storage unit 201 is configured by a register is shown in the same block as FIG. 10B with common reference characters / numerals attached to common components.
Referring to (C), the data storage unit 201 shown in this figure
Input data Din by the write enable signal WE
And a plurality of registers 21 that store the
4, a register group 211 composed of four, a tap changeover switch 212 controlled by an address signal ADR, and a data read switch 213 controlled by a read enable signal RE and outputting read data Do. The data read switch 213 is not always necessary.

【0009】次に、図10(A),(B),(C)を参
照して、従来の第1のディジタルフィルタ演算処理回路
の動作について説明すると、レジスタ群211が記憶し
ているデータを、データの古い方から順にタップスイッ
チを切り替えて、データを読み出し、読出データDoを
出力する。係数乗算器103は、読出データDo毎にそ
のタップの係数を乗算し、加算器104に供給する。加
算器104及び累算器202は、供給を受けた係数乗算
データを累算し出力データDoutを生成・出力する。
Next, with reference to FIGS. 10A, 10B, and 10C, the operation of the first conventional digital filter arithmetic processing circuit will be described. Data stored in the register group 211 will be described. , The data is read out and the read data Do is output by switching the tap switches in order from the oldest data. The coefficient multiplier 103 multiplies the read data Do by the coefficient of the tap and supplies the result to the adder 104. The adder 104 and the accumulator 202 accumulate the supplied coefficient multiplication data and generate / output the output data Dout.

【0010】しかし、タップ数が増加すると、レジスタ
でデータ記憶回路を構成することは回路面積的に不利で
ある。そのため、タップ数が多い場合は、面積的に有利
なRAMをデータ記憶部に使用する構成が用いられる。
However, when the number of taps increases, it is disadvantageous in terms of circuit area to form a data storage circuit with a register. Therefore, when the number of taps is large, a RAM which is advantageous in area is used for the data storage unit.

【0011】データ記憶部201にRAMを使用した場
合、RAMのアドレスをシフトさせて、古いデータから
順にデータを読み出す方法がある。
When a RAM is used as the data storage unit 201, there is a method of shifting the address of the RAM and reading the data in order from the oldest data.

【0012】データ記憶部201のアドレス1〜2N−
1に古い順に2N−1個のデータが記憶されている様子
を模式的に説明図で示す図11(A)を参照すると、こ
の図に示すアドレス1のデータDが最も古いデータで
あり、このアドレス1のデータDから順番にデータを
読み出していき、アドレス2N−1のデータD2N−
を読み出したあと、入力データDinの最新データD
を直接出力データDOとして出力すると同時に、アドレ
ス1に書き込む。
Addresses 1-2N- of the data storage unit 201
Referring to FIG. 11 (A) which is a schematic explanatory view showing a state where 2N-1 pieces of data are stored in the oldest order in 1 in FIG. 11, the data D 0 at the address 1 shown in this figure is the oldest data, will read the data from the data D 0 of the address 1 in order, address 2N-1 of data D 2N- 1
After reading, the latest data D 0 of the input data Din
Is directly output as the output data DO, and at the same time, is written in the address 1.

【0013】アドレス1へDが書き込まれた直後は、
図11(B)に示すように、アドレス2のデータD
2N−2が最も古いデータとなる。次にアドレス2のデ
ータから順に読み出して行き、アドレス0のデータを読
み出したあと、次ぎの入力データDinの最新入力デー
タDを、直接出力データDOとして出力すると同時
に、アドレス2へ書き込む。最新データDがアドレス
2に書き込まれた直後は、図11(C)のようになる。
Immediately after D 0 is written to address 1,
As shown in FIG. 11B, the data D at the address 2
2N-2 is the oldest data. Next, the data of the address 2 is sequentially read out, the data of the address 0 is read out, and then the latest input data D 1 of the next input data Din is directly output as the output data DO and simultaneously written in the address 2. Immediately after the latest data D 1 is written in the address 2, the result is as shown in FIG.

【0014】上記動作を実現させる従来の第2のディジ
タルフィルタ演算処理回路のデータ記憶部及びアドレス
生成部をブロックで示す図12を参照すると、この図に
示すデータ記憶部301は、RAM311と、アドレス
信号ADRによて制御される出力データの切替用のスイ
ッチ304と備える。
Referring to FIG. 12 which is a block diagram showing a data storage section and an address generation section of a second conventional digital filter arithmetic processing circuit for realizing the above operation, a data storage section 301 shown in this figure includes a RAM 311 and an address. A switch 304 for switching output data controlled by the signal ADR is provided.

【0015】また、アドレス生成部は、カウンタ302
と、カウンタ302の出力をデコードしデータ記憶部3
01に供給するアドレス信号ADRを生成するデコーダ
303とを備える。
Further, the address generation unit is a counter 302.
And the output of the counter 302 to decode the data storage unit 3
01 and a decoder 303 for generating an address signal ADR.

【0016】タップ数=2Nのときは、カウンタ302
は、(2N)=4N進のカウンタが必要となり、カ
ウンタの回路規模が大きくなってしまう。面積的に有利
なRAMを使用しているにも関わらず、カウンタの部分
が大きくなってしまっては、面積に対する大きな効果が
得られない。従って、RAMを使用し、より面積が小さ
くすることが要求されている。
When the number of taps = 2N, the counter 302
Is, (2N) 2 = 4N 2 binary counters are required, the circuit scale of the counter increases. Despite the use of RAM, which is advantageous in area, if the counter portion becomes large, a large effect on area cannot be obtained. Therefore, it is required to use the RAM and reduce the area.

【0017】この要求に応えるために、例えば、特公平
7−72876号公報(文献1)記載のメモリ制御回路
は、RAMを2分割することだけで、1ステップでデー
タをリード/ライトするデータシフト回路を提案してい
る。文献1記載の手法を用いてFIRフィルタをハード
ウェアで実現した、従来の第3のディジタルフィルタ演
算処理回路を図10と共通の構成要素には共通の参照文
字/数字を付して同様にブロックで示す図13を参照す
ると、この図に示す従来の第3のディジタルフィルタ演
算処理回路は、従来の第1のディジタルフィルタ演算処
理回路と共通の係数乗算器103と加算器104及び累
算器202とに加えて、データ記憶部201の代わりに
アドレス信号ADRとライトイネーブル信号WE1,W
E2により制御され出力データDOを出力するデータ記
憶部401と、アドレス信号ADRを出力するカウンタ
402と、アドレス信号ADRの供給に応答して入力デ
ータDinを導通/遮断するスイッチ403とを備え
る。
In order to meet this demand, for example, a memory control circuit disclosed in Japanese Patent Publication No. 7-72876 (reference 1) is a data shift for reading / writing data in one step only by dividing the RAM into two. I am proposing a circuit. A conventional third digital filter arithmetic processing circuit in which an FIR filter is realized by hardware using the method described in Reference 1 is similarly blocked by attaching common reference characters / numerals to components common to FIG. 13, the third conventional digital filter arithmetic processing circuit shown in this figure has a coefficient multiplier 103, an adder 104, and an accumulator 202 which are common to the first conventional digital filter arithmetic processing circuit. In addition to the data storage unit 201, the address signal ADR and the write enable signals WE1 and W
A data storage unit 401 that is controlled by E2 and outputs output data DO, a counter 402 that outputs an address signal ADR, and a switch 403 that conducts / blocks the input data Din in response to the supply of the address signal ADR.

【0018】データ記憶部401の構成をブロックで示
す図14を参照すると、データ読出がリードイネーブル
信号RE1,RE2の各々でデータ書込がライトイネー
ブル信号W1,W2の各々で制御されアドレス信号AD
R1,ADR2の各々でアクセスされる第1,第2のR
AM411,412と、アドレス信号ADR0を反転す
るインバータ413と、アドレス信号ADRの供給に応
答してマスク信号Mを生成するマスク信号生成回路41
4と、アドレス信号ADR0の反転値とマスク信号との
論理積をとりリードイネーブル信号RE2を生成するA
ND回路415とを備える。
Referring to FIG. 14, which shows a block diagram of the structure of data storage unit 401, data read is controlled by read enable signals RE1 and RE2, and data write is controlled by write enable signals W1 and W2.
First and second Rs accessed by each of R1 and ADR2
AM 411 and 412, an inverter 413 that inverts the address signal ADR0, and a mask signal generation circuit 41 that generates the mask signal M in response to the supply of the address signal ADR.
4 and the inverted value of the address signal ADR0 and the mask signal are ANDed to generate a read enable signal RE2 A
And an ND circuit 415.

【0019】説明の便宜上、この従来の第3のディジタ
ルフィルタ演算処理回路の動作をタップ数8とすると、
カウンタ402は8進カウンタとなる。このカウンタ4
02が出力するアドレス信号ADRは、3ビットのアド
レス信号ADR2,ADR1,ADR0となる。
For convenience of explanation, assuming that the operation of the third conventional digital filter arithmetic processing circuit is 8 taps,
The counter 402 is an octal counter. This counter 4
The address signal ADR output by 02 becomes 3-bit address signals ADR2, ADR1, ADR0.

【0020】次に、図13、図14及び各部の波形をタ
イムチャートで示す図15を参照して、従来の第3のデ
ィジタルフィルタ演算処理回路の動作について説明する
と、演算に入力データDinを用いる場合は、スイッチ
403をオンにする。アドレス信号ADR2,ADR1
はRAM411,412(図ではRAM1,RAM2と
表示する)の各々のアドレス信号となる。またアドレス
信号ADR0をRAM411用のリードイネーブル信号
RE1として、アドレス信号ADR0の反転値をRAM
412用のリードイネーブル信号として使用する。ただ
し、入力データDinの入力時は、RAM411,41
2のいずれもデータの読出は行わず、入力データDin
をDO出力信号線上に出力データDOとして出力する。
そのためリードイネーブル信号をディスエブル状態にし
なければならない。
Next, the operation of the third conventional digital filter arithmetic processing circuit will be described with reference to FIGS. 13 and 14 and FIG. 15 showing the waveforms of the respective parts in a time chart. The input data Din is used for the arithmetic operation. In that case, the switch 403 is turned on. Address signal ADR2, ADR1
Are address signals of RAMs 411 and 412 (indicated as RAM1 and RAM2 in the figure). The address signal ADR0 is used as the read enable signal RE1 for the RAM 411, and the inverted value of the address signal ADR0 is stored in the RAM.
It is used as a read enable signal for 412. However, when inputting the input data Din, the RAMs 411, 41
No data is read out in either of the two cases, and the input data Din
Is output as output data DO on the DO output signal line.
Therefore, the read enable signal must be disabled.

【0021】マスク信号生成回路414は、リードイネ
ーブル信号をディスエブル状態とするマスク信号Mを生
成する。AND回路415は、アドレス信号ADR0の
反転値とマスク信号との論理積をとりリードイネーブル
信号RE2を生成する。
The mask signal generation circuit 414 generates a mask signal M that disables the read enable signal. The AND circuit 415 calculates the logical product of the inverted value of the address signal ADR0 and the mask signal to generate the read enable signal RE2.

【0022】図15のタイムチャートで示すように、こ
の従来の第3のディジタルフィルタ演算処理回路は、1
ステップでデータのシフトを実現する。
As shown in the time chart of FIG. 15, this third conventional digital filter arithmetic processing circuit is
The data shift is realized in steps.

【0023】しかしながら、この従来の第3のディジタ
ルフィルタ演算処理回路では、FIRフィルタの係数が
左右対称な場合に、同一係数で乗算するデータ同士の和
を予め演算し、その加算結果に対して係数を乗算するこ
とにより演算回数を半分に低減することを可能とする対
称演算構成には適用できないという問題がある。
However, in the third conventional digital filter arithmetic processing circuit, when the coefficients of the FIR filter are symmetrical, the sum of the data to be multiplied by the same coefficient is calculated in advance, and the coefficient is added to the addition result. There is a problem that it cannot be applied to a symmetrical operation configuration that can reduce the number of operations by half by multiplying by.

【0024】FIRフィルタの係数が左右対称である対
称演算構成のタップ数2NのFIRフィルタを図10
(A)と共通の構成要素には共通の参照文字/数字を付
して同様にシンボル図で示す図2を参照すると、この図
に示すFIRフィルタは、縦続接続された2N−1個の
遅延器102を有する遅延器群101と、各タップの同
一係数で乗算するデータ同士の和を予め演算し、その加
算結果に対して係数を乗算する係数乗算器103と、各
係数乗算器103の出力を加算し出力Doutを出力す
る加算器104とを有する。
FIG. 10 shows an FIR filter having a tap number of 2N and a symmetrical operation configuration in which the coefficients of the FIR filter are symmetrical.
Referring to FIG. 2, which is also a symbol diagram in which common reference characters / numerals are attached to common components to (A), the FIR filter shown in this diagram has cascaded 2N−1 delays. Output of each coefficient multiplier 103, a delay group 101 having a multiplier 102, a coefficient multiplier 103 that calculates in advance the sum of data to be multiplied by the same coefficient of each tap, and multiplies the addition result by a coefficient And an adder 104 that outputs the output Dout.

【0025】図2、図13及び図14を参照して遅延器
群101対応のデータ記憶部401として従来の第3の
ディジタルフィルタ演算処理回路の技術を用いた場合の
対称演算構成のFIRフィルタの動作について説明する
と、まず、入力データDinの最新データの入力と、ア
ドレス2N−1のデータから読出していく場合を考察す
る。まず、古い方のデータの読出、書込については、ア
ドレス2N−1のデータ読出→アドレス2N−2のデー
タ読出、及びアドレス2N−2のデータを2N−1に書
き込み→…と、データを順次シフトさせていくことが可
能であり、従って、従来の第3の技術を適用できる。
With reference to FIGS. 2, 13 and 14, a FIR filter having a symmetric arithmetic configuration is used as the data storage unit 401 corresponding to the delay group 101 when the technique of the third conventional digital filter arithmetic processing circuit is used. The operation will be described. First, consider the case where the latest data of the input data Din is input and the data is read from the address 2N-1. First, regarding the reading and writing of the older data, the data is sequentially read in such a manner that the data at address 2N-1 is read → the data at address 2N-2 is read and the data at address 2N-2 is written to 2N−1 → .... It is possible to shift, and therefore the third conventional technique can be applied.

【0026】しかし、新しい方のデータの入力読出につ
いては、入力データDinの最新データ入力→アドレス
0のデータ読出処理において、アドレス0のデータが読
み出されていないので、入力データDinの最新データ
を、アドレス0には書き込めないため、処理が進まない
という問題がある。
However, in inputting / reading the newer data, since the data at the address 0 is not read in the process of inputting the latest data of the input data Din → data reading of the address 0, the latest data of the input data Din is read. However, there is a problem that processing cannot proceed because the address 0 cannot be written.

【0027】そのため、従来の第3のディジタルフィル
タ演算処理回路の技術を適用できず、古いデータが読み
出されるのを待って、次のデータの書き込みを行わなけ
ればならないので、結局FIRフィルタの係数が左右対
称でない非対称演算構成の場合と同一の演算時間、すな
わち、対称演算構成の2倍の演算時間がかかってしま
う。
Therefore, the technique of the conventional third digital filter arithmetic processing circuit cannot be applied, and the next data must be written after waiting for the old data to be read out. The same calculation time as in the case of the asymmetrical calculation configuration which is not left-right symmetric, that is, twice as long as the symmetrical calculation configuration is required.

【0028】[0028]

【発明が解決しようとする課題】上述した従来の第1の
ディジタルフィルタ演算処理回路は、データ記憶回路に
レジスタを用いるので、タップ数が増加すると、レジス
タでデータ記憶回路を構成することは回路面積的に不利
であるという欠点があった。
Since the first conventional digital filter arithmetic processing circuit described above uses a register for the data storage circuit, it is not possible to configure the data storage circuit with the register when the number of taps increases. There was a disadvantage that it was disadvantageous.

【0029】データ記憶回路にRAMを用いることによ
り回路面積の削減を図った従来の第2のディジタルフィ
ルタ演算処理回路は、タップ数が大きくなるとアドレス
信号生成回路であるカウンタ部の回路面積が増大し、R
AMによる面積削減効果を低減するという欠点があっ
た。
In the second conventional digital filter arithmetic processing circuit whose circuit area is reduced by using the RAM for the data storage circuit, the circuit area of the counter section which is the address signal generating circuit increases as the number of taps increases. , R
There is a drawback that the area reduction effect of AM is reduced.

【0030】上記従来の第2の技術の欠点の解消を図っ
た従来の第2のディジタルフィルタ演算処理回路は、F
IRフィルタの係数が左右対称である場合に、演算時間
を半減する対称演算構成に適用できず、演算時間の低減
ができないという欠点があった。
The second conventional digital filter arithmetic processing circuit for solving the drawbacks of the second conventional technology is F
When the coefficients of the IR filter are bilaterally symmetric, it cannot be applied to a symmetrical operation configuration that halves the operation time, and there is a drawback that the operation time cannot be reduced.

【0031】本発明の目的は、データ記憶回路にRAM
を用いるとともにアドレス信号生成回路のカウンタを含
めて回路面積を低減し、かつ、対称演算構成に適用可能
なディジタルフィルタ演算処理回路を提供することにあ
る。
An object of the present invention is to use a RAM in a data storage circuit.
It is an object of the present invention to provide a digital filter arithmetic processing circuit which uses the above, reduces the circuit area including the counter of the address signal generation circuit, and is applicable to a symmetrical arithmetic configuration.

【0032】[0032]

【課題を解決するための手段】請求項1記載の発明のデ
ィジタルフィルタ演算処理回路は、タップ数2N(Nは
正の整数)のFIR型ディジタルフィルタにおける係数
がh=h2N−1,h=h2N−2,・・・,h
=h2N−1−m(N=0,1,2,・・・、m=0,
1,2,・・・,2N−1)と左右対称であり、データ
記憶回路をRAMで構成し、フィルタ演算時にデータを
シフトさせることによりフィルタ演算処理時の演算時間
を半分に低減する対称演算構成に適用したディジタルフ
ィルタ演算処理回路において、第1,第2,第3,第4
のRAMから成るデータ記憶部と、前記第2,第4のR
AMの各々の入力信号切替用の第1,第2のセレクタ
と、前記第1,第2のRAMの出力切替用の第3のセレ
クタと、前記第3,第4のRAMの出力切替用の第4の
セレクタと、前記第4,第1のRAMの各々の出力デー
タをそれぞれ1ステップ分の期間保持する第1,第2の
ラッチとを備え、前記第1,第3のRAM及び前記第
2,第4のRAMがそれぞれ対を構成するように接続
し、前記第1,第3のRAMがデータの読出期間のと
き、前記第2,第4のRAMはデータの書込を行い、前
記第1,第3のRAMがデータの書込期間のとき、前記
第2,第4のRAMはデータの読出を行い、前記第1〜
第4のセレクタを制御して前記第1のRAMへの前記第
4のRAMの出力データの書込時にはこの第4のRAM
の出力データを第2のラッチで1ステップ分の期間保持
した後に前記書込を行い、前記第4のRAMへの前記第
1のRAMのデータの書込時にはこの第1のRAMのデ
ータを第2のラッチで1ステップ分の期間保持した後に
前記書込を行うことを特徴とするものである。
According to the digital filter arithmetic processing circuit of the present invention, the coefficient in the FIR type digital filter having the tap number 2N (N is a positive integer) is h 0 = h 2N−1 , h. 1 = h 2N-2, ··· , h m
= H 2N-1-m (N = 0, 1, 2, ..., M = 0,
1, 2, ..., 2N-1) and a symmetrical operation in which the data storage circuit is composed of RAM and the data is shifted during the filter operation to reduce the operation time during the filter operation processing by half. In the digital filter arithmetic processing circuit applied to the configuration, the first, second, third, fourth
A data storage unit including a RAM, and the second and fourth R
First and second selectors for switching respective input signals of AM, a third selector for switching outputs of the first and second RAMs, and outputs for switching outputs of the third and fourth RAMs. A fourth selector and first and second latches that hold the output data of the fourth and first RAMs for a period of one step, respectively, and include the first and third RAMs and the third RAM. The second and fourth RAMs are connected to each other so as to form a pair, and when the first and third RAMs are in a data reading period, the second and fourth RAMs write data, and When the first and third RAMs are in the data writing period, the second and fourth RAMs read data, and the first to third
The fourth RAM is controlled when the output data of the fourth RAM is written into the first RAM by controlling the fourth selector.
Output data of the first RAM is held by the second latch for a period of one step, and then the writing is performed. When the data of the first RAM is written to the fourth RAM, the data of the first RAM is It is characterized in that the writing is carried out after holding for one step period by two latches.

【0033】また、請求項2記載の発明は、請求項1記
載のディジタルフィルタ演算処理回路において、演算で
使用する最新データを前記データ記憶部に記憶し、演算
時には前記最新データを前記データ記憶部からデータを
読み出すことを特徴とするものである。
According to a second aspect of the present invention, in the digital filter arithmetic processing circuit according to the first aspect, the latest data used in the arithmetic operation is stored in the data storage section, and the latest data is stored in the data storage section during the arithmetic operation. It is characterized in that data is read from the.

【0034】また、請求項3記載の発明は、請求項1記
載のディジタルフィルタ演算処理回路において、前記第
1,第3のRAMの各々のアドレスを指定する第1のア
ドレス信号と前記第2,第4のRAMの各々のアドレス
を指定する第2のアドレス信号とを出力するアドレス生
成回路を備えを備えて構成されている。
According to a third aspect of the present invention, in the digital filter arithmetic processing circuit according to the first aspect, the first address signal for designating an address of each of the first and third RAMs and the second and the second address signals. An address generation circuit for outputting a second address signal designating each address of the fourth RAM is provided.

【0035】また、請求項4記載の発明は、請求項3記
載のディジタルフィルタ演算処理回路において、前記ア
ドレス生成回路が、前記第1のアドレス信号を生成する
カウンタ回路と、前記第1のアドレス信号を1ステップ
分の期間遅延して前記第2のアドレス信号を生成する遅
延回路とを備えて構成されている。
According to a fourth aspect of the present invention, in the digital filter arithmetic processing circuit according to the third aspect, the address generating circuit generates a counter signal for generating the first address signal, and the first address signal. And a delay circuit for generating the second address signal by delaying for 1 step.

【0036】また、請求項5記載の発明は、請求項4記
載のディジタルフィルタ演算処理回路において、前記カ
ウンタ回路が、N/2進カウンタを備え、前記遅延回路
が前記第1のアドレス信号を1ステップ分保持するフリ
ップフロップ回路をを備えて構成されている。
According to a fifth aspect of the present invention, in the digital filter arithmetic processing circuit according to the fourth aspect, the counter circuit includes an N / binary counter, and the delay circuit outputs the first address signal to 1 It is configured to include a flip-flop circuit that holds a step.

【0037】請求項6記載の発明のディジタルフィルタ
演算処理回路は、タップ数2N(Nは正の整数)のFI
R型ディジタルフィルタにおける係数がh=h
2N−1,h=h2N−2,・・・,h=h
2N−1−m(N=0,1,2,・・・、m=0,1,
2,・・・,2N−1)と左右対称であり、データ記憶
回路をRAMで構成し、フィルタ演算時にデータをシフ
トさせることによりフィルタ演算処理時の演算時間を半
分に低減する対称演算構成に適用したディジタルフィル
タ演算処理回路において、第1,第2,第3,第4のR
AMから成るデータ記憶部と、前記第2,第4のRAM
の各々の入力信号切替用の第1,第2のセレクタと、前
記第1,第2のRAMの出力切替用の第3のセレクタ
と、前記第3,第4のRAMの出力切替用の第4のセレ
クタと、前記第4,第1のRAMの各々の出力データを
それぞれ1ステップ分の期間保持する第1,第2のラッ
チと、前記第1,第3のRAMの各々のアドレスを指定
する第1のアドレス信号と前記第2,第4のRAMの各
々のアドレスを指定する第2のアドレス信号とを出力す
るアドレス生成回路とを備え、前記第1,第2,第3,
第4のRAMの各々が、アドレス端子とデータ入力端子
とライトイネーブル端子とリードイネーブル端子とデー
タ出力端子とを備え、前記第1,第3のRAMの各々の
前記アドレス端子には前記第1のアドレス信号が、ライ
トイネーブル端子には第1のライトイネーブル信号が、
前記リードイネーブル端子にはリードイネーブル信号が
それぞれ供給され、前記第2,第4のRAMの前記アド
レス端子には前記第2のアドレス信号が、前記ライトイ
ネーブル端子には第2のライトイネーブル信号が、前記
リードイネーブル端子には反転リードイネーブル信号が
それぞれ供給され、前記第1のRAMの前記データ入力
端子が前記第1のラッチの出力端子に、前記第2のRA
Mのデータ入力端子が前記第1のセレクタの出力端子
に、前記第3のRAMのデータ入力端子が前記第2のR
AMのデータ出力端子に、前記第4のRAMのデータ入
力端子が前記第2のセレクタの出力端子にそれぞれ接続
され、前記第1のRAMのデータ出力端子が前記第3の
セレクタの第2の入力端子と前記第2のラッチの入力端
子に、前記第2のRAMのデータ出力端子が前記第3の
セレクタの第3の入力端子と前記第2のRAMのデータ
入力端子に、前記第3のRAMのデータ出力端子が前記
第4のセレクタの第1の入力端子と前記第1のセレクタ
の第2の入力端子に、前記第4のRAMのデータ出力端
子が前記第4のセレクタの第2の入力端子と前記第1の
ラッチの入力端子と前記第1のセレクタの第2の入力端
子にそれぞれ接続され、前記第3のセレクタの第1の入
力端子と前記第2のセレクタの第2の入力端子の各々に
入力データの供給を受け、前記第1,第3のRAMがデ
ータの読出期間のとき、前記第2,第4のRAMはデー
タの書込を行い、前記第1,第3のRAMがデータの書
込期間のとき、前記第2,第4のRAMはデータの読出
を行い、セレクタ制御信号により前記第1〜第4のセレ
クタを制御して前記第1のRAMへの前記第4のRAM
の出力データの書込時にはこの第4のRAMの出力デー
タを第2のラッチで1ステップ分の期間保持した後に前
記書込を行い、前記第4のRAMへの前記第1のRAM
のデータの書込時にはこの第1のRAMのデータを第2
のラッチで1ステップ分の期間保持した後に前記書込を
行うことを特徴とするものである。
According to a sixth aspect of the present invention, there is provided a digital filter arithmetic processing circuit in which the FI has a tap number of 2N (N is a positive integer).
The coefficient in the R-type digital filter is h 0 = h
2N-1, h 1 = h 2N-2, ···, h m = h
2N-1-m (N = 0, 1, 2, ..., m = 0, 1,
2, ..., 2N-1), and a symmetrical operation configuration in which the data storage circuit is configured by RAM and data is shifted during filter operation to reduce the operation time during filter operation processing by half. In the applied digital filter arithmetic processing circuit, the first, second, third and fourth R
A data storage unit including an AM and the second and fourth RAMs
, A first selector for switching input signals of each of the first and second selectors, a third selector for switching outputs of the first and second RAMs, and a third selector for switching outputs of the third and fourth RAMs. 4 selectors, 1st and 2nd latches that hold the output data of each of the 4th and 1st RAMs for a period of one step, and addresses of each of the 1st and 3rd RAMs A first address signal for outputting a second address signal for designating an address of each of the second and fourth RAMs, and the first, second, third,
Each of the fourth RAMs includes an address terminal, a data input terminal, a write enable terminal, a read enable terminal, and a data output terminal, and the address terminal of each of the first and third RAMs has the first terminal. The address signal, the first write enable signal at the write enable terminal,
A read enable signal is supplied to the read enable terminal, the second address signal is supplied to the address terminals of the second and fourth RAMs, and a second write enable signal is supplied to the write enable terminal. An inverted read enable signal is supplied to each of the read enable terminals, and the data input terminal of the first RAM serves as an output terminal of the first latch and the second RA.
The data input terminal of M is the output terminal of the first selector, and the data input terminal of the third RAM is the second R.
The data input terminal of the fourth RAM is connected to the data output terminal of the AM, and the data output terminal of the first RAM is connected to the output terminal of the second selector. The data output terminal of the first RAM is the second input of the third selector. A data output terminal of the second RAM, a third input terminal of the third selector and a data input terminal of the second RAM, and a third RAM. Data output terminal of the fourth selector is the first input terminal and the second input terminal of the first selector, and the data output terminal of the fourth RAM is the second input of the fourth selector. Terminal, the input terminal of the first latch, and the second input terminal of the first selector, respectively, and the first input terminal of the third selector and the second input terminal of the second selector. Supply input data to each When the first and third RAMs are in the data reading period, the second and fourth RAMs are writing data, and the first and the third RAMs are in the data writing period. , The second and fourth RAMs read data, and control the first to fourth selectors by a selector control signal to transfer the fourth RAM to the first RAM.
When writing the output data of the first RAM, the output data of the fourth RAM is held in the second latch for a period of one step, and then the writing is performed to write the first RAM to the fourth RAM.
When writing the data of, the data of this first RAM is
The writing is performed after the latch of 1 holds for a period of one step.

【0038】請求項7記載の発明のディジタルフィルタ
演算処理回路は、タップ数2N(Nは正の整数)のFI
R型ディジタルフィルタにおける係数がh=h
2N−1,h=h2N−2,・・・,h=h
2N−1−m(N=0,1,2,・・・、m=0,1,
2,・・・,2N−1)と左右対称であり、データ記憶
回路をRAMで構成し、フィルタ演算時にデータをシフ
トさせることによりフィルタ演算処理時の演算時間を半
分に低減する対称演算構成に適用したディジタルフィル
タ演算処理回路において、第1,第2,第3,第4のR
AMから成るデータ記憶部と、前記第2,第4のRAM
の各々の入力信号切替用の第1,第2のセレクタと、前
記第1,第2のRAMの出力切替用の第3のセレクタ
と、前記第3,第4のRAMの出力切替用の第4のセレ
クタと、前記第4,第1のRAMの各々の出力データを
それぞれ1ステップ分の期間保持する第1,第2のラッ
チと、前記第1,第3のRAMの各々のアドレスを指定
する第1のアドレス信号と前記第2,第4のRAMの各
々のアドレスを指定する第2のアドレス信号とを出力す
るアドレス生成回路とを備え、前記第1,第2,第3,
第4のRAMの各々が、アドレス端子とデータ入力端子
とライトイネーブル端子とリードイネーブル端子とデー
タ出力端子とを備え、前記第1,第3のRAMの各々の
前記アドレス端子には前記第1のアドレス信号が、ライ
トイネーブル端子には第1のライトイネーブル信号が、
前記リードイネーブル端子にはリードイネーブル信号が
それぞれ供給され、前記第2,第4のRAMの前記アド
レス端子には前記第2のアドレス信号が、前記ライトイ
ネーブル端子には第2のライトイネーブル信号が、前記
リードイネーブル端子には反転リードイネーブル信号が
それぞれ供給され、前記第1のRAMの前記データ入力
端子が前記第1のラッチの出力端子に、前記第2のRA
Mのデータ入力端子が前記第1のセレクタの出力端子
に、前記第3のRAMのデータ入力端子が前記第2のR
AMのデータ出力端子に、前記第4のRAMのデータ入
力端子が前記第2のセレクタの出力端子にそれぞれ接続
され、前記第1のRAMのデータ出力端子が前記第3の
セレクタの第1の入力端子と前記第2のラッチの入力端
子に、前記第2のRAMのデータ出力端子が前記第3の
セレクタの第2の入力端子と前記第2のRAMのデータ
入力端子に、前記第3のRAMのデータ出力端子が前記
第4のセレクタの第1の入力端子と前記第1のセレクタ
の第2の入力端子に、前記第4のRAMのデータ出力端
子が前記第4のセレクタの第2の入力端子と前記第1の
ラッチの入力端子と前記第1のセレクタの第2の入力端
子にそれぞれ接続され、前記第2のセレクタの第2の入
力端子に入力データの供給を受け、前記第1,第3のR
AMがデータの読出期間のとき、前記第2,第4のRA
Mはデータの書込を行い、前記第1,第3のRAMがデ
ータの書込期間のとき、前記第2,第4のRAMはデー
タの読出を行い、セレクタ制御信号により前記第1〜第
4のセレクタを制御して前記第1のRAMへの前記第4
のRAMの出力データの書込時にはこの第4のRAMの
出力データを第2のラッチで1ステップ分の期間保持し
た後に前記書込を行い、前記第4のRAMへの前記第1
のRAMのデータの書込時にはこの第1のRAMのデー
タを第2のラッチで1ステップ分の期間保持した後に前
記書込を行うことを特徴とするものである。
According to a seventh aspect of the present invention, there is provided a digital filter arithmetic processing circuit in which the FI has a tap number of 2N (N is a positive integer).
The coefficient in the R-type digital filter is h 0 = h
2N-1, h 1 = h 2N-2, ···, h m = h
2N-1-m (N = 0, 1, 2, ..., m = 0, 1,
2, ..., 2N-1), and a symmetrical operation configuration in which the data storage circuit is configured by RAM and data is shifted during filter operation to reduce the operation time during filter operation processing by half. In the applied digital filter arithmetic processing circuit, the first, second, third and fourth R
A data storage unit including an AM and the second and fourth RAMs
, A first selector for switching input signals of each of the first and second selectors, a third selector for switching outputs of the first and second RAMs, and a third selector for switching outputs of the third and fourth RAMs. 4 selectors, 1st and 2nd latches that hold the output data of each of the 4th and 1st RAMs for a period of one step, and addresses of each of the 1st and 3rd RAMs A first address signal for outputting a second address signal for designating an address of each of the second and fourth RAMs, and the first, second, third,
Each of the fourth RAMs includes an address terminal, a data input terminal, a write enable terminal, a read enable terminal, and a data output terminal, and the address terminal of each of the first and third RAMs has the first terminal. The address signal, the first write enable signal at the write enable terminal,
A read enable signal is supplied to the read enable terminal, the second address signal is supplied to the address terminals of the second and fourth RAMs, and a second write enable signal is supplied to the write enable terminal. An inverted read enable signal is supplied to each of the read enable terminals, and the data input terminal of the first RAM serves as an output terminal of the first latch and the second RA.
The data input terminal of M is the output terminal of the first selector, and the data input terminal of the third RAM is the second R.
The data output terminal of the fourth RAM is connected to the data output terminal of the AM, and the data input terminal of the fourth RAM is connected to the output terminal of the second selector. The data output terminal of the first RAM is the first input of the third selector. A data output terminal of the second RAM to a second input terminal of the third selector and a data input terminal of the second RAM to the third RAM. Data output terminal of the fourth selector is the first input terminal and the second input terminal of the first selector, and the data output terminal of the fourth RAM is the second input of the fourth selector. Terminal, the input terminal of the first latch, and the second input terminal of the first selector, respectively. The second input terminal of the second selector is supplied with input data, Third R
When AM is a data read period, the second and fourth RA
M writes data, and when the first and third RAMs are in a data write period, the second and fourth RAMs read data and the selector control signal causes the first to the first RAMs to read. 4 selectors to control the fourth RAM to the first RAM.
When writing the output data of the RAM, the output data of the fourth RAM is held in the second latch for a period of one step, and then the writing is performed, and the first data is written into the fourth RAM.
When writing the data in the RAM, the writing is performed after the data in the first RAM is held by the second latch for a period of one step.

【0039】また、請求項8記載の発明は、請求項6又
は7記載のディジタルフィルタ演算処理回路において、
前記セレクタ制御信号が、前記第1,第2のアドレス信
号であることを特徴とするものである。
The invention according to claim 8 is the digital filter arithmetic processing circuit according to claim 6 or 7,
It is characterized in that the selector control signal is the first and second address signals.

【0040】また、請求項9記載の発明は、請求項6又
は7記載のディジタルフィルタ演算処理回路において、
前記アドレス生成回路が、前記第1のアドレス信号を生
成するカウンタ回路と、前記第1のアドレス信号を1ス
テップ分の期間遅延して前記第2のアドレス信号を生成
する遅延回路とを備えて構成されている。
The invention according to claim 9 is the digital filter arithmetic processing circuit according to claim 6 or 7, wherein:
The address generation circuit includes a counter circuit that generates the first address signal, and a delay circuit that delays the first address signal for a period of one step to generate the second address signal. Has been done.

【0041】また、請求項10記載の発明は、請求項9
記載のディジタルフィルタ演算処理回路において、前記
カウンタ回路が、N/2進カウンタを備え、前記遅延回
路が前記第1のアドレス信号を1ステップ分保持するフ
リップフロップ回路を備えて構成されている。
The invention according to claim 10 is the same as that of claim 9
In the digital filter arithmetic processing circuit described above, the counter circuit includes an N / binary counter, and the delay circuit includes a flip-flop circuit that holds the first address signal for one step.

【0042】[0042]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0043】本実施の形態のディジタルフィルタ演算処
理回路は、FIR型ディジタルフィルタ(以下FIRフ
ィルタ)における係数が、h=h2N−1,h=h
2N −2,・・・,h=h2N−1−m(N=0,
1,2,・・・、m=0,1,2,・・・,2N−1)
と左右対称な場合であり、データを記憶させるデータ記
憶回路をRAMで構成し、フィルタ演算時にデータをシ
フトさせることにより演算処理時の演算時間を半分に低
減する対称演算構成に適用可能としたディジタルフィル
タ演算処理回路において、第1〜第4のRAMから成る
データ記憶部と、各RAMの入力信号切替用の第1,第
2のセレクタと、各RAMの出力切替用の第3,第4の
セレクタと、データを1ステップ分の期間保持する第
1,第2のラッチとを備え、データ記憶部を構成する第
1〜第4のRAMのうち、第1,第3のRAM、及び第
2,第4のRAM14がそれぞれ対になってデータの読
出/書込を行う。すなわち、第1,第3のRAMがデー
タの読出期間のとき、第2,第4のRAMはデータの書
込を行い、第1,第3のRAMがデータの書込期間のと
き、第2,第4のRAMはデータの読出を行う。ただし
第1のRAMが第4のRAMの出力データを書き込むと
きと、第4のRAMが第1のRAMのデータを書き込む
時は、データをラッチ回路4,5で1ステップ分保持し
た後に、データの書き込みを行う。
In the digital filter arithmetic processing circuit of this embodiment, the coefficients in the FIR type digital filter (hereinafter referred to as FIR filter) are h 0 = h 2N−1 , h 1 = h.
2N -2, ···, h m = h 2N-1-m (N = 0,
1,2, ..., m = 0,1,2, ..., 2N-1)
This is a case where the data storage circuit for storing data is composed of RAM, and the data can be shifted at the time of filter calculation to reduce the calculation time during calculation processing by half. In the filter arithmetic processing circuit, a data storage section including first to fourth RAMs, first and second selectors for switching input signals of each RAM, and third and fourth selectors for switching outputs of each RAM. Of the first to fourth RAMs that form a data storage unit, each of which has a selector and first and second latches for holding data for one step, first, third and second RAMs. , And the fourth RAMs 14 form a pair to read / write data. That is, when the first and third RAMs are in the data reading period, the second and fourth RAMs are writing data, and when the first and the third RAMs are in the data writing period, the second and , The fourth RAM reads data. However, when the first RAM writes the output data of the fourth RAM and when the fourth RAM writes the data of the first RAM, the data is held by the latch circuits 4 and 5 for one step, and then the data is stored. Write.

【0044】従って、データの読出と書込を同時に行う
ことができるので、RAMを使用して、かつ演算時間を
半分に短縮できることを特徴とするものである。
Therefore, since the data can be read and written at the same time, the RAM can be used and the operation time can be reduced by half.

【0045】本実施の形態の適用対象とする対称演算構
成のタップ数2N(N=1,2,3,・・・)のFIR
フィルタをシンボル図で示す図3を参照すると、このF
IRフィルタは、縦続接続された2N−1個の遅延器1
02を有する遅延器群101と、各タップの同一係数で
乗算するデータ同士の和を予め演算する加算器10と、
各加算器10の加算結果に対して係数を乗算する係数乗
算器103と、各係数乗算器103の出力を加算し出力
Doutを出力する加算器104とを有し、係数がh
=h2N−1,h=h2N−2,・・・,h=h
2N−1−m(N=0,1,2,・・・、m=0,1,
2,・・・,2N−1)と左右対称となっている。
FIR with a tap number of 2N (N = 1, 2, 3, ...) In the symmetrical operation configuration to which the present embodiment is applied
Referring to FIG. 3, which shows the filter in a symbolic diagram, this F
The IR filter is composed of 2N-1 delay units 1 connected in cascade.
A delay group 101 having 02, and an adder 10 that calculates in advance the sum of data to be multiplied by the same coefficient of each tap,
It includes a coefficient multiplier 103 for multiplying the coefficients on the addition results of the adders 10, and an adder 104 for outputting an output Dout by adding outputs of the coefficient multipliers 103, coefficients h 0
= H 2N-1, h 1 = h 2N-2, ···, h m = h
2N-1-m (N = 0, 1, 2, ..., m = 0, 1,
2, ..., 2N-1) are symmetrical.

【0046】次に、図3のFIRフィルタの遅延器群1
01と加算器10の部分をハードウェアで実現した、本
発明の第1の実施の形態をブロックで示す図1を参照す
ると、この図に示す本実施の形態のディジタルフィルタ
演算処理回路は、フィルタ演算で使用するデータを記憶
する4分割されたRAMであるRAM11,12,1
3,14から成るデータ記憶部1と、アドレス信号A
1,A2を生成するアドレス生成回路2と、ライトイネ
ーブル信号REを反転し反転ライトイネーブル信号RE
Bを生成するインバータ3と、データを1ステップ分の
期間保持するためのラッチ4,5と、アドレス信号A
1,A2で制御されデータ記憶部1のRAM12,14
の各々の入力データ切替用のセレクタ6,7と、アドレ
ス信号A1,A2で制御され入力データDin及びデー
タ記憶部1のRAM11,12の各々の出力データのい
ずれか一方を出力するよう切替るセレクタ8及びRAM
13,14の各々の出力データのいずれか一方を出力す
るよう切替るセレクタ9と、セレクタ8,9の各々の出
力を加算し加算データDAを生成する上記シンボル図の
加算器10に対応する加算器10とを備える。
Next, the delay group 1 of the FIR filter shown in FIG.
01, which is a block diagram of the first embodiment of the present invention in which 01 and the adder 10 are realized by hardware, the digital filter arithmetic processing circuit of the present embodiment shown in this figure RAMs 11, 12, 1 which are RAMs divided into four for storing data used in calculation
A data storage unit 1 composed of 3, 14 and an address signal A
1, an address generation circuit 2 for generating A2, and an inverted write enable signal RE by inverting the write enable signal RE.
Inverter 3 for generating B, latches 4 and 5 for holding data for one step, and address signal A
1, RAM 2 and 14 of the data storage unit 1 controlled by A2
Input data switching selectors 6 and 7, and selectors switching to output either the input data Din controlled by the address signals A1 and A2 and the output data from the RAMs 11 and 12 of the data storage unit 1. 8 and RAM
A selector 9 that switches to output either one of the output data of 13 and 14 and an adder corresponding to the adder 10 of the above symbol diagram that adds the outputs of the selectors 8 and 9 to generate added data DA And a container 10.

【0047】同一のRAMであるRAM11,12,1
3,14を代表してRAM11の入力/出力端子につい
て説明すると、RAM11は、アドレスAと、データ入
力DIと、ライトイネーブルWEと、リードイネーブル
REとの各入力端子と、データ出力DO端子とを有す
る。
RAMs 11, 12, 1 which are the same RAM
Describing the input / output terminals of the RAM 11 on behalf of the RAMs 3 and 14, the RAM 11 has an input terminal of an address A, a data input DI, a write enable WE, a read enable RE, and a data output DO terminal. Have.

【0048】後述するように、RAM11は、アドレス
1対応の記憶領域のみを、RAM12,13,14の各
々は、アドレス0,1対応の2つの記憶領域をそれぞれ
使用する。
As will be described later, the RAM 11 uses only the storage area corresponding to address 1, and each of the RAMs 12, 13, 14 uses two storage areas corresponding to addresses 0 and 1.

【0049】RAM11,13のアドレスA端子にはア
ドレス信号A1が、ライトイネーブルWE端子にはライ
トイネーブル信号WE1が、リードイネーブルRE端子
にはリードイネーブル信号REがそれぞれ供給され、R
AM12,14のアドレスA端子にはアドレス信号A2
が、ライトイネーブルWE端子にはライトイネーブル信
号WE2が、リードイネーブルRE端子には反転リード
イネーブル信号REBがそれぞれ供給される。
The address signals A1 are supplied to the address A terminals of the RAMs 11 and 13, the write enable signal WE1 is supplied to the write enable WE terminals, and the read enable signal RE is supplied to the read enable RE terminals.
The address signal A2 is applied to the address A terminals of AM12 and AM14.
However, the write enable signal WE2 is supplied to the write enable WE terminal, and the inverted read enable signal REB is supplied to the read enable RE terminal.

【0050】RAM11のデータ入力DIはラッチ4の
出力端子に、RAM12のデータ入力DIはセレクタ6
の出力端子に、RAM13のデータ入力DIはRAM1
2のデータ出力DOに、RAM14のデータ入力DIは
セレクタ7の出力端子にそれぞれ接続される。
The data input DI of the RAM 11 is an output terminal of the latch 4, and the data input DI of the RAM 12 is a selector 6.
The data input DI of RAM13 is connected to RAM1
The second data output DO and the data input DI of the RAM 14 are connected to the output terminal of the selector 7, respectively.

【0051】RAM11のデータ出力DOはセレクタ8
の入力端子Bとラッチ5の入力端子に、RAM12のデ
ータ出力DOはセレクタ8の入力端子CとRAM12の
データ入力DIに、RAM13のデータ出力DOはセレ
クタ9の入力端子Aとセレクタ6の入力端子Bに、RA
M14のデータ出力DOはセレクタ9の入力端子Bとラ
ッチ4の入力端子とセレクタ6の入力端子Bにそれぞれ
接続される。
The data output DO of the RAM 11 is the selector 8
Of the RAM 12 to the input terminal C of the selector 8 and the data input DI of the RAM 12, and the data output DO of the RAM 13 to the input terminal A of the selector 9 and the input terminal of the selector 6. RA on B
The data output DO of M14 is connected to the input terminal B of the selector 9, the input terminal of the latch 4 and the input terminal B of the selector 6, respectively.

【0052】入力データDinはセレクタ8の入力端子
Aとセレクタ7の入力端子Bにそれぞれ供給される。
The input data Din is supplied to the input terminal A of the selector 8 and the input terminal B of the selector 7, respectively.

【0053】アドレス生成回路2の構成をブロックで示
す図2を参照すると、このアドレス生成回路2は、アド
レス信号A1を出力するカウンタ21と、アドレス信号
A1を1ステップ分遅延してアドレス信号A2を生成す
る遅延回路22とを備える。
Referring to FIG. 2, which shows a block diagram of the structure of the address generation circuit 2, the address generation circuit 2 outputs the address signal A2 by delaying the counter 21 for outputting the address signal A1 and the address signal A1 by one step. And a delay circuit 22 for generating.

【0054】次に、図1、図2及び図3を参照して本実
施の形態の動作の概要について説明すると、まず、デー
タの読出は、アドレス生成回路2が、アドレス信号A
1,A2を出力する。セレクタ8,9は、アドレス信号
A1,A2によって制御され、RAM11,12,1
3,14の各々から読み出される読出データを選択し、
加算器10に供給する。なお、図中の各RAM関連の信
号を表す場合は、RAM11,12,13,14の各々
をA,B,C,Dの各々で表す。
Next, the outline of the operation of the present embodiment will be described with reference to FIGS. 1, 2 and 3. First, in the data read, the address generation circuit 2 causes the address signal A to be read.
1 and A2 are output. The selectors 8 and 9 are controlled by the address signals A1 and A2, and the RAMs 11, 12, 1
Select the read data to be read from each of 3 and 14,
It is supplied to the adder 10. When representing the signals related to each RAM in the figure, each of the RAMs 11, 12, 13, and 14 is represented by each of A, B, C, and D.

【0055】データの書込は、書込先のデータの読出を
待って、データの書込を行う場合、データの読出を待つ
期間は1ステップ分の期間(以下、1ステップ)で、ラ
ッチ回路4,5で、データの保持を行う。またRAM1
2,14は、アドレス信号A1,A2によって制御され
るセレクタ6,7によって入力データが選択される。
For data writing, when data writing is performed after waiting for the reading of the write destination data, the period for waiting the data reading is one step period (hereinafter referred to as one step), and the latch circuit is used. Data is held at 4 and 5. RAM1
Input data of 2 and 14 is selected by selectors 6 and 7 controlled by address signals A1 and A2.

【0056】データ記憶部1のRAM11,12,1
3,14の4つのRAMのうち、RAM11とRAM1
3、及びRAM12とRAM14がそれぞれ対になって
データの読出/書込を行う。すなわち、RAM11とR
AM13がデータの読出期間のとき、RAM12とRA
M14はデータの書込を行い、RAM11とRAM13
がデータの書込期間のとき、RAM12とRAM14は
データの読出を行う。
RAMs 11, 12, 1 of the data storage unit 1
Of four RAMs 3, 14, RAM 11 and RAM 1
3, and the RAM 12 and the RAM 14 are paired to read / write data. That is, RAM 11 and R
When the AM 13 is in the data reading period, the RAM 12 and RA
M14 writes data, and RAM11 and RAM13
During the data writing period, the RAM 12 and the RAM 14 read the data.

【0057】ただしRAM11がRAM14の出力デー
タを書き込むときと、RAM14がRAM13のデータ
を書き込む時は、データをラッチ回路4,5で1ステッ
プ保持した後に、データの書き込みを行う。
However, when the RAM 11 writes the output data of the RAM 14 and when the RAM 14 writes the data of the RAM 13, the data is written after the latch circuits 4 and 5 hold the data for one step.

【0058】従って、データの読出と書込を同時に行う
ことができるので、RAMを使用して回路面積を低減す
るとともに、演算時間を半分に短縮でき、また、後述の
ようにカウンタの回路面積を大幅に低減できる。
Therefore, since reading and writing of data can be performed at the same time, the circuit area can be reduced by using the RAM and the operation time can be cut in half, and the circuit area of the counter can be reduced as described later. It can be greatly reduced.

【0059】また、本実施の形態のディジタルフィルタ
演算処理回路は、左右対称であることと、RAM11,
12,13,14のうち同一タイミングでデータの読出
/書込を行うものについては、同一アドレスでよく、ま
たデータの読出直後に、そのアドレスに対してデータの
書込を行うので、カウンタ21は、2ステップ毎に変化
するN/2進カウンタで良い。従って、従来必要とした
4N進カウンタに比べ、大幅に回路面積を低減でき
る。例えば、本実施の形態の8タップの場合、N=4で
あるので、従来技術では64進カウンタが必要であるの
に対し、本実施の形態では2進カウンタでよい。
Further, the digital filter arithmetic processing circuit of this embodiment is symmetrical, and the RAM 11 and
The same address can be used for data read / write at the same timing among 12, 13, and 14. Since the data is written to the address immediately after reading the data, the counter 21 An N / binary counter that changes every two steps may be used. Therefore, compared with the conventionally required the 4N 2 binary counter, it is possible to significantly reduce the circuit area. For example, in the case of 8 taps according to the present embodiment, N = 4, so that a 64-bit counter is required in the conventional technique, whereas a binary counter may be used in the present embodiment.

【0060】また、アドレス信号A1は、カウンタ21
の出力をそのまま用い、アドレス信号A2は、アドレス
信号A1の1ステップ遅延した信号を用いる。従って遅
延回路22は、1ステップ遅延せるための回路であり、
1サイクル=1ステップのクロックで動作するフリップ
フロップ等で実現可能である。
The address signal A1 is sent to the counter 21.
Is used as it is, and the address signal A2 is a signal obtained by delaying the address signal A1 by one step. Therefore, the delay circuit 22 is a circuit for delaying one step,
It can be realized by a flip-flop or the like that operates with a clock of 1 cycle = 1 step.

【0061】なお、セレクタ6,7,8,9、及びカウ
ンタ21は、当業者にとってよく知られており、また本
発明とは直接関係しないので、その詳細な構成について
の説明は省略する。
Since the selectors 6, 7, 8, 9 and the counter 21 are well known to those skilled in the art and are not directly related to the present invention, a detailed description of their structure will be omitted.

【0062】次に、データの流れを模式的にシンボル図
で示す図4、各ステップでのフィルタ各部の状態を模式
的にシンボル図で示す図5及び各信号波形をタイムチャ
ートで示す図6を併せて参照して、本実施の形態の動作
の詳細について説明すると、ここでは説明の便宜上、F
IRフィルタのタップ数を8とした例について説明す
る。
Next, FIG. 4 schematically showing a data flow in a symbol diagram, FIG. 5 schematically showing a state of each part of the filter in each step in a symbol diagram and FIG. 6 showing each signal waveform in a time chart. The details of the operation of the present embodiment will be described with reference to FIG.
An example in which the number of taps of the IR filter is 8 will be described.

【0063】ある時刻において、データD〜Dは、
図4(A)に示すように、並んでいるものとし、D
直接加算器10に入力し、データD〜Dは、図示の
ようにD,0、A,1、D,1、B,1、C,1、B,
0、C,0の順でRAMに格納されているものとする。
なお、データDは入力データDinの最新データであ
り、データDは最も古いデータである。また、上記の
A,B,C,Dは上述したようにRAM11,12,1
3,14をそれぞれ表し、0,1はこれらRAM11,
12,13,14(A,B,C,D)の各々のアドレス
を表す。例えば、D,0はRAM14のアドレス0を表
す。
At a certain time, the data D 7 to D 0 are
As shown in FIG. 4A, it is assumed that they are arranged side by side, D 7 is directly input to the adder 10, and data D 6 to D 0 are D, 0, A, 1, D, 1 as shown in the figure. , B, 1, C, 1, B,
It is assumed that the RAMs are stored in the order 0, C, 0.
The data D 7 is the latest data of the input data Din, and the data D 0 is the oldest data. Further, the above A, B, C and D are the RAMs 11, 12, 1 as described above.
3 and 14, respectively, 0 and 1 are these RAMs 11,
Each address of 12, 13, 14 (A, B, C, D) is shown. For example, D, 0 represents the address 0 of the RAM 14.

【0064】まず、初めに、第1ステップとして、RA
M13(C)のアドレス0に記憶されているデータD
と、入力データDinの最新データDを加算器10へ
出力する(図5(A))。以上のように第1ステップで
は、RAM13はデータの読出期間となる。
First, as the first step, RA
Data D 0 stored at address 0 of M13 (C)
Then, the latest data D 7 of the input data Din is output to the adder 10 (FIG. 5 (A)). As described above, in the first step, the RAM 13 is in the data reading period.

【0065】第2ステップでは、RAM12(B)のア
ドレス0に記憶されている2番目に新しいデータD
と、RAM14(D)のアドレス0に記憶されている
2番目に古いデータDを、加算器10へ出力する。R
AM12とRAM14がデータを読み出している間に、
既にデータの読出が終了しているRAM13のアドレス
0に、現在読出中のデータDの書き込みを行う(図5
(B))。以上のように第2ステップでは、RAM1
2,RAM14がデータの読出期間、RAM13がデー
タの書込期間となる。
In the second step, the second newest data D stored at address 0 of RAM 12 (B)
6 and the second oldest data D 1 stored at address 0 of the RAM 14 (D) are output to the adder 10. R
While AM12 and RAM14 are reading data,
The data D 1 currently being read is written to the address 0 of the RAM 13 where the reading of the data has already been completed (FIG. 5).
(B)). As described above, in the second step, the RAM1
2. The RAM 14 serves as a data reading period and the RAM 13 serves as a data writing period.

【0066】第3ステップでは、RAM11(A)のア
ドレス1に記憶されている3番目に新しいデータD
と、RAM13のアドレス1に記憶されている3番目
に古いデータDを、加算器へ出力する。RAM11と
RAM13がデータを読み出している間に、既にデータ
の読出が終了しているRAM12のアドレス0に、現在
読みだし中のデータDの書込を行う。またRAM14
のアドレス0に、最新データDの書込を行う。(図5
(C))。以上のように第3ステップでは、RAM1
1,RAM13がデータの読出期間、RAM12,RA
M14がデータの書込期間となる。
In the third step, the third newest data D stored at address 1 of RAM 11 (A)
5 and the third oldest data D 2 stored in the address 1 of the RAM 13 are output to the adder. While the RAM 11 and the RAM 13 are reading the data, the data D 2 currently being read is written to the address 0 of the RAM 12, which has already finished reading the data. RAM14
The latest data D 7 is written to the address 0 of. (Fig. 5
(C)). As described above, in the third step, the RAM1
1, RAM 13 is a data reading period, RAM 12, RA
M14 is a data writing period.

【0067】第4ステップでは、RAM14のアドレス
1に記憶されている4番目に新しいデータDと、RA
M12のアドレス1に記憶されている4番目に古いデー
タD を、加算器10へ出力する。RAM12とRAM
14がデータを読み出している間に、既にデータの読出
が終了しているRAM13のアドレス1に、現在読みだ
し中のデータDの書込を行う。またRAM11のアド
レス1に、データDの書込を行う。(図5(D))。
なおデータDは、RAM14から読み出されてからR
AM11に書き込まれるまでに、3ステップを要してい
る。そのためデータDは、ラッチ4に1ステップラッ
チしてから、RAM11に書き込まれることになる。以
上のように第4ステップでは、RAM12,RAM14
がデータの読出期間、RAM11,RAM13がデータ
の書込期間となる。
In the fourth step, the address of RAM 14
4th newest data D stored in 1FourAnd RA
4th oldest data stored at address 1 of M12
TA D ThreeIs output to the adder 10. RAM12 and RAM
While the 14 is reading the data, the data is already read
Is currently being read at address 1 of RAM 13
Data DThreeIs written. In addition, the RAM11 add
Data D to Res16Is written. (FIG. 5 (D)).
Data D6R after being read from RAM14
It takes 3 steps to write to AM11
It Therefore, data D6Is one step
After that, the data is written in the RAM 11. Since
As described above, in the fourth step, RAM12, RAM14
Is the data read period, and RAM11 and RAM13 are the data
Is the writing period.

【0068】第5ステップでは、次の最新データD
と、RAM13のアドレス0に記憶されているこの時
点で古いデータDを、加算器10へ出力する。D
を読み出している間に、既にデータの読出が終了し
ているRAM14のアドレス1に、データDの書込を
行う。またRAM12のアドレス1に、データDの書
込を行う。(図5(E))。なおデータDは、RAM
11から読み出されてからRAM14に書き込まれるま
でに、3ステップを要している。そのためデータD
は、ラッチ5に1ステップラッチしてから、RAM1
4に書き込まれる。
In the fifth step, the next latest data D
8At this time, stored at address 0 of RAM 13
Old data in points D1Is output to the adder 10. D8When
D1While reading the
Data D at address 1 of the RAM 145Write in
To do. In addition, at the address 1 of the RAM 12, the data DFourBook of
Include. (FIG. 5 (E)). Data D5Is RAM
Until it is read from 11 and then written in RAM 14.
It takes 3 steps. Therefore, data D
6Latch 1 step in latch 5 and then RAM1
Written to 4.

【0069】ステップ毎に、加算器10へ読み出すデー
タを切り替えるために、セレクタを設けている。本実施
の形態においては、加算器10へ読み出されるデータX
は、RAM11,RAM12又は入力データDinの最
新データのいずれかであり、セレクタ8はこのデータの
選択を行う。同様に加算器10へ読み出されるデータY
は、RAM13,RAM14からのデータのどちらかで
あり、セレクタ9は、このデータの選択を行う。
A selector is provided to switch the data to be read to the adder 10 for each step. In the present embodiment, the data X read to the adder 10
Is one of the latest data of the RAM 11 and RAM 12 or the input data Din, and the selector 8 selects this data. Similarly, the data Y read to the adder 10
Is data from the RAM 13 or RAM 14, and the selector 9 selects this data.

【0070】また、RAM12とRAM14に入力され
るデータを切り替える必要がある。RAM12のDIに
は、RAM13から読み出されるデータDと、RAM
14から読み出されるデータDとが入力される場合が
ある。セレクタ6は、RAM12のDIに入力されるデ
ータを切り替える。同様に、RAM14のDIには、入
力データDinと、RAM11から読み出されるデータ
とが入力される場合がある。セレクタ7によって、
RAM14のDIに入力されるデータを切り替えてい
る。セレクタ6,7,8,9の各々は、アドレスA1,
A2の値によって、切り替えを行う。
Further, it is necessary to switch the data input to the RAM 12 and the RAM 14. The RAM12 of DI, and data D C read from RAM 13, RAM
The data D D read from 14 may be input. The selector 6 switches the data input to the DI of the RAM 12. Similarly, the DI of the RAM 14, there is a case where the input data Din, and the data D A read from RAM11 is input. By the selector 7,
The data input to the DI of the RAM 14 is switched. Each of the selectors 6, 7, 8 and 9 has an address A1,
Switching is performed according to the value of A2.

【0071】アドレス生成回路2のカウンタ21は、上
述したように、タップ数2Nの場合、N/2進カウンタ
であり、この例ではタップ数8、すなわち、N=4であ
るので、2進カウンタとなる。従って、カウンタ21は
2ステップ周期で変化し、アドレスA1は、カウンタ2
1のカウント結果をそのまま出力する。またアドレスA
2は、アドレスA1を1ステップ遅らせて生成する。
As described above, the counter 21 of the address generation circuit 2 is an N / binary counter when the number of taps is 2N. In this example, the number of taps is 8, that is, N = 4. Becomes Therefore, the counter 21 changes in a 2-step cycle, and the address A1 changes to the counter 2
The count result of 1 is output as it is. Also address A
2 generates the address A1 with one step delayed.

【0072】図6を併せて参照すると、データのシフト
は、タイムチャートに従って実行される。この図に示す
ように、係数が左右で折り返す対称演算構成の特徴を持
つFIRフィルタにおいて、データ記憶部にRAMを使
用してハードウェアを構成した場合に、通常の演算処理
に比較して半分の時間で演算を行うことができる。
Referring also to FIG. 6, the data shift is performed according to a time chart. As shown in this figure, in a FIR filter having a characteristic of a symmetrical operation configuration in which coefficients are folded left and right, when a RAM is used as a data storage unit to configure hardware, a half of the normal operation processing is performed. Calculation can be performed in time.

【0073】次に、本発明の第2の実施の形態のディジ
タルフィルタ演算処理回路を図1と共通の構成要素には
共通の参照文字/数字を付して同様にブロックで示す図
7を参照すると、この図に示す本実施の形態の前述の第
1の実施の形態との相違点は、入力データDinはRA
M14にのみ入力され、セレクタ8の代わりにデータ記
憶部1のRAM11の出力DとRAM12の出力D
とのいずれか一方を出力Xとして選択するセレクタ8A
を備えることである。
Next, referring to FIG. 7, which is a block diagram of the second embodiment of the digital filter arithmetic processing circuit according to the present invention, the same components as those in FIG. 1 are designated by common reference characters / numerals. Then, the difference between this embodiment shown in this figure and the first embodiment described above is that the input data Din is RA
It is input only to M14, and instead of the selector 8, the output D A of the RAM 11 and the output D B of the RAM 12 of the data storage unit 1
Selector 8A that selects either one of
Is to prepare.

【0074】本実施の形態のある時刻におけるデータの
並びを図4と共通の構成要素には共通の参照文字/数字
を付して同様にシンボル図で示す図8を参照を参照する
と、この図に示す本実施の形態の前述の第1の実施の形
態との相違点は、加算器へのデータ読出方法についてさ
らに工夫したものであり、演算で使用する最新データも
データ記憶部のRAMに記憶されていて、演算時にはR
AMからデータが読み出される点である。
The arrangement of the data at a certain time according to the present embodiment is shown in FIG. 8 in which a common reference character / number is attached to the same constituent element as in FIG. The difference of the present embodiment from the above-described first embodiment is that the method of reading data to the adder is further devised, and the latest data used in the operation is also stored in the RAM of the data storage unit. R is used during calculation
This is the point where data is read from the AM.

【0075】第1の実施の形態では、RAM11は、ア
ドレス1のみ使用しアドレス0を使用していないのに対
し、残りの3つのRAM12,RAM13,RAM14
は、アドレス0,1を使用している。
In the first embodiment, the RAM 11 uses only the address 1 and does not use the address 0, while the remaining three RAM 12, RAM 13, RAM 14 are used.
Uses addresses 0 and 1.

【0076】一般に、この種のFIRフィルタ回路の設
計を行う場合は、RAM11だけアドレス0が存在しな
いRAMを使用するのではなく、アドレス0,1が存在
するRAMを4つ使用して、RAM11のみアドレス0
に対してデータの読出・書込を行わないようにする。従
って算で使用するデータを全てRAMから読み出すこと
によって、データの制御を簡単に行うことができる。
Generally, when designing an FIR filter circuit of this kind, only the RAM 11 is used, not the RAM in which the address 0 does not exist, but four RAMs in which the addresses 0 and 1 exist. Address 0
Do not read / write data to / from. Therefore, the data can be easily controlled by reading all the data used in the calculation from the RAM.

【0077】本実施の形態の各信号の波形をタイムチャ
ートで示す図9を参照すると、データDがRAM11
のアドレス0から読み出される以外は、前述の第1の実
施の形態と同一である。ただしデータD,Dが読み
出されている時は、入力データDinとして次の新しい
データDが入力されており、データDが次のRAM
11のアドレス0への書込が終了した時点で、データD
をRAM14のアドレス0に書き込む。
Referring to FIG. 9 showing the waveform of each signal of this embodiment in a time chart, the data D 7 is stored in the RAM 11
It is the same as the above-described first embodiment except that the address 0 is read. However, when the data D 7 and D 0 are read, the next new data D 8 is input as the input data Din, and the data D 7 is the next RAM.
When the writing to the address 0 of 11 is completed, the data D
8 is written in the address 0 of the RAM 14.

【0078】[0078]

【発明の効果】以上説明したように、本発明のディジタ
ルフィルタ演算処理回路は、第1,第2,第3,第4の
RAMから成るデータ記憶部と、第2,第4のRAMの
各々の入力信号切替用の第1,第2のセレクタと、第
1,第2のRAMの出力切替用の第3のセレクタと、第
3,第4のRAMの出力切替用の第4のセレクタと、第
4,第1のRAMの各々の出力データをそれぞれ1ステ
ップ分の期間保持する第1,第2のラッチとを備え、第
1,第3のRAM及び第2,第4のRAMがそれぞれ対
を構成するように接続し、第1,第3のRAMがデータ
の読出期間のとき、第2,第4のRAMはデータの書込
を行い、第1,第3のRAMがデータの書込期間のと
き、第2,第4のRAMはデータの読出を行い、第1〜
第4のセレクタを制御して第1のRAMへの第4のRA
Mの出力データの書込時にはこの第4のRAMの出力デ
ータを第2のラッチで1ステップ分の期間保持した後に
書込を行い、第4のRAMへの第1のRAMのデータの
書込時にはこの第1のRAMのデータを第2のラッチで
1ステップ分の期間保持した後に書込を行うことによ
り、データの読出と書込を同時に行うことができるの
で、通常の演算処理に比較して半分の時間で演算処理を
実現できることと、RAMを使用して回路面積を低減す
るとともに、カウンタの回路面積を低減できるので全体
の回路面積を大幅に低減できるという効果がある。
As described above, the digital filter arithmetic processing circuit of the present invention includes a data storage section including first, second, third and fourth RAMs and second and fourth RAMs. Input signal switching first and second selectors, first and second RAM output switching third selectors, and third and fourth RAM output switching fourth selectors , And a first and a second latch that hold the output data of each of the fourth and first RAMs for a period of one step, respectively, and the first, third and second RAMs respectively. When the first and third RAMs are connected so as to form a pair, and the first and third RAMs are in the data reading period, the second and fourth RAMs write data, and the first and third RAMs write data. During the loading period, the second and fourth RAMs read data and
The fourth RA to the first RAM by controlling the fourth selector
At the time of writing the output data of M, the output data of the fourth RAM is held by the second latch for a period of one step and then written, and the data of the first RAM is written to the fourth RAM. Sometimes the data in the first RAM is held in the second latch for a period of one step and then written, so that the data can be read and written at the same time. In addition, the RAM can be used to reduce the circuit area, and the counter circuit area can be reduced, so that the entire circuit area can be significantly reduced.

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

【図1】本発明のディジタルフィルタ演算処理回路の第
1の実施の形態を示すブロック図である。
FIG. 1 is a block diagram showing a first embodiment of a digital filter arithmetic processing circuit of the present invention.

【図2】図1のアドレス生成回路の構成例を示すブロッ
ク図である。
FIG. 2 is a block diagram showing a configuration example of an address generation circuit in FIG.

【図3】タップ数2N(N=1,2,3,・・・)の対
称演算構成のFIRフィルタを示すシンボル図である。
FIG. 3 is a symbol diagram showing an FIR filter having a symmetrical arithmetic configuration with a tap number of 2N (N = 1, 2, 3, ...).

【図4】タップ数8の本実施の形態のFIRフィルタに
おけるデータの並びを示すシンボル図である。
FIG. 4 is a symbol diagram showing an arrangement of data in the FIR filter of this embodiment having eight taps.

【図5】本実施の形態のディジタルフィルタ演算処理回
路における動作の一例を説明すシンボル図である。
FIG. 5 is a symbol diagram illustrating an example of the operation of the digital filter arithmetic processing circuit according to the present embodiment.

【図6】本実施の形態のディジタルフィルタ演算処理回
路における動作の一例を示すタイムチャートである。
FIG. 6 is a time chart showing an example of the operation of the digital filter arithmetic processing circuit according to the present embodiment.

【図7】本発明のディジタルフィルタ演算処理回路の第
2の実施の形態を示すブロック図である。
FIG. 7 is a block diagram showing a second embodiment of a digital filter arithmetic processing circuit of the present invention.

【図8】本実施の形態のFIRフィルタにおけるデータ
の並びを示すシンボル図である。
FIG. 8 is a symbol diagram showing an arrangement of data in the FIR filter of the present embodiment.

【図9】本実施の形態のディジタルフィルタ演算処理回
路における動作の一例を示すタイムチャートである。
FIG. 9 is a time chart showing an example of the operation of the digital filter arithmetic processing circuit according to the present embodiment.

【図10】従来の第1のディジタルフィルタ演算処理回
路を示すシンボル図、ハードウェアを示すブロック図、
及びレジスタで構成した場合のデータ記憶部のブロック
図である。
FIG. 10 is a symbol diagram showing a conventional first digital filter arithmetic processing circuit, a block diagram showing hardware,
FIG. 3 is a block diagram of a data storage unit when it is configured with a register and a register.

【図11】図10のデータ記憶部に2N−1個のデータ
が記憶されている様子を模式的に示す説明図である。
11 is an explanatory diagram schematically showing how 2N-1 pieces of data are stored in the data storage unit of FIG.

【図12】従来の第2のディジタルフィルタ演算処理回
路の一例を示すブロック図である。
FIG. 12 is a block diagram showing an example of a second conventional digital filter arithmetic processing circuit.

【図13】従来の第3のディジタルフィルタ演算処理回
路の一例を示すブロック図である。
FIG. 13 is a block diagram showing an example of a third conventional digital filter arithmetic processing circuit.

【図14】図13のデータ記憶部の構成を示すブロック
図である。
14 is a block diagram showing a configuration of a data storage unit in FIG.

【図15】従来の第3のディジタルフィルタ演算処理回
路における動作の一例を示すタイムチャートである。
FIG. 15 is a time chart showing an example of an operation in a third conventional digital filter arithmetic processing circuit.

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

1,201,301,401 データ記憶部 2 アドレス生成回路 3,413 インバータ 4,5 ラッチ 6,7,8,9,8A セレクタ 10,104 加算器 11,12,13,14,311,411,412
RAM 21,302,402 カウンタ 22 遅延回路 101 遅延器群 102 遅延器 103 乗算器 202 累算器 211 レジスタ群 212 タップ切替スイッチ 213 読出スイッチ 214 レジスタ 303 デコーダ 304,403 スイッチ 414 マスク信号生成回路 415 AND回路
1, 201, 301, 401 Data storage unit 2 Address generation circuit 3, 413 Inverter 4,5 Latch 6, 7, 8, 9, 8A Selector 10, 104 Adder 11, 12, 13, 14, 311, 411, 412
RAM 21, 302, 402 Counter 22 Delay circuit 101 Delay device group 102 Delay device 103 Multiplier 202 Accumulator 211 Register group 212 Tap change switch 213 Read switch 214 register 303 Decoder 304, 403 switch 414 Mask signal generation circuit 415 AND circuit

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 タップ数2N(Nは正の整数)のFIR
型ディジタルフィルタにおける係数がh
2N−1,h=h2N−2,・・・,h=h2N
−1−m(N=0,1,2,・・・、m=0,1,2,
・・・,2N−1)と左右対称であり、データ記憶回路
をRAMで構成し、フィルタ演算時にデータをシフトさ
せることによりフィルタ演算処理時の演算時間を半分に
低減する対称演算構成に適用したディジタルフィルタ演
算処理回路において、 第1,第2,第3,第4のRAMから成るデータ記憶部
と、 前記第2,第4のRAMの各々の入力信号切替用の第
1,第2のセレクタと、 前記第1,第2のRAMの出力切替用の第3のセレクタ
と、 前記第3,第4のRAMの出力切替用の第4のセレクタ
と、 前記第4,第1のRAMの各々の出力データをそれぞれ
1ステップ分の期間保持する第1,第2のラッチとを備
え、 前記第1,第3のRAM及び前記第2,第4のRAMが
それぞれ対を構成するように接続し、 前記第1,第3のRAMがデータの読出期間のとき、前
記第2,第4のRAMはデータの書込を行い、 前記第1,第3のRAMがデータの書込期間のとき、前
記第2,第4のRAMはデータの読出を行い、 前記第1〜第4のセレクタを制御して前記第1のRAM
への前記第4のRAMの出力データの書込時にはこの第
4のRAMの出力データを第2のラッチで1ステップ分
の期間保持した後に前記書込を行い、前記第4のRAM
への前記第1のRAMのデータの書込時にはこの第1の
RAMのデータを第2のラッチで1ステップ分の期間保
持した後に前記書込を行うことを特徴とするディジタル
フィルタ演算処理回路。
1. A FIR having 2N taps (N is a positive integer)
The coefficient in a digital filter is h 0 =
h 2N-1, h 1 = h 2N-2, ···, h m = h 2N
-1-m (N = 0,1,2, ..., m = 0,1,2,
, 2N-1), and the present invention is applied to a symmetrical operation configuration in which the data storage circuit is composed of RAM and the operation time in the filter operation processing is reduced by half by shifting data in the filter operation. In a digital filter arithmetic processing circuit, a data storage section including first, second, third and fourth RAMs, and first and second selectors for switching input signals of the second and fourth RAMs. A third selector for switching the outputs of the first and second RAMs, a fourth selector for switching the outputs of the third and fourth RAMs, and each of the fourth and first RAMs And a first and a second latch for respectively holding the output data of 1 step for one step, and the first, the third RAM and the second, the fourth RAM are connected to form a pair respectively. , The first and third RAMs During the data reading period, the second and fourth RAMs write data, and when the first and third RAMs during the data writing period, the second and fourth RAMs Data is read and the first to fourth selectors are controlled to control the first RAM.
At the time of writing the output data of the fourth RAM to the fourth RAM, the output data of the fourth RAM is held in the second latch for a period of one step, and then the writing is performed.
A digital filter arithmetic processing circuit, characterized in that, at the time of writing the data of the first RAM to, the data of the first RAM is held by a second latch for a period of one step and then the writing is performed.
【請求項2】 演算で使用する最新データを前記データ
記憶部に記憶し、演算時には前記最新データを前記デー
タ記憶部からデータを読み出すことを特徴とする請求項
1記載のディジタルフィルタ演算処理回路。
2. The digital filter arithmetic processing circuit according to claim 1, wherein the latest data used in the operation is stored in the data storage unit, and the latest data is read from the data storage unit during the operation.
【請求項3】 前記第1,第3のRAMの各々のアドレ
スを指定する第1のアドレス信号と前記第2,第4のR
AMの各々のアドレスを指定する第2のアドレス信号と
を出力するアドレス生成回路を備えることを特徴とする
請求項1記載のディジタルフィルタ演算処理回路。
3. A first address signal for designating an address of each of the first and third RAMs and the second and fourth Rs.
2. The digital filter arithmetic processing circuit according to claim 1, further comprising an address generation circuit for outputting a second address signal designating each address of AM.
【請求項4】 前記アドレス生成回路が、前記第1のア
ドレス信号を生成するカウンタ回路と、 前記第1のアドレス信号を1ステップ分の期間遅延して
前記第2のアドレス信号を生成する遅延回路とを備える
ことを特徴とする請求項3記載のディジタルフィルタ演
算処理回路。
4. A counter circuit, wherein the address generation circuit generates the first address signal, and a delay circuit which delays the first address signal for a period of one step to generate the second address signal. The digital filter arithmetic processing circuit according to claim 3, further comprising:
【請求項5】 前記カウンタ回路が、N/2進カウンタ
を備え、 前記遅延回路が前記第1のアドレス信号を1ステップ分
保持するフリップフロップ回路を備えることを特徴とす
る請求項4記載のディジタルフィルタ演算処理回路。
5. The digital circuit according to claim 4, wherein the counter circuit includes an N / binary counter, and the delay circuit includes a flip-flop circuit that holds the first address signal for one step. Filter arithmetic processing circuit.
【請求項6】 タップ数2N(Nは正の整数)のFIR
型ディジタルフィルタにおける係数がh
2N−1,h=h2N−2,・・・,h=h2N
−1−m(N=0,1,2,・・・、m=0,1,2,
・・・,2N−1)と左右対称であり、データ記憶回路
をRAMで構成し、フィルタ演算時にデータをシフトさ
せることによりフィルタ演算処理時の演算時間を半分に
低減する対称演算構成に適用したディジタルフィルタ演
算処理回路において、 第1,第2,第3,第4のRAMから成るデータ記憶部
と、 前記第2,第4のRAMの各々の入力信号切替用の第
1,第2のセレクタと、 前記第1,第2のRAMの出力切替用の第3のセレクタ
と、 前記第3,第4のRAMの出力切替用の第4のセレクタ
と、 前記第4,第1のRAMの各々の出力データをそれぞれ
1ステップ分の期間保持する第1,第2のラッチと、 前記第1,第3のRAMの各々のアドレスを指定する第
1のアドレス信号と前記第2,第4のRAMの各々のア
ドレスを指定する第2のアドレス信号とを出力するアド
レス生成回路とを備え、 前記第1,第2,第3,第4のRAMの各々が、アドレ
ス端子とデータ入力端子とライトイネーブル端子とリー
ドイネーブル端子とデータ出力端子とを備え、前記第
1,第3のRAMの各々の前記アドレス端子には前記第
1のアドレス信号が、ライトイネーブル端子には第1の
ライトイネーブル信号が、前記リードイネーブル端子に
はリードイネーブル信号がそれぞれ供給され、前記第
2,第4のRAMの前記アドレス端子には前記第2のア
ドレス信号が、前記ライトイネーブル端子には第2のラ
イトイネーブル信号が、前記リードイネーブル端子には
反転リードイネーブル信号がそれぞれ供給され、 前記第1のRAMの前記データ入力端子が前記第1のラ
ッチの出力端子に、前記第2のRAMのデータ入力端子
が前記第1のセレクタの出力端子に、前記第3のRAM
のデータ入力端子が前記第2のRAMのデータ出力端子
に、前記第4のRAMのデータ入力端子が前記第2のセ
レクタの出力端子にそれぞれ接続され、 前記第1のRAMのデータ出力端子が前記第3のセレク
タの第2の入力端子と前記第2のラッチの入力端子に、
前記第2のRAMのデータ出力端子が前記第3のセレク
タの第3の入力端子と前記第2のRAMのデータ入力端
子に、前記第3のRAMのデータ出力端子が前記第4の
セレクタの第1の入力端子と前記第1のセレクタの第2
の入力端子に、前記第4のRAMのデータ出力端子が前
記第4のセレクタの第2の入力端子と前記第1のラッチ
の入力端子と前記第1のセレクタの第2の入力端子にそ
れぞれ接続され、 前記第3のセレクタの第1の入力端子と前記第2のセレ
クタの第2の入力端子の各々に入力データの供給を受
け、 前記第1,第3のRAMがデータの読出期間のとき、前
記第2,第4のRAMはデータの書込を行い、 前記第1,第3のRAMがデータの書込期間のとき、前
記第2,第4のRAMはデータの読出を行い、 セレクタ制御信号により前記第1〜第4のセレクタを制
御して前記第1のRAMへの前記第4のRAMの出力デ
ータの書込時にはこの第4のRAMの出力データを第2
のラッチで1ステップ分の期間保持した後に前記書込を
行い、前記第4のRAMへの前記第1のRAMのデータ
の書込時にはこの第1のRAMのデータを第2のラッチ
で1ステップ分の期間保持した後に前記書込を行うこと
を特徴とするディジタルフィルタ演算処理回路。
6. FIR with 2N taps (N is a positive integer)
The coefficient in a digital filter is h 0 =
h 2N-1, h 1 = h 2N-2, ···, h m = h 2N
-1-m (N = 0,1,2, ..., m = 0,1,2,
, 2N-1), and the present invention is applied to a symmetrical operation configuration in which the data storage circuit is composed of RAM and the operation time in the filter operation processing is reduced by half by shifting data in the filter operation. In a digital filter arithmetic processing circuit, a data storage section including first, second, third and fourth RAMs, and first and second selectors for switching input signals of the second and fourth RAMs. A third selector for switching the outputs of the first and second RAMs, a fourth selector for switching the outputs of the third and fourth RAMs, and each of the fourth and first RAMs First and second latches for respectively holding the output data of 1st step for a period of one step, a first address signal for designating respective addresses of the first and third RAMs, and the second and fourth RAMs. Specify each address of And an address generation circuit for outputting a second address signal, wherein each of the first, second, third, and fourth RAMs has an address terminal, a data input terminal, a write enable terminal, and a read enable terminal. A data output terminal, wherein the first address signal is applied to the address terminal of each of the first and third RAMs, the first write enable signal is applied to the write enable terminal, and the read enable terminal is applied to the read enable terminal. A read enable signal is supplied to the address terminals of the second and fourth RAMs, the second address signal is supplied to the write enable terminal, and the second write enable signal is supplied to the read enable terminal. An inverted read enable signal is supplied to each of the first RAM and the data input terminal of the first RAM is connected to an output terminal of the first latch. , The data input terminal of the second RAM is the output terminal of the first selector, the third RAM
Is connected to the data output terminal of the second RAM, the data input terminal of the fourth RAM is connected to the output terminal of the second selector, and the data output terminal of the first RAM is connected to the data output terminal of the second RAM. The second input terminal of the third selector and the input terminal of the second latch,
The data output terminal of the second RAM is the third input terminal of the third selector and the data input terminal of the second RAM, and the data output terminal of the third RAM is the fourth input terminal of the fourth selector. 1 input terminal and the second of the first selector
The data output terminal of the fourth RAM is connected to the second input terminal of the fourth selector, the input terminal of the first latch, and the second input terminal of the first selector. When input data is supplied to each of the first input terminal of the third selector and the second input terminal of the second selector, and the first and third RAMs are in a data read period. , The second and fourth RAMs write data, and when the first and third RAMs are in the data write period, the second and fourth RAMs read data, When the output data of the fourth RAM is written in the first RAM by controlling the first to fourth selectors by the control signal, the output data of the fourth RAM is changed to the second output data.
The writing is performed after holding for one step period by the latch of No. 1 and the data of the first RAM is written by one step by the second latch when writing the data of the first RAM to the fourth RAM. A digital filter arithmetic processing circuit, wherein the writing is performed after holding for a period of minutes.
【請求項7】 タップ数2N(Nは正の整数)のFIR
型ディジタルフィルタにおける係数がh
2N−1,h=h2N−2,・・・,h=h2N
−1−m(N=0,1,2,・・・、m=0,1,2,
・・・,2N−1)と左右対称であり、データ記憶回路
をRAMで構成し、フィルタ演算時にデータをシフトさ
せることによりフィルタ演算処理時の演算時間を半分に
低減する対称演算構成に適用したディジタルフィルタ演
算処理回路において、 第1,第2,第3,第4のRAMから成るデータ記憶部
と、 前記第2,第4のRAMの各々の入力信号切替用の第
1,第2のセレクタと、 前記第1,第2のRAMの出力切替用の第3のセレクタ
と、 前記第3,第4のRAMの出力切替用の第4のセレクタ
と、 前記第4,第1のRAMの各々の出力データをそれぞれ
1ステップ分の期間保持する第1,第2のラッチと、 前記第1,第3のRAMの各々のアドレスを指定する第
1のアドレス信号と前記第2,第4のRAMの各々のア
ドレスを指定する第2のアドレス信号とを出力するアド
レス生成回路とを備え、 前記第1,第2,第3,第4のRAMの各々が、アドレ
ス端子とデータ入力端子とライトイネーブル端子とリー
ドイネーブル端子とデータ出力端子とを備え、前記第
1,第3のRAMの各々の前記アドレス端子には前記第
1のアドレス信号が、ライトイネーブル端子には第1の
ライトイネーブル信号が、前記リードイネーブル端子に
はリードイネーブル信号がそれぞれ供給され、前記第
2,第4のRAMの前記アドレス端子には前記第2のア
ドレス信号が、前記ライトイネーブル端子には第2のラ
イトイネーブル信号が、前記リードイネーブル端子には
反転リードイネーブル信号がそれぞれ供給され、 前記第1のRAMの前記データ入力端子が前記第1のラ
ッチの出力端子に、前記第2のRAMのデータ入力端子
が前記第1のセレクタの出力端子に、前記第3のRAM
のデータ入力端子が前記第2のRAMのデータ出力端子
に、前記第4のRAMのデータ入力端子が前記第2のセ
レクタの出力端子にそれぞれ接続され、 前記第1のRAMのデータ出力端子が前記第3のセレク
タの第1の入力端子と前記第2のラッチの入力端子に、
前記第2のRAMのデータ出力端子が前記第3のセレク
タの第2の入力端子と前記第2のRAMのデータ入力端
子に、前記第3のRAMのデータ出力端子が前記第4の
セレクタの第1の入力端子と前記第1のセレクタの第2
の入力端子に、前記第4のRAMのデータ出力端子が前
記第4のセレクタの第2の入力端子と前記第1のラッチ
の入力端子と前記第1のセレクタの第2の入力端子にそ
れぞれ接続され、 前記第2のセレクタの第2の入力端子に入力データの供
給を受け、 前記第1,第3のRAMがデータの読出期間のとき、前
記第2,第4のRAMはデータの書込を行い、 前記第1,第3のRAMがデータの書込期間のとき、前
記第2,第4のRAMはデータの読出を行い、 セレクタ制御信号により前記第1〜第4のセレクタを制
御して前記第1のRAMへの前記第4のRAMの出力デ
ータの書込時にはこの第4のRAMの出力データを第2
のラッチで1ステップ分の期間保持した後に前記書込を
行い、前記第4のRAMへの前記第1のRAMのデータ
の書込時にはこの第1のRAMのデータを第2のラッチ
で1ステップ分の期間保持した後に前記書込を行うこと
を特徴とするディジタルフィルタ演算処理回路。
7. FIR with 2N taps (N is a positive integer)
The coefficient in a digital filter is h 0 =
h 2N-1, h 1 = h 2N-2, ···, h m = h 2N
-1-m (N = 0,1,2, ..., m = 0,1,2,
, 2N-1), and the present invention is applied to a symmetrical operation configuration in which the data storage circuit is composed of RAM and the operation time in the filter operation processing is reduced by half by shifting data in the filter operation. In a digital filter arithmetic processing circuit, a data storage section including first, second, third and fourth RAMs, and first and second selectors for switching input signals of the second and fourth RAMs. A third selector for switching the outputs of the first and second RAMs, a fourth selector for switching the outputs of the third and fourth RAMs, and each of the fourth and first RAMs First and second latches for respectively holding the output data of 1st step for a period of one step, a first address signal for designating respective addresses of the first and third RAMs, and the second and fourth RAMs. Specify each address of And an address generation circuit for outputting a second address signal, wherein each of the first, second, third, and fourth RAMs has an address terminal, a data input terminal, a write enable terminal, and a read enable terminal. A data output terminal, wherein the first address signal is applied to the address terminal of each of the first and third RAMs, the first write enable signal is applied to the write enable terminal, and the read enable terminal is applied to the read enable terminal. A read enable signal is supplied to the address terminals of the second and fourth RAMs, the second address signal is supplied to the write enable terminal, and the second write enable signal is supplied to the read enable terminal. An inverted read enable signal is supplied to each of the first RAM and the data input terminal of the first RAM is connected to an output terminal of the first latch. , The data input terminal of the second RAM is the output terminal of the first selector, the third RAM
Is connected to the data output terminal of the second RAM, the data input terminal of the fourth RAM is connected to the output terminal of the second selector, and the data output terminal of the first RAM is connected to the data output terminal of the second RAM. The first input terminal of the third selector and the input terminal of the second latch,
The data output terminal of the second RAM is the second input terminal of the third selector and the data input terminal of the second RAM, and the data output terminal of the third RAM is the fourth input terminal of the fourth selector. 1 input terminal and the second of the first selector
The data output terminal of the fourth RAM is connected to the second input terminal of the fourth selector, the input terminal of the first latch, and the second input terminal of the first selector. When input data is supplied to the second input terminal of the second selector and the first and third RAMs are in a data read period, the second and fourth RAMs write data. When the first and third RAMs are in a data writing period, the second and fourth RAMs read data, and the selector control signal controls the first to fourth selectors. When the output data of the fourth RAM is written to the first RAM, the output data of the fourth RAM is transferred to the second RAM.
The writing is performed after holding for one step period by the latch of No. 1 and the data of the first RAM is written by one step by the second latch when writing the data of the first RAM to the fourth RAM. A digital filter arithmetic processing circuit, wherein the writing is performed after holding for a period of minutes.
【請求項8】 前記セレクタ制御信号が、前記第1,第
2のアドレス信号であることを特徴とする請求項6又は
7記載のディジタルフィルタ演算処理回路。
8. The digital filter arithmetic processing circuit according to claim 6, wherein the selector control signal is the first and second address signals.
【請求項9】 前記アドレス生成回路が、前記第1のア
ドレス信号を生成するカウンタ回路と、 前記第1のアドレス信号を1ステップ分の期間遅延して
前記第2のアドレス信号を生成する遅延回路とを備える
ことを特徴とする請求項6又は7記載のディジタルフィ
ルタ演算処理回路。
9. A counter circuit, wherein the address generation circuit generates the first address signal, and a delay circuit which delays the first address signal for a period of one step to generate the second address signal. The digital filter arithmetic processing circuit according to claim 6 or 7, further comprising:
【請求項10】 前記カウンタ回路が、N/2進カウン
タを備え、 前記遅延回路が前記第1のアドレス信号を1ステップ分
保持するフリップフロップ回路を備えることを特徴とす
る請求項9記載のディジタルフィルタ演算処理回路。
10. The digital circuit according to claim 9, wherein the counter circuit includes an N / binary counter, and the delay circuit includes a flip-flop circuit that holds the first address signal for one step. Filter arithmetic processing circuit.
JP2002102271A 2002-04-04 2002-04-04 Digital filter arithmetic processing circuit Pending JP2003298398A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002102271A JP2003298398A (en) 2002-04-04 2002-04-04 Digital filter arithmetic processing circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002102271A JP2003298398A (en) 2002-04-04 2002-04-04 Digital filter arithmetic processing circuit

Publications (1)

Publication Number Publication Date
JP2003298398A true JP2003298398A (en) 2003-10-17

Family

ID=29388890

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002102271A Pending JP2003298398A (en) 2002-04-04 2002-04-04 Digital filter arithmetic processing circuit

Country Status (1)

Country Link
JP (1) JP2003298398A (en)

Similar Documents

Publication Publication Date Title
JPH11328947A (en) Large scale fifo circuit
JPH03217112A (en) Digital signal processing circuit
JP2003298398A (en) Digital filter arithmetic processing circuit
EP0661648B1 (en) Digital signal processing circuit
JP2856064B2 (en) Digital filter
JPH0998069A (en) Fir type digital filter
JP4295234B2 (en) FIR type digital filter
JP2010011493A (en) Digital filter
JP2001257566A (en) Latch circuit with enable function
JP4851964B2 (en) Synchronization circuit using dual port memory
JP2006352724A (en) Digital filter
JP4586114B1 (en) Product-sum operation unit
JPH10322164A (en) Digital filter
JP2922451B2 (en) Signal processing device
JP2013161325A (en) Simd (single instruction-stream multiple data-stream) type microprocessor, processor system and data processing method for simd type microprocessor
JP2005353094A (en) Product-sum computing unit
JP2000091886A (en) Adaptive filter device and signal processing method
JP2005149517A (en) Product-sum computing element
JPH0468708A (en) Digital filter
JPH05283979A (en) Fir type filter
JPH03240174A (en) Image magnifying circuit
JP2005072800A (en) Block matching arithmetic unit
JP2004086259A (en) Data processor
JPH03145322A (en) Fir filter
WO2017011040A1 (en) Method and apparatus for address sequencing in a linear phase fir decimation filter