JPH08171553A - Digital filter - Google Patents

Digital filter

Info

Publication number
JPH08171553A
JPH08171553A JP6334121A JP33412194A JPH08171553A JP H08171553 A JPH08171553 A JP H08171553A JP 6334121 A JP6334121 A JP 6334121A JP 33412194 A JP33412194 A JP 33412194A JP H08171553 A JPH08171553 A JP H08171553A
Authority
JP
Japan
Prior art keywords
rounding
bits
data
multipliers
digital filter
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
JP6334121A
Other languages
Japanese (ja)
Inventor
Hiroshi Nishi
弘史 西
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP6334121A priority Critical patent/JPH08171553A/en
Publication of JPH08171553A publication Critical patent/JPH08171553A/en
Pending legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PURPOSE: To obtain a digital filter which is variable in the number of bits of a cumulative data output after a rounding process by selecting rounding process bits by specifying one of plural rounding process parts, and rounding the selected rounding process bits. CONSTITUTION: The outputs of multipliers 11 -1n are added by adders 41 -4n to cumulative data 14 or the outputs of the adders of the precedent stages and the results are outputted to the following stages. For example, 32 multipliers 11 -1n (n=32) are provided, data supplied to the multipliers 11 -1n are composed of 8 bits, and coefficient data are also composed of 8 bits. In this case, cumulative data inputted from the adder 432 to a rounding arithmetic part 10 consists of 18 bits. At this time, a rounding address decoder 12 selects 2 or 3 rounding process bits in the rounding arithmetic part 10 and performs the rounding process to obtain a 16-bit or 17-bit cumulative data output.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、デジタルフィルタに関
する。
FIELD OF THE INVENTION The present invention relates to digital filters.

【0002】[0002]

【従来の技術】デジタルフィルタは、入力データに所定
の係数を掛ける複数の乗算器と、各乗算器の出力を累積
する加算器等で構成されている。従来のデジタルフィル
タでは、例えば、それぞれの乗算器の出力後に丸めを行
ったり、あるいは、n番目の乗算器とn−1項の累積デ
ータとの加算後に丸めを行ったりしていた。図6は、後
者のデジタルフィルタの構成例を表したものである。図
6に示すデジタルフィルタでは、例えば、データバス1
2に供給されるデータや係数データバス13に供給され
る係数データがそれぞれ8ビットで、内部乗算器11
n が32個(n=32)である場合、加算器432にお
ける累積データ出力は19ビットとなる。また、丸め処
理を3ビットとすると、丸め演算部8に入力される累積
データは、上位17ビットのデータとなる。そして、上
位17ビットのうち最下位ビットが丸められ、16ビッ
ト(3ビット丸め)の累積データとして出力する。図7
は、丸め演算部8の詳細を表したものである。丸め演算
部8は、桁上がり回路811 〜8116を図7の(A)に
示すように順次接続することで構成されている。各桁上
がり回路81は、同図(B)で示すように4つの入出力
部分を有し、入力信号に対して同図(C)で示すように
動作することで、丸め処理を行う。
2. Description of the Related Art A digital filter is composed of a plurality of multipliers for multiplying input data by a predetermined coefficient, an adder for accumulating outputs of the multipliers, and the like. In the conventional digital filter, for example, rounding is performed after the output of each multiplier, or rounding is performed after the addition of the n-th multiplier and the accumulated data of the n-1 term. FIG. 6 shows a configuration example of the latter digital filter. In the digital filter shown in FIG. 6, for example, the data bus 1
The data supplied to 2 and the coefficient data supplied to the coefficient data bus 13 are each 8 bits, and the internal multipliers 1 1 to
When 1 n is 32 (n = 32), the cumulative data output in the adder 4 32 is 19 bits. If the rounding process is set to 3 bits, the cumulative data input to the rounding operation unit 8 will be the upper 17-bit data. Then, the least significant bit of the higher 17 bits is rounded and output as 16-bit (3-bit rounded) cumulative data. Figure 7
Shows the details of the rounding operation unit 8. Calculating unit 8 rounding is constituted by sequentially connecting a carry circuit 81 1 to 81 16 as shown in FIG. 7 (A). Each carry circuit 81 has four input / output parts as shown in FIG. 7B, and performs rounding processing by operating as shown in FIG. 6C for an input signal.

