JPH06152330A - Digital filter - Google Patents

Digital filter

Info

Publication number
JPH06152330A
JPH06152330A JP30209192A JP30209192A JPH06152330A JP H06152330 A JPH06152330 A JP H06152330A JP 30209192 A JP30209192 A JP 30209192A JP 30209192 A JP30209192 A JP 30209192A JP H06152330 A JPH06152330 A JP H06152330A
Authority
JP
Japan
Prior art keywords
output
bits
input
circuit
accumulator
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
JP30209192A
Other languages
Japanese (ja)
Inventor
Akinori Sakurai
昭典 櫻井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP30209192A priority Critical patent/JPH06152330A/en
Publication of JPH06152330A publication Critical patent/JPH06152330A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute much calculation within a fixed time and to improve the order of filters by providing a digital filter with a switching function for switching the upper and lower bits of an accumulator and a timing generating circuit for generating the timing of the switching function. CONSTITUTION:The digital filter having 16 bits for data and 16 bits for coefficients, for example, is provided with a RAM 1 having 16-bit width, 16-bit register 2 for storing data for a fixed time, an 8-bit width ROM 3 for storing the coefficient of a filter, an 8-bit register 4 for storing data for a fixed time, and a multiplier 5 consisting of 16 bits X 8 bits. The input/output of an accumulator show whether the lower 25 bits of the accumulator are to be selected or upper 8 to 32 bits are to be selected and show whether the output of an adder 7 is to be inputted to the lower 24 bits or upper 8 to 32 bits of the accumulator 9 in a switching circuit 8. When all upper bits are '0' or '1', processing can be completed only by one multiplication.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はディジタルフィルターに
関し、特にFIRフィルター回路を有するディジタルフ
ィルターに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital filter, and more particularly to a digital filter having a FIR filter circuit.

【0002】[0002]

【従来の技術】従来、この種のディジタルフィルター
は、図4に示すように、入力データを遅延させる遅延用
RAM20と、遅延用RAM20の出力データを入力と
するレジスタ21と、係数を出力する係数ROM22
と、係数ROM22の出力データを入力とするレジスタ
23と、レジスタ21の出力とレジスタ23の出力を入
力とする乗算器24と、乗算器24の出力とアキューム
レータ26の出力を入力とする加算器25と、加算器2
5の出力を入力とするアキューレータ26と、アキュー
ムレータ26の出力を入力とする出力回路27と、レジ
スタ21とレジスタ23のタイミングを作るタイミング
生成回路28を有する。
2. Description of the Related Art Conventionally, as shown in FIG. 4, a digital filter of this type has a delay RAM 20 for delaying input data, a register 21 for receiving output data of the delay RAM 20, and a coefficient for outputting a coefficient. ROM22
And a register 23 that receives the output data of the coefficient ROM 22, a multiplier 24 that receives the output of the register 21 and an output of the register 23, and an adder 25 that receives the output of the multiplier 24 and the output of the accumulator 26. And adder 2
It has an accumulator 26 which receives the output of 5 as an input, an output circuit 27 which receives the output of the accumulator 26 as an input, and a timing generation circuit 28 which creates the timing of the registers 21 and 23.

【0003】次に、データが16ビット、係数が表1の
ような16ビットの場合のディジタルフィルターの動作
について説明する。まず、遅延用RAM20から16ビ
ットデータをD(12),D(11)…と順次読みだ
し、レジスタ21に保持する。一方、係数ROMから
は、表1の16ビットの係数がC(12),C(11)
…と順次読み出され、レジスタ23に保持する。レジス
タ21及び23でタイミングをそろえられ、16ビット
×16ビットの乗算器24へ入力される。乗算器14の
出力は、D(12)×C(12),D(11)×C(1
1)…D(−12)×C(−12)となる。乗算器24
の出力は32ビット加算器25に入力され、アキューム
レータ26の出力と加算される。最初、アキュームレー
タ26の内容がクリアーされているとすると、加算器2
5の出力は Σ{D(k)×C(k)} となる。このようにして、累積加算結果が最終的にアキ
ュームレータ26に格納され、出力回路で出力するとい
う構成をとっていた。
Next, the operation of the digital filter when the data is 16 bits and the coefficient is 16 bits as shown in Table 1 will be described. First, 16-bit data is sequentially read from the delay RAM 20 as D (12), D (11) ... And held in the register 21. On the other hand, from the coefficient ROM, the 16-bit coefficients in Table 1 are C (12) and C (11).
Are sequentially read and stored in the register 23. The timings are adjusted by the registers 21 and 23 and input to the 16-bit × 16-bit multiplier 24. The output of the multiplier 14 is D (12) × C (12), D (11) × C (1
1) ... D (-12) * C (-12). Multiplier 24
Is output to the 32-bit adder 25 and added to the output of the accumulator 26. First, if the contents of the accumulator 26 are cleared, the adder 2
The output of 5 is Σ {D (k) × C (k)}. In this way, the cumulative addition result is finally stored in the accumulator 26 and output by the output circuit.

