JPH07114343B2 - Integrated circuit for signal processing - Google Patents

Integrated circuit for signal processing

Info

Publication number
JPH07114343B2
JPH07114343B2 JP63324192A JP32419288A JPH07114343B2 JP H07114343 B2 JPH07114343 B2 JP H07114343B2 JP 63324192 A JP63324192 A JP 63324192A JP 32419288 A JP32419288 A JP 32419288A JP H07114343 B2 JPH07114343 B2 JP H07114343B2
Authority
JP
Japan
Prior art keywords
data
storage unit
address
data storage
integrated circuit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP63324192A
Other languages
Japanese (ja)
Other versions
JPH02168710A (en
Inventor
晃 矢沢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
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 JP63324192A priority Critical patent/JPH07114343B2/en
Publication of JPH02168710A publication Critical patent/JPH02168710A/en
Publication of JPH07114343B2 publication Critical patent/JPH07114343B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は信号処理用集積回路に関し、特にディジタル信
号処理によりディジタルフィルタを形成するための信号
処理用集積回路に関する。
Description: TECHNICAL FIELD The present invention relates to a signal processing integrated circuit, and more particularly to a signal processing integrated circuit for forming a digital filter by digital signal processing.

〔従来の技術〕[Conventional technology]

従来、この種の信号処理用集積回路はデータ記憶部や演
算部および制御部並びに演算処理に必要な係数を記憶す
る係数記憶部等を備え、演算の処理のたびにデータ記憶
部にアクセスするように構成されている。
Conventionally, this kind of signal processing integrated circuit is provided with a data storage unit, an arithmetic unit, a control unit, a coefficient storage unit for storing coefficients necessary for arithmetic processing, and the like, so that the data storage unit is accessed each time the arithmetic processing is performed. Is configured.

第4図はかかる従来の一例を示す信号処理用集積回路図
である。
FIG. 4 is a signal processing integrated circuit diagram showing an example of such a conventional technique.

第4図に示すように、この従来例は処理に必要なデータ
を記憶するデータ記憶部1と、処理に必要な係数を記憶
する係数記憶部3と、データ記憶部1のアドレスを決め
るデータポインタ(D.P.)10と、係数記憶部3のアドレ
スを決める係数ポインタ(C.P.)11と、外部との命令の
やり取りを行なう外部インターフェイス4と、演算を行
なう演算部5と、外部との信号のやり取りを行なう周辺
部6および全体の制御を行なう制御部2とから構成され
ている。
As shown in FIG. 4, in this conventional example, a data storage unit 1 that stores data necessary for processing, a coefficient storage unit 3 that stores coefficients necessary for processing, and a data pointer that determines an address of the data storage unit 1 (DP) 10, coefficient pointer (CP) 11 for determining the address of coefficient storage unit 3, external interface 4 for exchanging instructions with the outside, arithmetic unit 5 for performing arithmetic operations, and exchange of signals with the outside. It is composed of a peripheral section 6 for performing the control and a control section 2 for controlling the whole.

第5図は第4図における集積回路を用いて構成したディ
ジタルフィルタの構成図である。
FIG. 5 is a block diagram of a digital filter configured by using the integrated circuit in FIG.

第5図に示すように、かかるIIRディジタルフィルタは
入力端子INから入力された信号を遅延回路Z0,Z1および
係数回路c,a0,a1を介し加算器13で加算して出力端子OUT
から出力する一方、この出力を遅延回路Z2,Z3および係
数回路b0,b1を介して加算器13にフィードバックする構
成になっている。すなわち、a0,a1,b0,b1,cはそれぞれ
処理に必要な係数を表わし、係数記憶部3に記憶されて
いる。また、Z0〜Z3はそれぞれ遅延されたデータを表わ
すとともに、演算される毎にデータ記憶部1に記憶され
る。
As shown in FIG. 5, in such an IIR digital filter, the signals input from the input terminal IN are added by the adder 13 via the delay circuits Z 0 , Z 1 and the coefficient circuits c, a 0 , a 1 to output terminals. OUT
Meanwhile, the output is fed back to the adder 13 via the delay circuits Z 2 and Z 3 and the coefficient circuits b 0 and b 1 . That is, a 0 , a 1 , b 0 , b 1 and c respectively represent the coefficients required for processing and are stored in the coefficient storage unit 3. Further, Z 0 to Z 3 represent delayed data and are stored in the data storage unit 1 each time they are calculated.

第6図は第4図におけるデータ記憶部と演算部との演算
の流れを説明するためのシーケンス図である。
FIG. 6 is a sequence diagram for explaining the flow of calculation between the data storage section and the calculation section in FIG.

第6図に示すように、ここではZ0〜Z3はそれぞれデータ
記憶部1の0〜3アドレスに相当している。また、演算
部5におけるACCはアキュームレータを表わし、データ
記憶部1及び係数記憶部3からデータおよび係数を読み
出し、アミュームレータACCの中に式(IN×c+a0×Z0
+a1×Z1+b0×Z2+b1×Z3)を求めることにより、第5
図に示したIIRディジタルフィルタの演算が行われる。
As shown in FIG. 6, here, Z 0 to Z 3 respectively correspond to addresses 0 to 3 of the data storage unit 1. Further, ACC in the calculation unit 5 represents an accumulator, reads out data and coefficients from the data storage unit 1 and the coefficient storage unit 3, and stores the formula (IN × c + a 0 × Z 0) in the ammulator ACC.
+ A 1 × Z 1 + b 0 × Z 2 + b 1 × Z 3 )
The operation of the IIR digital filter shown in the figure is performed.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