【0003】[0003]

【発明が解決しようとする課題】しかし、従来のデジタ
ルフィルタでは、丸めを行う丸め演算部8において、丸
め処理ビット数が決まっていたため、累積データ出力が
nビットのデジタルフィルタでは、n+1ビット以上の
累積データ出力が必要な場合には使用することができな
かった。すなわち、図6で示した例では、17ビットよ
りビット数の多い累積データ出力が必要な場合には使用
することができない。
However, in the conventional digital filter, the rounding operation unit 8 which performs rounding determines the number of rounding processing bits. Therefore, in a digital filter with accumulated data output of n bits, n + 1 bits or more are used. It could not be used when cumulative data output was required. That is, the example shown in FIG. 6 cannot be used when cumulative data output having more bits than 17 bits is required.

【0004】そこで、本発明の目的は、丸め処理後にお
ける累積データ出力のビット数が可変なデジタルフィル
タを提供することにある。
Therefore, an object of the present invention is to provide a digital filter in which the number of bits of accumulated data output after rounding processing is variable.

【0005】[0005]

【課題を解決するための手段】請求項1記載の発明で
は、入力データにそれぞれ所定の係数データを掛けるn
個の乗算器と、各乗算器にそれぞれ係数データを与える
n個の係数ラッチと、前記各乗算器の出力を累積するn
個の加算器と、前段の加算器の出力を遅延して後段の加
算器へ出力する複数の遅延子と、n番目の加算器の出力
について所定ビットの丸め処理を行う複数の丸め処理部
と、これら複数の丸め処理部のいずれかを指定すること
で、丸め処理ビットを選択する丸めアドレスデコーダと
をデジタルフィルタに具備させて前記目的を達成する。
請求項2記載の発明では、請求項1記載のデジタルフィ
ルタにおいて、前記丸め処理部が、2つであることで前
記目的を達成する。
According to a first aspect of the present invention, the input data is multiplied by predetermined coefficient data n
Number of multipliers, n coefficient latches for supplying coefficient data to each multiplier, and n for accumulating the output of each multiplier.
A plurality of adders, a plurality of delay elements that delay the output of the previous stage adder and output it to the subsequent stage adder, and a plurality of rounding processing units that round the output of the nth adder by a predetermined number of bits. By designating any one of the plurality of rounding processing units, a rounding address decoder for selecting rounding processing bits is provided in the digital filter to achieve the above object.
According to a second aspect of the invention, in the digital filter according to the first aspect, the number of rounding processing units is two, thereby achieving the above object.

【0006】[0006]

【作用】請求項1記載のデジタルフィルタでは、各乗算
器が入力データにそれぞれ所定の係数データを掛ける。
各係数ラッチは、前記各乗算器にそれぞれ係数データを
与える。各加算器は、前記各乗算器の出力を累積する。
複数の遅延子は、前段の加算器の出力を遅延して後段の
加算器へ出力する。丸めアドレスデコーダは、複数の丸
め処理部のいずれかを指定することで、丸め処理ビット
を選択する。これにより、選択された丸め処理ビットに
ついて、n番目の加算器の出力に対する丸め処理が丸め
処理部によって行われる。請求項2記載のデジタルフィ
ルタでは、2つの丸め処理部の一方が丸めアドレスデコ
ーダによって選択される。そして、選択された丸め処理
ビットについて丸め処理が行われる。
In the digital filter according to the first aspect, each multiplier multiplies the input data by a predetermined coefficient data.
Each coefficient latch provides coefficient data to each multiplier. Each adder accumulates the output of each multiplier.
The plurality of delay elements delay the output of the adder at the preceding stage and output the delayed output to the adder at the subsequent stage. The rounding address decoder selects a rounding processing bit by designating one of a plurality of rounding processing units. As a result, the rounding processing unit performs the rounding processing on the output of the n-th adder for the selected rounding processing bit. In the digital filter according to the second aspect, one of the two rounding processing units is selected by the rounding address decoder. Then, the rounding process is performed on the selected rounding bit.

【0007】[0007]