【0004】[0004]

【表1】 [Table 1]

【0005】[0005]

【発明が解決しようとする課題】従来のディジタルフィ
ルターでは、データ16ビット、係数16ビットの場
合、乗算器は16ビット×16ビット、係数ROMは1
6×(タップ数+1)/2の容量が必要となり、回路規
模が大きくなるという課題があった。
In the conventional digital filter, when the data is 16 bits and the coefficient is 16 bits, the multiplier is 16 bits × 16 bits and the coefficient ROM is 1 bit.
A capacity of 6 × (number of taps + 1) / 2 is required, and there is a problem that the circuit scale becomes large.

【0006】[0006]

【課題を解決するための手段】本発明のディジタルフィ
ルターは、一定時間毎にディジタル・データを入力する
データ入力回路と、入力データを遅延させる遅延用RA
Mと、前記遅延用RAMの出力を一定時間遅延させて出
力する第1の遅延回路と、(係数ビット数の1/2)か
ら(係数ビット数−1)までのビット幅を持つ係数RO
Mと、前記係数ROMの出力を一定時間遅延させて出力
する第2の遅延回路と、乗算器と、第1の切り替え回路
と、第2の切り替え回路と、加算器と、アキュームレー
タと、タイミング生成回路と、出力回路を備え、前記入
力回路の出力は前記RAMに入力され、前記RAMの出
力は前記第1の遅延回路に入力され、前記ROMの出力
は前記第2の遅延回路に入力され、前記第1の遅延回路
及び前記第2の遅延回路の出力は前記乗算器に入力さ
れ、前記第1の加算器の出力は前記乗算器に入力され、
前記係数ROMの出力は前記乗算器に入力され、前記乗
算器の出力は前記加算器の一方に入力され、前記加算器
の出力は前記第1の切り替え回路に入力され、前記第1
の切り替え回路の出力は前記アキュームレータに入力さ
れ、前記アキュームレータの出力は前記第2の切り替え
回路に入力され、前記第2の切り替え回路の出力は加算
器の一方に入力され、前記タイミング生成回路の出力は
前記第1の遅延回路と第2の遅延回路と第1の切り替え
回路と第2の切り替え回路に入力される構成である。
A digital filter according to the present invention comprises a data input circuit for inputting digital data at regular time intervals and a delay RA for delaying the input data.
M, a first delay circuit for delaying and outputting the output of the delay RAM for a fixed time, and a coefficient RO having a bit width of (1/2 of coefficient bit number) to (coefficient bit number -1)
M, a second delay circuit that delays and outputs the output of the coefficient ROM for a fixed time, a multiplier, a first switching circuit, a second switching circuit, an adder, an accumulator, and timing generation. A circuit and an output circuit, the output of the input circuit is input to the RAM, the output of the RAM is input to the first delay circuit, and the output of the ROM is input to the second delay circuit, Outputs of the first delay circuit and the second delay circuit are input to the multiplier, outputs of the first adder are input to the multiplier,
The output of the coefficient ROM is input to the multiplier, the output of the multiplier is input to one of the adders, and the output of the adder is input to the first switching circuit.
The output of the switching circuit is input to the accumulator, the output of the accumulator is input to the second switching circuit, the output of the second switching circuit is input to one of the adders, and the output of the timing generation circuit. Is a configuration input to the first delay circuit, the second delay circuit, the first switching circuit, and the second switching circuit.

【0007】[0007]

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

