WO1986001918A1 - A multiprocessor computer architecture for wavefield extrapolation - Google Patents

A multiprocessor computer architecture for wavefield extrapolation Download PDF

Info

Publication number
WO1986001918A1
WO1986001918A1 PCT/NO1985/000059 NO8500059W WO8601918A1 WO 1986001918 A1 WO1986001918 A1 WO 1986001918A1 NO 8500059 W NO8500059 W NO 8500059W WO 8601918 A1 WO8601918 A1 WO 8601918A1
Authority
WO
WIPO (PCT)
Prior art keywords
mwe
wavefield
computer architecture
extrapolation
operator
Prior art date
Application number
PCT/NO1985/000059
Other languages
French (fr)
Inventor
Olav Holberg
Original Assignee
Olav Holberg
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 Olav Holberg filed Critical Olav Holberg
Publication of WO1986001918A1 publication Critical patent/WO1986001918A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01VGEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
    • G01V1/00Seismology; Seismic or acoustic prospecting or detecting
    • G01V1/28Processing seismic data, e.g. analysis, for interpretation, for correction
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01VGEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
    • G01V2210/00Details of seismic processing or analysis
    • G01V2210/50Corrections or adjustments related to wave propagation
    • G01V2210/57Trace interpolation or extrapolation, e.g. for virtual receiver; Anti-aliasing for missing receivers

Definitions

  • a wavefield extrapolator simulates the effect of wave propagation. From [estimated) recordings at one depth level the extrapolator computes estimates of recordings which would have been recorded at another depth level. Recursive wavefield extrapolation forms the basis of any modern seismic migration technique and also plays an important role in seismic forward modelling.
  • the most important input information for migration techniques consists of a velocity model of the subsurface.
  • a detailed velocity model normally cannot be constructed before migration has been performed.
  • An iterative interpretive procedure where the velocity model is successively updated in order to improve the migrated result is therefore highly desirable.
  • Wavefield extrapolation is an. extremely demanding computational task.
  • the introduction of high performance vector processors like the Cray-1 and the Cyber 205 has at least made such computations a practical reality.
  • the run time on such computers for realistic seismic problems is far too long to make iterative techniques feasible on routine basis.
  • a fast wavefield extrapolator would make iterative and interactive migration schemes feasible.
  • a related potential application for a fast wavefield extrapolator is as the modelling part of a Kalman filter for estimation of the parameters in a geological depth model.
  • Step 1 is applied only once. The problem of performing fast Fouriertransformation will not be addressed here. We shall assume that the data are availible in the space-frequency domain or that the FFT can be performed as the data are read from mass storage.
  • Step 2 and 3 are executed repeatedly. In practical applications the total number of depth steps can be expected to range from a few hundred to about one thousand. Note that for each extrapolation step the complete data volume must be retrieved and stored.
  • the extrapolation can be performed independently for all ⁇ .
  • the number of frequencies that should be Lateral velocity variations can be coped with by using space variant convolutions.
  • the operators can be precomputed and accessed by table » look-up.
  • N is the number of temporal frequencies that is to be processed concurrently.
  • a possible structure for performing the central part of the algorithm is shown in fig.1.
  • One monochromatic wavefield extrapolator (MWE) and one memory module is assigned to each temporal frequency in the frequency band that is to be processed concurrently.
  • the private memories of each MWE are loaded with data from a global data bus.
  • During extrapolation and (partial) imaging the desired number of frequencies are extrapolated simultaneously by operating the individual MWE's in lock-step.
  • the adder must be implemented as a pipelined adder tree with length equal to the logarithm of the number of MWE's.
  • Each MWE is physically connected only to its two neighbours. All control signals, including system clock, are fed from the top of the structure. For each clock cycle these signals propagate one MWE downwards.
  • the input data and their destination addresses are pumped systolically down through all the memories.
  • Each private memory accepts a write only if the data address ' lies within the address field of that particular memory.
  • the structure is operated as a two level systolic array. Seismic velocity and data address information flow vertically downward. In each MWE velocity information and wavefield data flow horizontally. Imaging is performed by recursive summation.
  • Partially imaged results are pumped vertically downwards and at each MWE the contribution from that particular frequency is added.
  • Imaged (or partially imaged) results are availible at the bottom.
  • Imaging for other values of t than zero can be performed by weighting the summations to yield partial inverse DFT's.
  • Concurrent imaging for different values of t might be performed by adding more "imaging columns" .
  • the approach sketched here has the additional advantage that the bandwidth of the velocity information can be progressively shrinked as the velocity information propagates down the structure. This can be obtained by letting each MWE act as part of a cascade filter.
  • a synchronization unit might therefore be required to transmit the output results to their destinations.
  • a systolic array for space variant 1-D convolution with fixed operator length (Kung, 19 ⁇ 2) is displayed in fig.3. Weights W are preloaded into the array, one set for each cell. Both partial result ' s p(x,y,z+ ⁇ z) and inputs p(x,y,z) flow from left to right, but the inputs move twice as fast as the partial results. More precisely, each partial result stays inside every cell it passes for one cycle, thus it takes twice as long to march through the array as an inputs does. Each partial result is initialized to zero before entering the leftmost cell, accumulating all its terms while marching to the right. In each cell the weight is addressed by the velocity information tied to the input.
  • the 2-D convolution can be carried out as two subsequent 1-D convolutions in orthogonal directions.
  • a systolic computer architecture for ultra fast seismic migration by recursive wavefield extrapolation is proposed.
  • the structure is decomposed into a basic building block which is used repetitively with simple interfaces. This is expexted to significantly simplify development, testing and production.
  • each MWE could be implemented as a general computer and spatial information about a number of physical properties could be used as input.
  • wavefield extrapolation for instance spatial data filtering and pre stack partial migration.
  • wavefield extrapolation as the word is used here, these operations can be performed as one or a few wavefield extrapolations.
  • Figure 1 A possible computing structure for the migration of one frequency band.
  • Figure 2 Proposed computing structure for the migration of one frequency band. By distributing all control signals systolically, the need for global communication is totally eliminated.
  • Figure 3 A systolic array for band matrix - vector multiplication.
  • Figure 4 A systolic array for space variant convolution with symmetric operators.