【実施例】以下、本発明のデジタルフィルタにおける各
実施例を図1ないし図5を参照して詳細に説明する。図
1は本発明の第1実施例によるデジタルフィルタの構成
を表したものである。このデジタルフィルタは、入力デ
ータにそれぞれ所定の係数データを掛けるn個の乗算器
1 、12 、…、1n と、この各乗算器にそれぞれ係数
データを与えるn個の係数ラッチ21 、22 、…、2n
と、係数アドレス11をデコードして、係数ラッチ
1 、22 、…、2n を選択的にイネーブルにする係数
アドレスデコーダ3と、各乗算器の出力を累積するため
のn個の加算器41 、42 、…、4n と、前段の加算器
の出力を所定時間、例えば1サンプリング時間遅延して
後段の加算器へ出力する複数の遅延子51 、52 、…、
n-1 とを備えている。
Embodiments of the digital filter of the present invention will be described in detail below with reference to FIGS. FIG. 1 shows the configuration of a digital filter according to the first embodiment of the present invention. This digital filter has n multipliers 1 1 , 1 2 , ..., 1 n for multiplying input data by predetermined coefficient data, and n coefficient latches 2 1 for supplying coefficient data to the respective multipliers. 2 2 , ... 2 n
, A coefficient address decoder 3 for decoding the coefficient address 11 to selectively enable the coefficient latches 2 1 , 2 2 , ..., 2 n, and n adders for accumulating the outputs of the multipliers. 4 1, 4 2, ..., 4 n, a plurality of retarders 5 1 for outputting a predetermined time the output of the preceding adder, for example, one sampling period delay to a subsequent adder, 5 2, ...,
5 n-1 .

【0008】乗算器11 、12 、…、1n はデータバス
12に接続され、係数ラッチ21 、22 、…、2n は係
数データバス13に接続されている。最前段の加算器4
1 は累積データ14と乗算器11 の出力データを加算す
るようになっている。この加算器41 の出力データは遅
延子51 で所定時間遅延されて後段の加算器42 に入力
される。この加算器42 は遅延子51 の出力データと乗
算器12 の出力データを加算するようになっている。以
降の遅延子52 、…、5n-1 および加算器43 、…、4
n についても同様である。本実施例によるデジタルフィ
ルタは、加算器4n の出力データを丸める丸め演算部1
0を備えている。この丸め演算部10は、加算器4n
ら供給された累積データの内、例えば、2ビットもしく
は3ビットを丸める丸め処理ビットを有している。ま
た、この丸め演算部10には、丸め処理ビットを選択す
る丸めアドレスデコーダ12が接続されている。丸めア
ドレスデコーダ12には、処理ビットを指定するための
丸めアドレスが入力されるようになっている。
The multipliers 1 1 , 1 2 , ..., 1 n are connected to the data bus 12, and the coefficient latches 2 1 , 2 2 , ..., 2 n are connected to the coefficient data bus 13. Adder 4 at the front stage
1 is for adding the accumulated data 14 and the output data of the multiplier 1 1 . The output data of the adder 4 1 is delayed by the delay element 5 1 for a predetermined time and input to the adder 4 2 in the subsequent stage. The adder 4 2 adds the output data of the delay element 5 1 and the output data of the multiplier 1 2 . Subsequent delay elements 5 2 , ..., 5 n-1 and adders 4 3 ,.
The same applies to n . The digital filter according to the present embodiment is a rounding operation unit 1 that rounds output data of an adder 4 n.
It has 0. The rounding operation unit 10 has a rounding processing bit that rounds, for example, 2 bits or 3 bits of the accumulated data supplied from the adder 4 n . A rounding address decoder 12 that selects a rounding processing bit is connected to the rounding operation unit 10. A rounding address for designating a processing bit is input to the rounding address decoder 12.