【0008】本発明の第1の実施例のディジタルフィル
ターのブロック図示す図1を参照すると、この実施例の
ディジタルフィルターはデータ16ビット、係数16ビ
ットを有し、ディジタル・データ入力を格納するビット
幅16ビットのRAM1と、RAM1の出力を受けて一
定時間保持する16ビットのレジスタ2と、フィルター
の係数を格納しているビット幅8ビットのROM3と、
ROM3の出力を受けて一定時間保持する8ビットのレ
ジスタ4、16ビット×8ビットの乗算器5と、加算結
果を累積するアキュームレータ9と、アキュームレータ
9の上位ビットの下位ビットを切り替える切り替え回路
6と、乗算器5の出力と切り替え回路6の出力とを入力
とする25ビット加算器7と、加算器7の出力をアキュ
ームレータ9の下位25ビットに入力するか9〜32ビ
ット目に入力するかを切り替え回路8と、レジスタ2と
レジスタ4とを切り替え回路6とィリァエ回路8のタイ
ミングを作るタイミング生成回路11とで構成される。
図3を参照してこの実施例のディジタルフィルターの動
作について説明する。
Referring to FIG. 1 which is a block diagram of the digital filter of the first embodiment of the present invention, the digital filter of this embodiment has 16 bits of data, 16 bits of coefficient, and a bit for storing a digital data input. A 16-bit wide RAM 1, a 16-bit register 2 that receives the output of the RAM 1 and holds it for a certain period of time, an 8-bit wide ROM 3 that stores filter coefficients,
An 8-bit register 4 that receives the output of the ROM 3 and holds it for a certain period of time, a 16-bit × 8-bit multiplier 5, an accumulator 9 that accumulates addition results, and a switching circuit 6 that switches the lower bits of the upper bits of the accumulator 9 , A 25-bit adder 7 that receives the output of the multiplier 5 and the output of the switching circuit 6, and whether the output of the adder 7 is input to the lower 25 bits of the accumulator 9 or the 9th to 32nd bits. It is composed of a switching circuit 8, a switching circuit 6 for switching between the registers 2 and 4, and a timing generation circuit 11 for timing the timing of the alarm circuit 8.
The operation of the digital filter of this embodiment will be described with reference to FIG.

【0009】求める出力DOは DO=Σ{D(k)×C(k)}(k=−12,−1
1,−10…10,11,12) である。
The output DO to be calculated is DO = Σ {D (k) × C (k)} (k = -12, -1
1, -10 ... 10, 11, 12).

【0010】まず、図3の説明を行う。レジスタ4(R
OM出力)は図1のレジスタ4の内容で、係数ROM3
の係数データ出力を表す。レジスタ2(データ)は図1
のレジスタ2の内容で、RAMから読み出されたデータ
を表す。乗算器は図1の乗算器5の出力を表す。次のア
キュームレータ入出力は、切り替え回路6でアキューム
レータ9の下位25ビットを選ぶか8〜32の上位ビッ
トを選ぶかを示し、さらに切り替え回路8で加算器7の
出力をアキュームレータ9の下位24ビットに入力する
か8〜32の上位ビットに入力するかを示している。
1,3,4行目は下位24ビットの場合で、2,6,8
行目は8〜32の上位ビットの場合である。
First, FIG. 3 will be described. Register 4 (R
OM output) is the contents of register 4 in FIG.
Represents the coefficient data output of. Register 2 (data) is shown in Figure 1.
The content of the register 2 indicates the data read from the RAM. The multiplier represents the output of the multiplier 5 of FIG. The next accumulator input / output indicates whether the lower 25 bits of the accumulator 9 or the upper bits of 8 to 32 are selected by the switching circuit 6, and the output of the adder 7 is switched to the lower 24 bits of the accumulator 9 by the switching circuit 8. It indicates whether to input or to input to upper bits of 8 to 32.
The 1st, 3rd and 4th rows are the case of the lower 24 bits and are 2, 6, 8
The row is for the upper bits of 8 to 32.

【0011】[0011]

【表2】 [Table 2]

【0012】はじめに、RAM1から16ビットデータ
D(12)が読み出される。このデータは一旦レジスタ
2に保持される。一方ROM3には、表2のようなデー
タが保持されており、最初にC(12)の下位8ビット
が読み出され、一旦レジスタ4に保持される。本実施例
では、D4という係数データになる。
First, 16-bit data D (12) is read from the RAM 1. This data is temporarily held in the register 2. On the other hand, the ROM 3 holds the data as shown in Table 2. First, the lower 8 bits of C (12) are read and temporarily stored in the register 4. In this embodiment, the coefficient data is D4.