上述した従来の信号処理用集積回路は、データ記憶部に
注目してみると、データはZ1,Z0の順に読み出され演算
されるとともに、Z0データを次の演算のためにアドレス
1(Z1の入っていたアドレス)に書き込まなければなら
ない。また、データZ3,Z2も順に読み出され演算を行な
うとともに、Z2データを次の演算のためにアドレス3
(Z3が入っていたアドレス)に書き込まなければならな
い。
In the above-described conventional signal processing integrated circuit, when attention is paid to the data storage unit, the data is read out in the order of Z 1 and Z 0 and is operated, and the Z 0 data is transferred to the address 1 for the next operation. It must be written to (Z 1 of the entered have the address). Further, the data Z 3 and Z 2 are also read out in order and the operation is performed, and the Z 2 data is sent to the address 3
Must be written to (the address where Z 3 was).

このように、Z0,Z2データを一つの演算が終了する毎に
次の演算のために一つ進んだアドレスに書き替えなけれ
ばならないので、演算のステップ数が増大してしまうと
同時に、演算時間も長くなってしまうという欠点があ
る。
In this way, Z 0 , Z 2 data must be rewritten to the next advanced address for the next calculation each time one calculation is completed, so that the number of calculation steps increases and at the same time, There is a drawback that the calculation time becomes long.

本発明の目的は、かかる演算ステップ数の削減および演
算時間を短縮する信号処理用集積回路を提供することに
ある。
It is an object of the present invention to provide a signal processing integrated circuit that reduces the number of calculation steps and the calculation time.

〔課題を解決するための手段〕[Means for Solving the Problems]

本発明の信号処理用集積回路は、IIRディジタルフィル
タにおいて、演算を行なう演算部と、処理に必要な係数
を記憶する係数記憶部と、そのアドレスを決める係数ポ
インタと、データを記憶するデータ記憶部と、そのアド
レスを決めるデータポインタと、周辺装置とのデータの
やりとりを行なう周辺部と、外部と命令のやりとりを行
なう外部インターフェイス部と、全体の制御を行なう制
御部と、前記制御部からの信号によりバイナリカウント
を行なうバイナリカウント手段と、前記データポインタ
と前記データ記憶部との間に接続され且つ前記データポ
インタのLSBなどの値を前記バイナリーカウント手段の
出力に基いて反転させる反転回路とを備え、前記バイナ
リカウント手段と前記データポインタおよび前記反転回
路を介する前記制御部からの信号により前記データ記憶
部へのアドレスを決定するように構成される。
The signal processing integrated circuit of the present invention is, in an IIR digital filter, an arithmetic unit that performs arithmetic operations, a coefficient storage unit that stores coefficients necessary for processing, a coefficient pointer that determines the address thereof, and a data storage unit that stores data. A data pointer for determining its address, a peripheral section for exchanging data with peripheral devices, an external interface section for exchanging instructions with the outside, a control section for overall control, and a signal from the control section. And a inverting circuit connected between the data pointer and the data storage unit and inverting a value such as LSB of the data pointer based on the output of the binary counting means. , The control unit via the binary count means, the data pointer, and the inversion circuit Configured to determine an address to the data storage unit by al signal.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明す
る。
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の第一の実施例を示す信号処理用集積回
路図である。
FIG. 1 is a signal processing integrated circuit diagram showing a first embodiment of the present invention.