Abstract

A highly parallel computer architecture for ultra fast seismic migration by recursive wavefield extrapolation is proposed. The wavefield extrapolation is performed in the space-frequency domain because this domain allows independent treatment of all temporal frequencies and because this domain is the most flexible one for wavefield extrapolation. By distributing all controll signals systolically, the need for global communication is totally eliminated. The proposed structure can easily be extended to concurrent processing of any desired number of temporal frequencies. For the glass of extrapolation problems that can be formulated as band matrix-vector multiplications or space variant convolutions, the proposed structure can be completely decomposed into a single multiply-add cell which is used repetitively with simple interfaces.

Description

A MULTIPROCESSOR COMPUTER ARCHITECTURE FOR WAVEFIELD EXTRAPOLATION
BACKGROUND AND OBJECTS OF THE INVENTION
A wavefield extrapolator simulates the effect of wave propagation. From [estimated) recordings at one depth level the extrapolator computes estimates of recordings which would have been recorded at another depth level. Recursive wavefield extrapolation forms the basis of any modern seismic migration technique and also plays an important role in seismic forward modelling.
The most important input information for migration techniques consists of a velocity model of the subsurface. A detailed velocity model normally cannot be constructed before migration has been performed. An iterative interpretive procedure where the velocity model is successively updated in order to improve the migrated result is therefore highly desirable.
Wavefield extrapolation is an. extremely demanding computational task. The introduction of high performance vector processors like the Cray-1 and the Cyber 205 has at least made such computations a practical reality. However, the run time on such computers for realistic seismic problems is far too long to make iterative techniques feasible on routine basis.
The emergence of Very Large Scale Integration technology and automated design tools have made highly parallel computing structures feasible. Attempts at producing highly parallel general purpose computers have not yet been successfull. The performance of such computers is highly algorithm dependent and existing and proposed systems require special non-portable code. Today, there is no known way to meet extreme computational requirements other than to implement dedicated highly parallel systems.
A fast wavefield extrapolator would make iterative and interactive migration schemes feasible. A related potential application for a fast wavefield extrapolator is as the modelling part of a Kalman filter for estimation of the parameters in a geological depth model. SEISMIC MIGRATION IN THE SPACErFREQUENCY DOMAIN
In seismic migration of zero-offset data the upcoming wavefield recorded at the surface is recursively downward inverse extrapolated. At each depth level imaging is performed by computing the pressure for zero time.
For simplicity, this note is limited to the treatment of migration of zero-offset data using convolutional operators (Kirchoff summation techniques and explicit finite difference techniques). However, as long as there is no coupling between different temporal frequencies, the proposed overall structure is completely general.
The total procedure of migration of zero-offset data in the space-frequency domain can be summarized as follows (Berkhout, 1982):
1. Transform each seismic trace to the frequency domain:
' p(x .,y ,z=0,t) * p.x_.,y. ,z=0,u.) j=1,
J K J K ι_--1
2.' Convolve the data with the inverse extrapolator W for each frequency component ω : plx.y.z.iu.) * p(x,y,z+Δz,u). ) i=1,.... p.x.y.z+Δz.ω..) = p(x,y,z,ω.) * W(c(x,y,z))
3. Image the inverse extrapolated result at each depth level: p(x ,y ,z+Δz,t=0) = 1/ττ E p(x ., ,z+Δz.ω)
Step 1 is applied only once. The problem of performing fast Fouriertransformation will not be addressed here. We shall assume that the data are availible in the space-frequency domain or that the FFT can be performed as the data are read from mass storage.
Step 2 and 3 are executed repeatedly. In practical applications the total number of depth steps can be expected to range from a few hundred to about one thousand. Note that for each extrapolation step the complete data volume must be retrieved and stored.
The extrapolation can be performed independently for all ω. For typical seismic problems the number of frequencies that should be Lateral velocity variations can be coped with by using space variant convolutions. The operators can be precomputed and accessed by table » look-up.
OVERALL DESCRIPTION OF THE COMPUTATIONAL STRUCTURE
After a trivial reformulation the central part (step 2 and 3) of the algorithm described above appears as follows:
Figure imgf000005_0001
where N is the number of temporal frequencies that is to be processed concurrently.
A possible structure for performing the central part of the algorithm is shown in fig.1. One monochromatic wavefield extrapolator (MWE) and one memory module is assigned to each temporal frequency in the frequency band that is to be processed concurrently. The private memories of each MWE are loaded with data from a global data bus. During extrapolation and (partial) imaging the desired number of frequencies are extrapolated simultaneously by operating the individual MWE's in lock-step. We shall assume that each MWE works like a systolic array; data from one depth level flows into the MWE while data extrapolated to the next depth level flows out. Together with the data the MWE's must be fed with velocity information. Imaging for t=0 is performed by simultaneous summation of part of the output from each MWE.
Although conceptually simple, this structure has some serious disadvantages: The adder must be implemented as a pipelined adder tree with length equal to the logarithm of the number of MWE's.
_» For a high number of MWE's all global communication must be implemented as (pipelined) tree structures. This problem becomes increasingly important with decreasing cycle time.
Because of the tree structures, an eventual increase in the number of MWE's is a nontrivial task.
The problems mentioned above are all circumvented in the following proposed design, displayed in fig.2. Here the need for for global communication is totally eliminated. Each MWE is physically connected only to its two neighbours. All control signals, including system clock, are fed from the top of the structure. For each clock cycle these signals propagate one MWE downwards. During loading, the input data and their destination addresses are pumped systolically down through all the memories. Each private memory accepts a write only if the data address 'lies within the address field of that particular memory. During extrapolation the structure is operated as a two level systolic array. Seismic velocity and data address information flow vertically downward. In each MWE velocity information and wavefield data flow horizontally. Imaging is performed by recursive summation. Partially imaged results are pumped vertically downwards and at each MWE the contribution from that particular frequency is added. Imaged (or partially imaged) results are availible at the bottom. Imaging for other values of t than zero can be performed by weighting the summations to yield partial inverse DFT's. Concurrent imaging for different values of t might be performed by adding more "imaging columns" .
Extension of the proposed structure to any desired size is trivial. The number of MWE's that can be added is limited only by the total number of temporal frequencies that is to be taken into account.
The approach sketched here has the additional advantage that the bandwidth of the velocity information can be progressively shrinked as the velocity information propagates down the structure. This can be obtained by letting each MWE act as part of a cascade filter.
Because of the systolic vertical distribution of clock signals, there will be a clock skew proportional to the number of MWE's between the control processor and the bottom of the array. A synchronization unit might therefore be required to transmit the output results to their destinations.
Because of the potentially high number of processors involved, the computational structure must be able to perform its task even when not all the MWE's are operational. A defect MWE must therefore still be able to propagate the information it receives further downward. Each MWE should thus be equipped with a self testing system that is able to activate a bypass function if an error has occured.
ARCHITECTURES FOR MONOCHROMATIC WAVEFIELD EXTRAP0LAT0RS
A systolic array for space variant 1-D convolution with fixed operator length (Kung, 19Θ2) is displayed in fig.3. Weights W are preloaded into the array, one set for each cell. Both partial result's p(x,y,z+Δz) and inputs p(x,y,z) flow from left to right, but the inputs move twice as fast as the partial results. More precisely, each partial result stays inside every cell it passes for one cycle, thus it takes twice as long to march through the array as an inputs does. Each partial result is initialized to zero before entering the leftmost cell, accumulating all its terms while marching to the right. In each cell the weight is addressed by the velocity information tied to the input.
For symmetric operators roughly half the multipliers can be saved by adding data points located symmetrically about the operator midpoint before rather than after multiplication. In this case it is advantageous to .use an architecture as displayed in fig.4. This design has two independent input streams. The lower input stream moves three times as fast as the upper input stream and twice as fast as the output stream. The input arguments are added prior to multiplication with the operator weight. The operator weights are addressed by the velocity information that is now tied to the output stream.
There are many ways of making the above structures capable of performing convolution with operators that are larger in size and dimension than the array. A simple approach is shown in fig.5. In the first pass, a convolution is performed with one part of the complete operator. The results are stored in a cache memory. In the next pass, another part of the operator is addressed and the results of the previous pass, rather than zeroes, are used as starting values. This continues till the whole operator length in one dimension is covered. Then we start with a new row of the 2-D data and use our partial results as starting values. In this way the contributions from all parts of the operator are accumulated till the complete operator has covered the data. In'the last pass the extrapolated data are output.
In the case that the 2-D operator matrix has rank one, or approximately so, the 2-D convolution can be carried out as two subsequent 1-D convolutions in orthogonal directions.
CONCLUSIONS AND DISCUSSIONS
A systolic computer architecture for ultra fast seismic migration by recursive wavefield extrapolation is proposed. The structure is decomposed into a basic building block which is used repetitively with simple interfaces. This is expexted to significantly simplify development, testing and production. There are a number of possible variations on the proposed concept, involving a variety of tradeoffs. In the most general case each MWE could be implemented as a general computer and spatial information about a number of physical properties could be used as input.
The concept also has obvious applications to areas that strictly speaking are not embraced by recursive wavefield extrapolation, for instance spatial data filtering and pre stack partial migration. In terms of wavefield extrapolation, as the word is used here, these operations can be performed as one or a few wavefield extrapolations.
Using the concept proposed here, a large amount of the total potential parallelism can be utilized by concurrent processing of any number of temporal frequencies. An alternative, or additional, way of introducing concurrency would be to parallelize in space. However, any such approach would inherently suffer from the serious drawback that velocity information for a number of different spatial coordinates would have to be supplied in parallel. REFERENCES
Berkhout, A.J., 1982, Seismic migration. Imaging of acoustic energy by wavefield extrapolation. A. Theoretical aspects. Elsevier Scientific Publ. Co. Amsterdam.
Kung, H.T., 1982, Why systolic architectures? IEEE Computer, Jan 82,
FIGURE CAPTIONS
Figure 1. A possible computing structure for the migration of one frequency band.
Figure 2. Proposed computing structure for the migration of one frequency band. By distributing all control signals systolically, the need for global communication is totally eliminated.
Figure 3. A systolic array for band matrix - vector multiplication.
Figure 4. A systolic array for space variant convolution with symmetric operators.
Figure 5. ^Extension to make the linear systolic arrays capable of performing convolution with operators that are larger in size and dimension than the arrays.