【0013】このC(12)の下位8ビットをC(12
L)、上位8ビットをC(12U)と表すことにする。
レジスタ2とレジスタ4の出力は乗算器5で乗算される
ので、乗算結果はD(12)×C(12L)となる。こ
の出力は、アキュームレータ9の下位24ビットととも
に加算器8に入力され加算される。ここで、最初にアキ
ュームレータ9の内容をクリアーしておくとすると、加
算器8の出力は乗算結果そのもので、アキュームレータ
9の下位にもD(12)×C(12L)が格納される。
次にレジスタ2の内容は保持しておき、ROM3からC
(12U)が読み出され、一旦レジスタ4に保持され
る。乗算結果はD(12)×C(12U)となる。この
乗算結果は、切り替え回路によって選ばれているアキュ
ームレータ9の上位ビット(9ビット〜32ビット)と
ともに加算器8で加算される。加算器8の出力はD(1
2)×C(12)の9ビット〜32ビットとなり、切り
替え回路8によりアキュームレータ9の9ビット〜32
ビットとなり、切り替え回路8によりアキュームレータ
9の9ビット〜32ビットに保持される。
The lower 8 bits of this C (12) are set to C (12
L) and the upper 8 bits are represented as C (12U).
Since the outputs of the registers 2 and 4 are multiplied by the multiplier 5, the multiplication result is D (12) × C (12L). This output is input to the adder 8 and added together with the lower 24 bits of the accumulator 9. Here, if the contents of the accumulator 9 are cleared first, the output of the adder 8 is the multiplication result itself, and D (12) × C (12L) is also stored in the lower order of the accumulator 9.
Next, the contents of the register 2 are held and the contents of the ROM 3 to the C
(12U) is read and temporarily stored in the register 4. The multiplication result is D (12) × C (12U). This multiplication result is added by the adder 8 together with the upper bits (9 bits to 32 bits) of the accumulator 9 selected by the switching circuit. The output of the adder 8 is D (1
2) × C (12) 9 bits to 32 bits, and the switching circuit 8 causes the accumulator 9 to 9 bits to 32 bits.
It becomes a bit and is held by the switching circuit 8 in the 9th bit to the 32nd bit of the accumulator 9.

【0014】次に、RAM1からDい11)が読み出さ
れると同時に、ROM3からC(11)の下位8ビット
が読み出され、それぞれレジスタ2及びレジスタ4に保
持される。レジスタ2と4の出力は乗算器5で乗算さ
れ、出力結果はD(11)×C(11L)となる。この
出力は、アキュームレータ9の下位24ビットとともに
加算器7に入力され、加算器8の出力は D(12)×C(12)−D(11)×C(11L) となる。係数C(11)は(007F)Hで上位8ビッ
トは全て0であるため D(11)×C(11L)=D(11)×C(11) となるため、加算器7の出力は D(12)×C(12)+D(11)×C(11) となる。このように、上位8ビットが全て0または全て
1の係数に関しては、下位ビットのみの累積加算を行
い、それ以外の係数に関しては、下位の乗算結果と上位
の乗算結果の累積加算を続けることによって DO=Σ{D(k)×C(k)}(k=−12,−1
1,−10…10,11,12) を得ることが出来る。
Next, the lower 8 bits of C (11) are read from the ROM 3 at the same time when the RAM 1 is read from the RAM 11) and held in the register 2 and the register 4, respectively. The outputs of the registers 2 and 4 are multiplied by the multiplier 5, and the output result is D (11) × C (11L). This output is input to the adder 7 together with the lower 24 bits of the accumulator 9, and the output of the adder 8 is D (12) × C (12) −D (11) × C (11L). Since the coefficient C (11) is (007F) H and the upper 8 bits are all 0, D (11) × C (11L) = D (11) × C (11), and the output of the adder 7 is D (12) × C (12) + D (11) × C (11). Thus, for coefficients whose upper 8 bits are all 0s or 1s, cumulative addition of only lower bits is performed, and for other coefficients, by continuing cumulative addition of lower multiplication results and upper multiplication results. DO = Σ {D (k) × C (k)} (k = -12, -1
1, -10 ... 10, 11, 12) can be obtained.

【0015】次に本発明の第2の実施例のディジタルフ
ィルターについて図面を参照して説明する。本実施例の
ディジタルフィルターは、データ16ビット、係数16
ビットを有しているが、乗算器3係数ROM、および加
算器のそれぞれのビット数が第1の実施例と異なる。こ
の第2の実施例のディジタルフィルターは、フィルター
の係数を格納しているビット幅10ビットのROM53
と、16ビット×10ビットの乗算器55と、7は乗算
器5の出力と切り替え回路と出力を入力とする27ビッ
ト加算器77とを有しそれ以外は第1の実施例と同じ構
成であり同一構成要素には第一参照してある。
Next, a digital filter according to a second embodiment of the present invention will be described with reference to the drawings. The digital filter of this embodiment has 16 bits of data and 16 coefficients.
Although it has bits, the number of bits of each of the multiplier 3 coefficient ROM and the adder is different from that of the first embodiment. The digital filter according to the second embodiment is a ROM 53 having a bit width of 10 bits which stores filter coefficients.
, A 16-bit × 10-bit multiplier 55, a reference numeral 7 has an output of the multiplier 5, a switching circuit, and a 27-bit adder 77 having the output as an input. Other than that, the configuration is the same as that of the first embodiment. Yes Same components are referenced first.

【0016】[0016]

【表3】 [Table 3]

【0017】このようなROMデータを用いると実施例
1と同様にして出力DOは、 DO=Σ{D(k)×C(k)}(k=−12,−1
1,−10…10,11,12) を得ることが出来る。この実施例2の場合実施例1に比
べて乗算器、係数ROM、加算器のビット数が増える
が、演算回数は増やせるという利点がある。
Using such ROM data, the output DO is DO = Σ {D (k) × C (k)} (k = -12, -1) as in the first embodiment.
1, -10 ... 10, 11, 12) can be obtained. In the case of the second embodiment, the number of bits of the multiplier, the coefficient ROM, and the adder is larger than that of the first embodiment, but there is an advantage that the number of operations can be increased.

【0018】[0018]

【発明の効果】以上説明したように、本発明のディジタ
ルフィルターは、2回に分けて乗算するため、従来に比
べ乗算器及び加算器のビット数を少なくでき、さらにア
キュームレータの上位ビット下位ビットを切り替える切
り替え機能とそのタイミングを作くタイミング生成回路
を有するため、上位ビットが全て0または全て1の場合
には、1回で乗算を終えることが出来、同じ時間内で多
くの計算が出来る即ちフィルターの次数を上げられると
いう利点を有している。
As described above, since the digital filter of the present invention performs multiplication in two times, the number of bits of the multiplier and the adder can be reduced as compared with the conventional one, and the upper bits and lower bits of the accumulator can be reduced. Since it has a switching function for switching and a timing generation circuit that creates its timing, when the upper bits are all 0s or 1s, the multiplication can be completed once and many calculations can be performed within the same time, that is, the filter. Has the advantage that the order of can be increased.

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

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

【図2】図1を用いたフィルターの構成図である。FIG. 2 is a configuration diagram of a filter using FIG.

【図3】本発明のフィルターの計算ルーチンである。FIG. 3 is a calculation routine of a filter of the present invention.

【図4】従来例のディジタルフィルターのブロック図で
ある。
FIG. 4 is a block diagram of a conventional digital filter.

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

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

1,20 遅延用RAM 2,21 レジスタ 3,22,53 係数ROM 4,23 レジスタ 5,24,55 乗算器 6 切り替え回路 7,25,77 加算器 8 切り替え回路 9,26 アキュームレータ 10,27 出力回路 11,28 タイミング生成回路 1,20 Delay RAM 2,21 Register 3,22,53 Coefficient ROM 4,23 Register 5,24,55 Multiplier 6 Switching circuit 7,25,77 Adder 8 Switching circuit 9,26 Accumulator 10,27 Output circuit 11, 28 Timing generation circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 一定時間毎にディジタル・データを入力
するデータ入力回路と、入力データを遅延させる遅延用
RAMと、前記遅延用RAMの出力を一定時間遅延させ
て出力する第1の遅延回路と、(係数ビット数の1/
2)から(係数ビット数−1)までのビット幅を持つ係
数ROMと、前記係数ROMの出力を一定時間遅延させ
て出力する第2の遅延回路と、乗算器と、第1の切り替
え回路と、第2の切り替え回路と、加算器と、アキュー
ムレータと、タイミング生成回路と、出力回路を備え、
前記入力回路の出力は前記RAMに入力され、前記RA
Mの出力は前記第1の遅延回路に入力され、前記ROM
の出力は前記第2の遅延回路に入力され、前記第1の遅
延回路及び前記第2の遅延回路の出力は前記乗算器に入
力され、前記第1の加算器の出力は前記乗算器に入力さ
れ、前記係数ROMの出力は前記乗算器に入力され、前
記乗算器の出力は前記加算器の一方に入力され、前記加
算器の出力は前記第1の切り替え回路に入力され、前記
第1の切り替え回路の出力は前記アキュームレータに入
力され、前記アキュームレータの出力は前記第2の切り
替え回路に入力され、前記第2の切り替え回路の出力は
加算器の一方に入力され、前記タイミング生成回路の出
力は前記第1の遅延回路と第2の遅延回路と第1の切り
替え回路と第2の切り替え回路に入力されることを特徴
とするディジタルフィルター。
1. A data input circuit for inputting digital data at fixed time intervals, a delay RAM for delaying input data, and a first delay circuit for delaying and outputting the output of the delay RAM for a fixed time. , (1 / the number of coefficient bits
2) to (coefficient bit number-1), a coefficient ROM, a second delay circuit that delays the output of the coefficient ROM for a predetermined time, and outputs the multiplier, a multiplier, and a first switching circuit. , A second switching circuit, an adder, an accumulator, a timing generation circuit, and an output circuit,
The output of the input circuit is input to the RAM and the RA
The output of M is input to the first delay circuit, and the ROM
Is input to the second delay circuit, outputs of the first delay circuit and the second delay circuit are input to the multiplier, and outputs of the first adder are input to the multiplier. The output of the coefficient ROM is input to the multiplier, the output of the multiplier is input to one of the adders, and the output of the adder is input to the first switching circuit. The output of the switching circuit is input to the accumulator, the output of the accumulator is input to the second switching circuit, the output of the second switching circuit is input to one of the adders, and the output of the timing generation circuit is A digital filter which is inputted to the first delay circuit, the second delay circuit, the first switching circuit and the second switching circuit.
JP30209192A 1992-11-12 1992-11-12 Digital filter Pending JPH06152330A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30209192A JPH06152330A (en) 1992-11-12 1992-11-12 Digital filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30209192A JPH06152330A (en) 1992-11-12 1992-11-12 Digital filter

Publications (1)

Publication Number Publication Date
JPH06152330A true JPH06152330A (en) 1994-05-31

Family

ID=17904823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30209192A Pending JPH06152330A (en) 1992-11-12 1992-11-12 Digital filter

Country Status (1)

Country Link
JP (1) JPH06152330A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004214827A (en) * 2002-12-27 2004-07-29 Sony Corp Sampling rate conversion apparatus and method thereof, and audio apparatus
US7051059B2 (en) 2000-08-16 2006-05-23 Fujitsu Limited Oversampling FIR filter, method for controlling the same, semiconductor integrated circuit having the same, and communication system for transmitting data filtered by the same
US10853721B2 (en) 2017-01-25 2020-12-01 Kabushiki Kaisha Toshiba Multiplier accumulator, network unit, and network apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7051059B2 (en) 2000-08-16 2006-05-23 Fujitsu Limited Oversampling FIR filter, method for controlling the same, semiconductor integrated circuit having the same, and communication system for transmitting data filtered by the same
JP2004214827A (en) * 2002-12-27 2004-07-29 Sony Corp Sampling rate conversion apparatus and method thereof, and audio apparatus
US10853721B2 (en) 2017-01-25 2020-12-01 Kabushiki Kaisha Toshiba Multiplier accumulator, network unit, and network apparatus

Similar Documents

Publication Publication Date Title
EP0685127B1 (en) Calculation of a scalar product in a direct-type fir filter
KR100302093B1 (en) How to multiply the binary input signal with the tap coefficient in the crossover digital finite impulse response filter and design the circuit arrangement and crossover digital filter
JPH06152330A (en) Digital filter
EP0791242B1 (en) Improved digital filter
US20020042804A1 (en) Parallel processing syndrome calculating circuit and reed-solomon decoding circuit
JPH09116387A (en) Digital filter
JPH0834407B2 (en) Input weighted transversal filter
US5166895A (en) Input-weighted transversal filter
JPS5853217A (en) Digital filter circuit
JPS6226723B2 (en)
JP3243831B2 (en) FIR type filter
JP3258938B2 (en) Decimation filter
JP2550597B2 (en) Squarer
JPH0136727B2 (en)
JPH0720047B2 (en) Digital Filter
JPH06112769A (en) Digital filter
JPH0795671B2 (en) Digital Filter
JPH0666638B2 (en) Digital Filter
JPS60254372A (en) Arithmetic unit for sum of products
JPH0113244B2 (en)
JP3130631B2 (en) Digital signal processor
JPH0435417A (en) Oversample analog/digital converter
JPS62297934A (en) Digital signal processor
JPH0624310B2 (en) Digital Filter
JPH0716145B2 (en) Digital transversal filter

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20000418