第1図に示すように、本実施例は前述した従来例(第4
図)と比較して異なるのは、制御部2からの信号により
動作するバイナリカウンタ7と、バイナリカウンタ7の
出力と制御部2からの信号の論理積をとるアンドゲート
8と、アンドゲート8の出力信号によりデータポインタ
(D.P.)10の値を反転させる反転回路9とを設けたこと
にある。これらのゲート8および反転回路9は演算する
毎にデータ記憶部1のアドレスへのアクセス方法を変え
ている。これにより、従来例で欠点となっていたデータ
の書き替え作業を不要とし且つ演算のステップ数を減ら
すことができるようになっている。
As shown in FIG. 1, this embodiment is the same as the above-mentioned conventional example (fourth embodiment).
The difference from FIG. 2 is that the binary counter 7 operated by the signal from the control unit 2, the AND gate 8 that takes the logical product of the output of the binary counter 7 and the signal from the control unit 2, and the AND gate 8 The inversion circuit 9 inverts the value of the data pointer (DP) 10 according to the output signal. The gate 8 and the inverting circuit 9 change the access method to the address of the data storage unit 1 every time the calculation is performed. As a result, the rewriting work of data, which is a drawback of the conventional example, becomes unnecessary and the number of calculation steps can be reduced.

次に、上述した内容を分かり易いように、反転回路9を
データポインタ10のLSBだけ反転する回路としたとき、
第6図と同様の演算を第2図を参照して説明する。
Next, in order to make the above contents easy to understand, when the inverting circuit 9 is a circuit which inverts only the LSB of the data pointer 10,
Calculations similar to those in FIG. 6 will be described with reference to FIG.

第2図は第1図におけるデータ記憶部と演算部との演算
の流れを説明するためのシーケンス図である。
FIG. 2 is a sequence diagram for explaining the flow of calculation between the data storage unit and the calculation unit in FIG.

第2図に示すように、本実施例におけるデータ記憶部1
と演算部5との間の演算では、第6図で必要としていた
Z0,D2データをそれぞれアドレス1,3に書き替えるという
ステップが省略される。すなわち、1回目の演算ではア
ドレス0にデータZ0が入っており且つアドレス1にデー
タZ1が入っているので、2回目の演算ではアドレス0に
Z1が入っており且つアドレス1にZ0が入っているように
アクセスすれば、Z0データを書き替える必要が無くな
る。要するに、制御部2で制御されるバイナリカウンタ
7を有し演算が終わる毎にこのバイナリカウンタ7の値
を変えてデータ記憶部1へのアクセスを変えている。従
って、第2図のデータ記憶部1の中のアドレスとして示
されている値にカッコが付いているものは、第2回目つ
まりカッコの無い場合の次の演算でのアクセスの仕方を
示すものである。
As shown in FIG. 2, the data storage unit 1 in this embodiment.
The calculation between and the calculation unit 5 was required in FIG.
The step of rewriting Z 0 and D 2 data to addresses 1 and 3 respectively is omitted. That is, since the data Z 0 is contained in the address 0 and the data Z 1 is contained in the address 1 in the first operation, the address 0 is contained in the second operation.
If access to Z 1 is in the Z 0 to which and the address 1 contains, Z 0 data need not rewritten. In short, the binary counter 7 controlled by the control unit 2 is provided, and the value of the binary counter 7 is changed every time the operation is completed to change the access to the data storage unit 1. Therefore, the value shown as the address in the data storage unit 1 in FIG. 2 with parentheses indicates the access method in the second operation, that is, the next operation when there is no parenthesis. is there.

