JPH05158967A - 計算機システム - Google Patents

計算機システム

Info

Publication number
JPH05158967A
JPH05158967A JP3348345A JP34834591A JPH05158967A JP H05158967 A JPH05158967 A JP H05158967A JP 3348345 A JP3348345 A JP 3348345A JP 34834591 A JP34834591 A JP 34834591A JP H05158967 A JPH05158967 A JP H05158967A
Authority
JP
Japan
Prior art keywords
vector
twiddle factor
rotational
storage array
fourier transform
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
JP3348345A
Other languages
English (en)
Inventor
Shoichiro Yamada
正一郎 山田
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 JP3348345A priority Critical patent/JPH05158967A/ja
Priority to US07/986,535 priority patent/US5327367A/en
Publication of JPH05158967A publication Critical patent/JPH05158967A/ja
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/14Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
    • G06F17/141Discrete Fourier transforms
    • G06F17/142Fast Fourier transforms, e.g. using a Cooley-Tukey type algorithm

Landscapes

  • Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Discrete Mathematics (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Complex Calculations (AREA)

Abstract

(57)【要約】 【目的】 高速フーリエ変換を実現する場合に必要な、
回転因子の格納配列を縮小し、処理を高速化する。 【構成】 ベクトル演算器を有する計算機システムにお
いて、isogeometric型高速フーリエ変換を
実現する場合に必要な、回転因子の格納配列をベクトル
計算機の最大ベクトル長を考慮することによって縮小す
る縮小機能を備えた。

Description

【発明の詳細な説明】
【0001】
【産業上の利用分野】本発明は、ベクトル演算器を有す
る計算機システムに関し、特に、高速フーリエ変換の実
現を図った計算機システムに関する。
【0002】
【従来の技術】従来、ベクトル演算器を有する計算機シ
ステムにおいて、図4に示すように、高速フーリエ変換
の回転因子の格納配列では、各繰り返しにベクトルロー
ドして使われる回転因子をすべてそのまま格納してい
た。
【0003】すなわち、従来は、図5の回転因子ロード
フローチャートに示すように、回転因子格納領域からベ
クトルでロードする方法であり、回転因子の格納配列W
(図4)は、各段階における回転因子の値を全て保持し
ていたため回転因子格納領域のサイズは S=N*logN に示すだけ必要だった。ここで、 S:従来の回転因子格納領域のサイズ N:FFT要素数 log:2を底とするlog である。
【0004】このサイズは、入力要素のサイズよりも大
きくフーリエ変換の要素数が大きくなると回転因子の格
納領域が確保できないためにこの高速フーリエ変換アル
ゴリズムが使えなくなる。また、この回転因子を生成す
るためには、図4で解るように、2の巾乗のベクトルロ
ード、ストアが必要であり生成には多くの処理時間がか
かっていた。
【0005】
【発明が解決しようとする課題】上述したように、従来
のベクトル演算器を有する計算機システムにあっては、
高速フーリエ変換の回転因子の格納配列では、各繰り返
しにベクトルロードして使われる回転因子を全てそのま
ま格納していたので、格納領域のサイズが大きく、処理
する要素数が増えると主記憶が足りなくなるという問題
点があった。
【0006】また、この配列では、同じ値の要素が偶数
間隔で並ぶので、配列に値を設定する処理がバンクコン
フリクトのために、高速にベクトル処理できないという
問題点もあった。
【0007】本発明は、上記の問題点にかんがみてなさ
れたもので、回転因子の格納配列を小さくして処理の高
速化を図った計算機システムの提供を目的とする。
【0008】
【課題を解決するための手段】上記目的を達成するため
本発明の計算機システムは、ベクトル演算器を有する計
算機システムにおいて、イソジオメトリック型高速フー
リエ変換を実現する場合に必要な、回転因子の格納配列
を、ベクトル計算機の最大ベクトル長を考慮することに
よって縮小する縮小機能を備えた構成としてある。
【実施例】
【0009】以下、本発明の実施例について図面を参照
して説明する。実施例に係る計算機システムは、ベクト
ル演算器を有し、イソジオメトリック高速フーリエ変換
を実現する場合に必要な、回転因子の格納配列を、ベク
トル計算機の最大ベクトル長を考慮することによって縮
小するアルゴリズムを実現する縮小機能を備えている。
【0010】図1に要素数8の場合のイソジオメトリッ
ク(isogeometric)型高速フーリエ変換の
データフローを示す。入力要素f0〜f7は、各々入れ
換えられながら和、差をとり回転因子を掛けられて結果
F0〜F7となる、このフローはベクトル化可能であり
回転因子は各段階においてW0〜W3から全てW0まで
が必要である。
【0011】本発明の実施例の方式では、図4に示すよ
うに同じ回転因子の値が各段階毎に倍々になる点を考慮
し、同じ回転因子の数がベクトル計算機の最大ベクトル
要素数を越えた場合は、最大ベクトル長に対して1つだ
け回転因子の値を格納することによって図2に示すよう
に回転因子の格納配列のサイズを縮小する。
【0012】実施例の回転因子の格納配列のサイズは S’=logVL*N+N/logN*(logN−logVL) の式で与えられる。ここで、 S’:本発明の回転因子格納領域のサイズ N:FFT要素数 VL:ベクトル計算機の最大ベクトル長 log:2を底とするlog である。
【0013】この回転因子格納配列(図2)による回転
因子ロードフローチャートを図3に示す。図に示すよう
に、ベクトル命令の繰り返し中の回転因子が全て同じな
らば、回転因子格納領域からスカラで値をロードし、も
し同じでなければ、回転因子格納領域からベクトルでロ
ードし回転因子の乗算をおこなう。
【0014】すなわち、上述したように、従来の方法で
は、図5に示すように回転因子格納領域からベクトルで
ロードする方法であり、回転因子の格納配列W(図4)
は各段階における回転因子の値を全て保持していたため
回転因子格納領域のサイズはS=N*logNに示す値
だけ必要だった。このサイズは入力要素のサイズよりも
大きくフーリエ変換の要素数が大きくなると回転因子の
格納領域が確保できないためにこの高速フーリエ変換ア
ルゴリズムが使えなくなる。また、この回転因子を生成
するためには図4で解るように2の巾乗のベクトルロー
ド、ストアが必要であり生成には多くの処理時間がかか
っていた。
【0015】これに対して本発明の回転因子格納領域
は、サイズが小さくなるためその生成処理も高速化され
る。
【0016】
【発明の効果】以上説明したように、本発明のベクトル
演算器を有する計算機システムによれば、高速フーリエ
変換を実現する場合に必要な、回転因子の格納配列が、
ベクトル計算機の最大ベクトル長を考慮することによっ
て縮小されるという効果がある。そのため、その生成処
理が高速化されるという効果がある。
【図面の簡単な説明】
【図1】N=8の場合のisogeometric型高
速フーリエ変換のアルゴリズムを示す図である。
【図2】実施例に係る回転因子格納配列を示す図であ
る。
【図3】本発明の実施例に係る回転因子のロードフロー
チャートを示す図である。
【図4】従来の回転因子格納配列を示す図である。
【図5】従来の回転因子のロードフローチャートを示す
図である。
【符号の説明】
W 回転因子格納配列 S 従来の回転因子格納領域のサイズ S’ 本発明の回転因子格納領域のサイズ

Claims (1)

    【特許請求の範囲】
  1. 【請求項1】 ベクトル演算器を有する計算機システム
    において、イソジオメトリック型高速フーリエ変換を実
    現する場合に必要な、回転因子の格納配列を、ベクトル
    計算機の最大ベクトル長を考慮することによって縮小す
    る縮小機能を備えたことを特徴とする計算機システム。
JP3348345A 1991-12-05 1991-12-05 計算機システム Pending JPH05158967A (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP3348345A JPH05158967A (ja) 1991-12-05 1991-12-05 計算機システム
US07/986,535 US5327367A (en) 1991-12-05 1992-12-07 Computer system with vector functional unit for fast fourier transform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3348345A JPH05158967A (ja) 1991-12-05 1991-12-05 計算機システム

Publications (1)

Publication Number Publication Date
JPH05158967A true JPH05158967A (ja) 1993-06-25

Family

ID=18396406

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3348345A Pending JPH05158967A (ja) 1991-12-05 1991-12-05 計算機システム

Country Status (2)

Country Link
US (1) US5327367A (ja)
JP (1) JPH05158967A (ja)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7685220B2 (en) 2005-12-14 2010-03-23 Telefonaktiebolaget L M Ericsson (Publ) Circular fast fourier transform
CN101930425B (zh) 2009-06-24 2015-09-30 华为技术有限公司 信号处理方法、数据处理方法及装置
US10375131B2 (en) * 2017-05-19 2019-08-06 Cisco Technology, Inc. Selectively transforming audio streams based on audio energy estimate

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2409652A1 (fr) * 1977-11-18 1979-06-15 Materiel Telephonique Recepteur de signaux numeriques multifrequences codes
US4231102A (en) * 1978-12-21 1980-10-28 Raytheon Company Cordic FFT processor
JPS62175866A (ja) * 1986-01-30 1987-08-01 Nec Corp シグナルプロセツサ

Also Published As

Publication number Publication date
US5327367A (en) 1994-07-05

Similar Documents

Publication Publication Date Title
US6490672B1 (en) Method for computing a fast fourier transform and associated circuit for addressing a data memory
EP0282070B1 (en) Vector access to memories
CN110046704B (zh) 基于数据流的深度网络加速方法、装置、设备及存储介质
JPS6077265A (ja) ベクトル処理装置
US7792892B2 (en) Memory control method for storing operational result data with the data order changed for further operation
US20230254145A1 (en) System and method to improve efficiency in multiplicationladder-based cryptographic operations
US20100138464A1 (en) Digital Signal Processor Having Instruction Set With One Or More Non-Linear Functions Using Reduced Look-Up Table With Exponentially Varying Step-Size
US6785798B2 (en) Method and system for circular addressing with efficient memory usage
US5365469A (en) Fast fourier transform using balanced coefficients
CN114003194A (zh) 一种基于乘法器的运算方法、装置和计算机可读存储介质
US9582474B2 (en) Method and apparatus for performing a FFT computation
JPH05158967A (ja) 計算機システム
US20060075010A1 (en) Fast fourier transform method and apparatus
US11435981B2 (en) Arithmetic circuit, and neural processing unit and electronic apparatus including the same
US9582473B1 (en) Instruction set to enable efficient implementation of fixed point fast fourier transform (FFT) algorithms
JP2609630B2 (ja) 除算器及び除算方法
US9311274B2 (en) Approach for significant improvement of FFT performance in microcontrollers
JP3686261B2 (ja) 計算機、プログラム変換装置及びプログラム記録媒体
US11113028B2 (en) Apparatus and method for performing an index operation
Dat et al. Implementation of high speed hash function keccak using CUDA on GTX 1080
JPS60129853A (ja) アドレス発生装置
US20230118082A1 (en) Apparatus, method and system for matrix multiplication reusing multiply accumulate operation
JP2835366B2 (ja) 高速フーリエ変換用アドレス情報発生装置
JP3278441B2 (ja) ベクトル処理装置
JP3259622B2 (ja) ベクトル演算装置を用いたバケットソート処理方式