【0009】図2は、丸め演算部10の内部構成を表し
たものである。但し、この例は、乗算器11 〜1n を3
2個(n=32)、各乗算器11 〜132にそれぞれ供給
されるデータや係数データを8ビットとした場合のもの
である。この例では、桁上がり回路1001 〜10018
が、図2に示すように17個接続されており、加算器4
32から丸め演算部10に入力される累積データは、18
ビットとなっている。本実施例では、桁上がり回路10
1 が、2ビットの丸め処理ビットであり、桁上がり回
路1002 が、3ビットの丸め処理ビットである。丸め
処理回路としてのこれら2つの桁上がり回路1001
1002 では、アドレスデコーダ12から所定の信号S
E1、SE2がそれぞれ供給されることで、丸め処理ビ
ットを選択されるようになっている。他の桁上がり回路
1003 〜10018は、図7(B)に示した桁上がり回
路18と同様の構成である。
FIG. 2 shows the internal structure of the rounding operation unit 10. However, in this example, the multipliers 1 1 to 1 n are set to 3
This is a case in which two pieces (n = 32) of data and coefficient data respectively supplied to each of the multipliers 1 1 to 1 32 are 8 bits. In this example, the carry circuits 100 1 to 100 18
, 17 are connected as shown in FIG.
The cumulative data input from 32 to the rounding operation unit 10 is 18
It has become a bit. In this embodiment, the carry circuit 10
0 1 is a rounding bit of 2 bits, and the carry circuit 100 2 is a rounding bit of 3 bits. These two carry circuits 100 1 as rounding processing circuits,
At 100 2 , a predetermined signal S from the address decoder 12
The rounding bit is selected by supplying E1 and SE2, respectively. Other carry circuit 100 3-100 18 has the same configuration as the carry circuit 18 shown in FIG. 7 (B).

【0010】次に、このように構成された実施例の動作
について説明する。係数アドレスデコーダ3が係数アド
レス11をデコードして係数ラッチ21 、22 、…、2
n を選択的にイネーブルにして、係数データバス13上
の係数データを順に各係数ラッチ21 、22 、…、2n
に取り込ませる。データバス12上に出力された入力デ
ータ(乗数)は、各乗算器11 、12 、…、1n によっ
て、係数ラッチ21 、22 、…、2n から出力される係
数データ(被乗数)と掛け合わされる。各乗算器11
2 、…、1n の出力はそれぞれ加算器41 、42
…、4nによって、累積データ14または前段の加算器
の出力と加算され、後段に出力される。
Next, the operation of the embodiment thus constructed will be described. The coefficient address decoder 3 decodes the coefficient address 11 to generate coefficient latches 2 1 , 2 2 , ..., 2
n is selectively enabled and the coefficient data on the coefficient data bus 13 is sequentially supplied to the coefficient latches 2 1 , 2 2 , ..., 2 n.
To take in. The input data (multiplier) output onto the data bus 12 is the coefficient data (multiplicand) output from the coefficient latches 2 1 , 2 2 , ..., 2 n by the multipliers 1 1 , 1 2 , ..., 1 n . ). Each multiplier 1 1 ,
The outputs of 1 2 , ..., 1 n are adders 4 1 , 4 2 ,
..., by 4 n, is added to the output of the cumulative data 14 or the front stage of the adder is output to the subsequent stage.

【0011】乗算器11 〜1n を32個(n=32)と
し、各乗算器11 〜132にそれぞれ供給されるデータを
8ビット、係数データを8ビットとすると、前述したよ
うに、加算器432から丸め演算部10に入力される累積
データは、18ビットとなる。このとき、本実施例で
は、丸めアドレスデコーダ12により、丸め演算部10
内にある2ビットもしくは3ビットの丸め処理ビットが
選択され、丸め処理を実行することで、16ビットもし
くは17ビットの累積データ出力を得ることができる。
Assuming that the number of multipliers 1 1 to 1 n is 32 (n = 32), the data supplied to each of the multipliers 1 1 to 1 32 is 8 bits, and the coefficient data is 8 bits, as described above. The cumulative data input from the adder 4 32 to the rounding operation unit 10 is 18 bits. At this time, in the present embodiment, the rounding address decoder 12 causes the rounding operation unit 10
A rounding process bit of 2 bits or 3 bits is selected and a rounding process is executed to obtain a cumulative data output of 16 bits or 17 bits.