ここで、バイナリカウンタ7に接続されるアンドゲート
8は、この反転するかしないかを制御部2で制御出来る
ようにした論理回路である。つまり、データ記憶部1に
は、IIRフィルタだけでなく様々なデータが入っている
ときに、上述したようなアクセスはIIRフィルタ演算以
外のときは不要となるため、このようなゲート8が必要
になっている。
Here, the AND gate 8 connected to the binary counter 7 is a logic circuit that can be controlled by the control unit 2 whether to invert or not. That is, when the data storage unit 1 contains not only the IIR filter but also various data, the above-mentioned access is not necessary except for the IIR filter operation, and thus the gate 8 is required. Has become.

要するに、本実施例ではデータ記憶部1のアドレスの仕
方を演算処理単位に変えることにより、データ記憶部1
に対する書き込み回数を減少させることができる。
In short, in the present embodiment, by changing the addressing method of the data storage unit 1 to the arithmetic processing unit, the data storage unit 1
It is possible to reduce the number of times of writing to.

第3図は本発明の第二の実施例を示す信号処理用集積回
路図である。
FIG. 3 is a signal processing integrated circuit diagram showing a second embodiment of the present invention.

第3図に示すように、本実施例は前述した第一の実施例
と比較し、アンドゲート8の省略およびバイナリーカウ
ンタ8をバイナリーF/F12への置換を行ったことにあ
る。前述したように、アンドゲート8はデータ記憶部1
の変則アクセスをコントロールするためのゲートであ
り、演算が全てIIRディジタルフィルタのみであれば不
要となる。
As shown in FIG. 3, this embodiment is different from the above-mentioned first embodiment in that the AND gate 8 is omitted and the binary counter 8 is replaced with a binary F / F 12. As described above, the AND gate 8 is the data storage unit 1.
This is a gate for controlling the irregular access of, and is unnecessary if all the operations are only IIR digital filters.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明の信号処理用集積回路は、
バイナリーカウント手段,データポインタおよび反転回
路を設け、制御部からの信号によってデータ記憶部への
アドレス制御を変えることにより、演算のステップ数を
削減し且つ演算に必要な時間を短かくすることが出来る
という効果がある。
As described above, the signal processing integrated circuit of the present invention is
By providing the binary counting means, the data pointer and the inverting circuit and changing the address control to the data storage section by the signal from the control section, it is possible to reduce the number of operation steps and shorten the time required for the operation. There is an effect.

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