Claims

CLA IMS
1. A multiprocessor computer architecture for wavefield extrapolation in the space-frequency domain or any other domain that allows independent treatment of individual spectral components comprising: one memory module and one processor, later referred to as monochromatic wavefield extrapolator (MWE), for each frequency in the frequency band for which concurrent processing is desired, where each MWE may be a general computer or a dedicated multiprocessor; a control unit and a communication network such that all MWE's receive control signals from a common control unit (figure 1).
2. The computer architecture according to claim 1 wherein: the system clock and other control signals are distributed systolically, i.e are propagated from one MWE to the .next for every clock period, thereby eliminating the need for global communication (figure 2) .
3. The computer architecture according to claim 1 wherein: the spatial information concerning the medium in which the waves propagate is filtered cascadically as the information is pumped systolically down the structure of MWE's (figure 2).
4. The computer architecture according to claim 1 wherein: inverse Discrete Fourier Transformation back to the 'time domain is performed by recursive summation such that the contribution from each MWE is propagated one MWE further and there- added to the contribution from that MWE.
5. The computer architecture according to claim 1 wherein: each MWE is operated like a systolic array where the wavefield at one depth level is pumped into the array together with the spatial information concerning the medium in which the waves propagate such that the operator(s) for wavefield extrapolation are addressed by the spatial information and such that the wavefield partially or completely extrapolated to the next depth level can be pumped out of the structure (figure 3).
6. The computer architecture according to claim 1 and 5 wherein: spatial convolution with a symmetric operator in each MWE is performed with a dedicated systolic array (figure 4) that has two independent paths for input data and one path for (partial) results where the lower stream of input data is propagated three times as fas«t as the upper stream and twice as fast as the result-stream and where the two input arguments to each cell are added prior to multiplication with the operator weight. The operator weights are addressed by the spatial information propagating parallel to the result-stream.
PCT/NO1985/000059 1984-09-24 1985-09-24 A multiprocessor computer architecture for wavefield extrapolation WO1986001918A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
NO843822 1984-09-24
NO843822A NO843822L (en) 1984-09-24 1984-09-24 CALCULATOR INSTRUCTION FOR EXTRAPOLATION OF HOUSE FIELD.

Publications (1)

Publication Number Publication Date
WO1986001918A1 true WO1986001918A1 (en) 1986-03-27

Family

ID=19887854

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/NO1985/000059 WO1986001918A1 (en) 1984-09-24 1985-09-24 A multiprocessor computer architecture for wavefield extrapolation

Country Status (2)

Country Link
NO (1) NO843822L (en)
WO (1) WO1986001918A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4745585A (en) * 1986-04-03 1988-05-17 Western Atlas International, Inc. Method of migrating seismic data
GB2183067B (en) * 1985-11-13 1990-04-25 Sony Corp Data processing
EP0556012A2 (en) * 1992-02-10 1993-08-18 Matsushita Electric Industrial Co., Ltd. Migration communication control device
US5404296A (en) * 1991-09-25 1995-04-04 Tinking Machines Corporation Massively parallel computer arrangement for analyzing seismic data pursuant to pre-stack depth migration methodology
WO1995022066A1 (en) * 1994-02-10 1995-08-17 Schlumberger Technology Corporation Method of filter generation for seismic migration using remez algorithm
US5586026A (en) * 1991-12-20 1996-12-17 Schlumberger Technology Corporation Method of seismic migration using a massively parallel computer

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4412303A (en) * 1979-11-26 1983-10-25 Burroughs Corporation Array processor architecture

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4412303A (en) * 1979-11-26 1983-10-25 Burroughs Corporation Array processor architecture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
IEEE Computer, January 1982: "Why systolic architectures?" by H.T. Kung *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2183067B (en) * 1985-11-13 1990-04-25 Sony Corp Data processing
US4745585A (en) * 1986-04-03 1988-05-17 Western Atlas International, Inc. Method of migrating seismic data
US5404296A (en) * 1991-09-25 1995-04-04 Tinking Machines Corporation Massively parallel computer arrangement for analyzing seismic data pursuant to pre-stack depth migration methodology
US5586026A (en) * 1991-12-20 1996-12-17 Schlumberger Technology Corporation Method of seismic migration using a massively parallel computer
US5845079A (en) * 1992-02-10 1998-12-01 Matsushita Electric Industrial Co., Ltd. Mobile migration communication control device
US5517618A (en) * 1992-02-10 1996-05-14 Matsushita Electric Industrial Co., Ltd. Mobile migration communications control device
EP0556012A3 (en) * 1992-02-10 1995-05-03 Matsushita Electric Ind Co Ltd
EP0556012A2 (en) * 1992-02-10 1993-08-18 Matsushita Electric Industrial Co., Ltd. Migration communication control device
US6456621B1 (en) 1992-02-10 2002-09-24 Matsushita Electric Industrial Co., Ltd. Mobile migration communications control device
US7110401B2 (en) 1992-02-10 2006-09-19 Matsushita Electric Industrial Co., Ltd. Mobile communication control device for servicing a mobile node
US7130290B2 (en) 1992-02-10 2006-10-31 Matsushita Electric Industrial Co., Ltd. Partner node migration control unit and method
US7272127B2 (en) 1992-02-10 2007-09-18 Matsushita Electric Industrial Co., Ltd. Partner node migration control unit and method
US7620025B2 (en) 1992-02-10 2009-11-17 Panasonic Corporation Partner node migration control unit and method
US7664086B2 (en) 1992-02-10 2010-02-16 Panasonic Corporation Partner node migration control unit and method
US8054841B2 (en) 1992-02-10 2011-11-08 Panasonic Corporation Partner node migration control unit and method
WO1995022066A1 (en) * 1994-02-10 1995-08-17 Schlumberger Technology Corporation Method of filter generation for seismic migration using remez algorithm

Also Published As

Publication number Publication date
NO843822L (en) 1986-07-08

Similar Documents

Publication Publication Date Title
US7979673B2 (en) Method and apparatus for matrix decompositions in programmable logic devices
US6665695B1 (en) Delayed adaptive least-mean-square digital filter
Danielsson Serial/parallel convolvers
US9082476B2 (en) Data accessing method to boost performance of FIR operation on balanced throughput data-path architecture
WO1986001918A1 (en) A multiprocessor computer architecture for wavefield extrapolation
Speiser et al. A review of signal processing with systolic arrays
Mohanty et al. Design and performance analysis of fixed-point jacobi svd algorithm on reconfigurable system
Schnaufer et al. Adaptive fault tolerance for reliable LMS adaptive filtering
Chen et al. On realizations of least-squares estimation and Kalman filtering by systolic arrays
WO1986003595A1 (en) Systolic architectures for sonar processing
CN101571795B (en) Integrated circuit and method for solving equations thereof
Azimi-Sadjadi et al. Parallel and pipeline architectures for 2-D block processing
CN115201896A (en) Absorption attenuation medium reverse time migration method, device, imaging method and medium
Baykal et al. Sliding window adaptive fast QR and QR-lattice algorithms
Papadourakis et al. Implementation of Kalman filters using systolic arrays
Linderman et al. Digital signal processing capabilities of CUSP, a high performance bit-serial VLSI processor
Highnam et al. Implementation of a fast, accurate 3-d migration on a massively parallel computer
Lipitakis Numerical solution of three-dimensional boundary-value problems by generalized approximate inverse matrix techniques
Reddy et al. Necessary and sufficient conditions for the stability of a class of 2-D recursive digital filters
Alekseev et al. Implementation of surface-related multiple prediction problem on reconfigurable computer systems
Guo An efficient parallel adder based design for one dimensional discrete Fourier transform
US5315687A (en) Side fed superlattice for the production of linear predictor and filter coefficients
CA1292578C (en) Side-fed superlattice for the production of linear predictor and filter coefficients
Gotze et al. VLSI-suited solution of linear systems
Zhang et al. High speed architectures for two-dimensional state-space recursive filtering

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): GB US