【0012】次に、本発明の第2の実施例によるデジタ
ルフィルタについて説明する。なお、第1の実施例と同
様の構成については同一の符号を付し、その詳細な説明
は適宜省略することとする。本実施例では、丸め演算部
20が複数の丸め処理ビットを有しており、丸めアドレ
スデコーダ22は、丸め演算部20内の処理ビットを選
択するようになっている。すなわち、乗算器1n の出力
とn−1項までの累積データとの加算結果がmビットの
場合、丸め演算部20は、0ビット〜m−1ビットを丸
める処理ビットを有し、丸めアドレスデコーダ22によ
り、0ビット〜m−1ビットの丸め処理ビットが選択さ
れるようになっている。
Next, a digital filter according to the second embodiment of the present invention will be described. The same components as those in the first embodiment are designated by the same reference numerals, and detailed description thereof will be appropriately omitted. In the present embodiment, the rounding operation unit 20 has a plurality of rounding processing bits, and the rounding address decoder 22 selects the processing bits in the rounding operation unit 20. That is, when the addition result of the output of the multiplier 1 n and the accumulated data up to n−1 terms is m bits, the rounding operation unit 20 has processing bits for rounding 0 bits to m−1 bits, and the rounding address The decoder 22 selects a rounding bit from 0 bit to m-1 bit.

【0013】図4は、丸め演算部20の内部構造を表し
たものである。本実施例の丸め演算部20は、丸め処理
回路として、乗算器1n からの累積データのビット数m
と同数のm個の桁上がり回路2001 〜200m を有し
ており、m−1番目までの桁上がり回路2001 〜20
m-1 がそれぞれ0〜m−1ビットの丸め処理を行うよ
うになっている。丸め処理ビットの選択は、丸めアドレ
スデコーダ22から各桁上がり回路2001 〜200
m-1 にそれぞれ供給される信号SE0〜SEm−1に応
じて実行される。図5は、丸め演算部20の簡単な回路
例を表したものである。
FIG. 4 shows the internal structure of the rounding operation unit 20. The rounding operation unit 20 of the present embodiment, as a rounding processing circuit, has a bit number m of accumulated data from the multiplier 1 n.
It has the same number of m carry circuit 200 1 to 200 DEG m and, carry circuit 200 20 1 to 20 to the m-1 th
0 m-1 performs rounding processing of 0 to m-1 bits. The rounding processing bit is selected by the rounding address decoder 22 from each carry circuit 200 1 to 200.
This is executed according to the signals SE0 to SEm-1 supplied to m-1 . FIG. 5 shows a simple circuit example of the rounding operation unit 20.

【0014】次に、このように構成された実施例の動作
について説明する。本実施例では、丸めアドレスデコー
ダ22が、丸め演算部20における0ビット〜m−1ビ
ットの丸め処理ビットを選択することで、0〜m−1ビ
ットの丸め処理が実行される。これにより、丸め演算部
20から0〜m−1ビットの丸め処理が実行された累積
データ出力を得ることが可能となる。本実施例では、丸
め演算部20内の丸め処理ビットを複数個持たせ、丸め
アドレスデコーダ22が丸めビットを選択するようにな
っているので、必要なビット数に応じた丸め処理を行う
ことができる。
Next, the operation of the embodiment thus constructed will be described. In the present embodiment, the rounding address decoder 22 selects a rounding bit of 0 bits to m-1 bits in the rounding operation unit 20 to execute a rounding process of 0 to m-1 bits. As a result, it is possible to obtain the accumulated data output from the rounding operation unit 20 in which the rounding processing of 0 to m-1 bits has been executed. In the present embodiment, the rounding operation unit 20 has a plurality of rounding processing bits, and the rounding address decoder 22 selects the rounding bit. Therefore, the rounding processing according to the required number of bits can be performed. it can.

【0015】[0015]

【発明の効果】本発明のデジタルフィルタによれば、丸
め処理後に出力する累積データのビット数を変えること
ができる。
According to the digital filter of the present invention, the number of bits of accumulated data output after the rounding process can be changed.

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

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

【図2】同デジタルフィルタの丸め演算部の内部構成を
示したブロック図である。
FIG. 2 is a block diagram showing an internal configuration of a rounding operation unit of the digital filter.

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

【図4】同デジタルフィルタの丸め演算部の内部構成を
示したブロック図である。
FIG. 4 is a block diagram showing an internal configuration of a rounding operation unit of the digital filter.

【図5】同丸め演算部の回路構成例を示した図である。FIG. 5 is a diagram showing a circuit configuration example of the rounding operation unit.

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

【図7】同デジタルフィルタの丸め演算部の回路構成を
示したブロック図である。
FIG. 7 is a block diagram showing a circuit configuration of a rounding operation unit of the digital filter.

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

1 、12 、…、1n 乗算器 21 、22 、…、2n 係数ラッチ 3 係数アドレスデコーダ 41 、42 、…、4n 加算器 51 、52 、…、5n-1 遅延子 10、20 丸め演算部 12、22 丸めアドレスデコーダ 1001 〜10018 、2001 〜200m-1 桁上が
り回路
1 1, 1 2, ..., 1 n multipliers 2 1, 2 2, ..., 2 n coefficient latch 3 coefficient address decoder 4 1, 4 2, ..., 4 n adder 5 1, 5 2, ..., 5 n -1 retarders 10, 20 rounding section 12, 22 rounding the address decoder 100 1 ~100 18, 200 1 ~200 m-1 digit up circuit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 入力データにそれぞれ所定の係数データ
を掛けるn個の乗算器と、 各乗算器にそれぞれ係数データを与えるn個の係数ラッ
チと、 前記各乗算器の出力を累積するn個の加算器と、 前段の加算器の出力を遅延して後段の加算器へ出力する
複数の遅延子と、 n番目の加算器の出力について所定ビットの丸め処理を
行う複数の丸め処理部と、 これら複数の丸め処理部のいずれかを指定することで、
丸め処理ビットを選択する丸めアドレスデコーダとを具
備することを特徴とするデジタルフィルタ。
1. N multipliers for multiplying input data by predetermined coefficient data, n coefficient latches for giving coefficient data to each multiplier, and n multipliers for accumulating outputs of the multipliers. An adder, a plurality of delay elements for delaying the output of the previous stage adder and outputting it to the subsequent stage adder, and a plurality of rounding processing units for rounding the output of the nth adder by a predetermined bit. By specifying one of multiple rounding units,
A digital filter, comprising: a rounding address decoder for selecting rounding processing bits.
【請求項2】 前記丸め処理部は、2つであることを特
徴とする請求項1記載のデジタルフィルタ。
2. The digital filter according to claim 1, wherein the number of rounding processing units is two.
JP6334121A 1994-12-16 1994-12-16 Digital filter Pending JPH08171553A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6334121A JPH08171553A (en) 1994-12-16 1994-12-16 Digital filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6334121A JPH08171553A (en) 1994-12-16 1994-12-16 Digital filter

Publications (1)

Publication Number Publication Date
JPH08171553A true JPH08171553A (en) 1996-07-02

Family

ID=18273765

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6334121A Pending JPH08171553A (en) 1994-12-16 1994-12-16 Digital filter

Country Status (1)

Country Link
JP (1) JPH08171553A (en)

Similar Documents

Publication Publication Date Title
US4791600A (en) Digital pipelined heterodyne circuit
US4751663A (en) IIR digital filter
KR950012379B1 (en) Serial bit digital signal processing circuity
US5477479A (en) Multiplying system having multi-stages for processing a digital signal based on the Booth's algorithm
JPH0126204B2 (en)
JPH08171553A (en) Digital filter
KR0147942B1 (en) Booths recording circuit in a multiplier
Strandberg et al. Efficient realizations of squaring circuit and reciprocal used in adaptive sample rate notch filters
CN116781041B (en) Multi-rate conversion filter with high resource utilization rate
JPH08172343A (en) Method for constituting iir type digital filter
JP2800820B2 (en) Filter device
JPH0575394A (en) Digital filter and digital signal processing system
JPH0998069A (en) Fir type digital filter
JP3120435B2 (en) Digital arithmetic circuit
EP0213854A2 (en) Fixed-Coefficient serial multiplication and digital circuits therefor
JPH0716145B2 (en) Digital transversal filter
JP2004128858A (en) Fir digital filter
JPS617715A (en) Digital filter
JPH0795671B2 (en) Digital Filter
JPH0624310B2 (en) Digital Filter
JPH04266151A (en) Signal processing integrated circuit
JPH03196712A (en) Digital arithmetic circuit
JPH1141065A (en) Decimation filter
JPS615345A (en) Serial multiplication method
JPH0443309B2 (en)