第1図は本発明の第一の実施例を示す信号処理用集積回
路図、第2図は第1図におけるデータ記憶部と演算部と
の演算の流れを説明するためのシーケンス図、第3図は
本発明の第二の実施例を示す信号処理用集積回路図、第
4図は従来の一例を示す信号処理用集積回路図、第5図
は第4図における集積回路を用いて構成したディジタル
フィルタの構成図、第6図は第4図におけるデータ記憶
部と演算部との演算の流れを説明するためのシーケンス
図である。 1……データ記憶部、2……制御部、3……係数記憶
部、4……外部インターフェイス、5……演算部、6…
…周辺部、7……バイナリーカウンタ、8……アンド回
路、9……反転回路、10……データポインタ(D.P.)、
11……係数ポインタ(C.P.)、12……バイナリーF/F。
FIG. 1 is an integrated circuit diagram for signal processing showing a first embodiment of the present invention, FIG. 2 is a sequence diagram for explaining a flow of calculation between a data storage unit and a calculation unit in FIG. 1, and FIG. FIG. 4 is a signal processing integrated circuit diagram showing a second embodiment of the present invention, FIG. 4 is a conventional signal processing integrated circuit diagram, and FIG. 5 is a configuration using the integrated circuit shown in FIG. FIG. 6 is a configuration diagram of the digital filter, and FIG. 6 is a sequence diagram for explaining the flow of calculation between the data storage unit and the calculation unit in FIG. 1 ... Data storage unit, 2 ... Control unit, 3 ... Coefficient storage unit, 4 ... External interface, 5 ... Calculation unit, 6 ...
... Peripheral part, 7 ... Binary counter, 8 ... AND circuit, 9 ... Inversion circuit, 10 ... Data pointer (DP),
11 …… Coefficient pointer (CP), 12 …… Binary F / F.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】IIRディジタルフィルタにおいて、演算を
行なう演算部と、処理に必要な係数を記憶する係数記憶
部と、そのアドレスを決める係数ポインタと、データを
記憶するデータ記憶部と、そのアドレスを決めるデータ
ポインタと、周辺装置とのデータのやりとりを行なう周
辺部と、外部と命令のやりとりを行なう外部インターフ
ェイス部と、全体の制御を行なう制御部と、前記制御部
からの信号によりバイナリカウントを行なうバイナリカ
ウント手段と、前記データポインタと前記データ記憶部
との間に接続され且つ前記データポインタのLSBなどの
値を前記バイナリーカウント手段の出力に基いて反転さ
せる反転回路とを備え、前記バイナリカウント手段と前
記データポインタおよび前記反転回路を介する前記制御
部からの信号により前記データ記憶部へのアドレスを決
定することを特徴とする信号処理用集積回路。
1. An IIR digital filter comprising: an arithmetic unit for performing arithmetic operations; a coefficient storage unit for storing coefficients necessary for processing; a coefficient pointer for determining its address; a data storage unit for storing data; and its address. A data pointer to be decided, a peripheral part for exchanging data with the peripheral device, an external interface part for exchanging instructions with the outside, a control part for controlling the whole, and a binary count by a signal from the control part. Binary counting means, and an inverting circuit connected between the data pointer and the data storage section and inverting a value such as LSB of the data pointer based on the output of the binary counting means. And a signal from the control unit via the data pointer and the inversion circuit. Signal processing integrated circuit, characterized in that to determine the address of the data storage unit.
JP63324192A 1988-12-21 1988-12-21 Integrated circuit for signal processing Expired - Fee Related JPH07114343B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63324192A JPH07114343B2 (en) 1988-12-21 1988-12-21 Integrated circuit for signal processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63324192A JPH07114343B2 (en) 1988-12-21 1988-12-21 Integrated circuit for signal processing

Publications (2)

Publication Number Publication Date
JPH02168710A JPH02168710A (en) 1990-06-28
JPH07114343B2 true JPH07114343B2 (en) 1995-12-06

Family

ID=18163099

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63324192A Expired - Fee Related JPH07114343B2 (en) 1988-12-21 1988-12-21 Integrated circuit for signal processing

Country Status (1)

Country Link
JP (1) JPH07114343B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS59220879A (en) * 1983-05-30 1984-12-12 Sony Corp Digital signal processing device

Also Published As

Publication number Publication date
JPH02168710A (en) 1990-06-28

Similar Documents

Publication Publication Date Title
JPH0414385B2 (en)
JPH0476884A (en) Stack memory
US5606715A (en) Flexible reset configuration of a data processing system and method therefor
JPS607812B2 (en) Data buffering device
US4575796A (en) Information processing unit
JPH07114343B2 (en) Integrated circuit for signal processing
EP0136699B1 (en) Programmable controller
JPH06119167A (en) Digital signal processing circuit
JPS607529A (en) Buffer memory device
JP2723843B2 (en) Dual port memory control circuit
JPH0375945A (en) Data processor
JPS6017131B2 (en) memory control circuit
JP2002050172A (en) Fifo control circuit
JPH0756805A (en) Memory access method
JPH0113764B2 (en)
JPH0155504B2 (en)
JPS6352262A (en) Data transfer device
JPH02118722A (en) Fifo memory
JPH04246699A (en) Signal processor
JPH0721760B2 (en) Digital arithmetic circuit
JPS6226729B2 (en)
JPS636896B2 (en)
JPH0245860A (en) Data transferring device
JPH0264719A (en) Rom function data table circuit
JPH01140807A (en) Processor for digital signal processing

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees