WO2003041010A2 - Method and system for performing fast fourier transforms and inverse fast fourier transforms - Google Patents

Method and system for performing fast fourier transforms and inverse fast fourier transforms Download PDF

Info

Publication number
WO2003041010A2
WO2003041010A2 PCT/EP2002/012406 EP0212406W WO03041010A2 WO 2003041010 A2 WO2003041010 A2 WO 2003041010A2 EP 0212406 W EP0212406 W EP 0212406W WO 03041010 A2 WO03041010 A2 WO 03041010A2
Authority
WO
WIPO (PCT)
Prior art keywords
operations
input values
registers
real
modified
Prior art date
Application number
PCT/EP2002/012406
Other languages
French (fr)
Other versions
WO2003041010A3 (en
Inventor
Raj Kumar Jain
Original Assignee
Infineon Technologies Ag
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
Priority claimed from US10/140,904 external-priority patent/US20030212721A1/en
Application filed by Infineon Technologies Ag filed Critical Infineon Technologies Ag
Publication of WO2003041010A2 publication Critical patent/WO2003041010A2/en
Publication of WO2003041010A3 publication Critical patent/WO2003041010A3/en

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
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03KPULSE TECHNIQUE
    • H03K5/00Manipulating of pulses not covered by one of the other main groups of this subclass
    • H03K2005/00013Delay, i.e. output pulse is delayed after input pulse and pulse length of output pulse is dependent on pulse length of input pulse
    • H03K2005/0015Layout of the delay element
    • H03K2005/00234Layout of the delay element using circuits having two logic levels
    • H03K2005/00247Layout of the delay element using circuits having two logic levels using counters

Definitions

  • the present invention relates generally to integrated circuits (ICs) . More particularly, the invention relates to architectures for performing fast Fourier transform (FFT) and inverse fast Fourier transform (IFFT) operations.
  • FFT fast Fourier transform
  • IFFT inverse fast Fourier transform
  • the Discrete Fourier Transform is applied extensively in many instrumentation, measurement and digital signal processing applications.
  • the N-point DFT of a sequence x(k) in the time domain, where N 2 m and m is an integer, produces a sequence of data X(n) in the frequency domain.
  • the transform equation is as follows:
  • Fig. 1 shows an implementation of an N-point inverse Fourier transform using a decimation-in-frequency (DIF) technique.
  • DIF decimation-in-frequency
  • the DIF technique divides the output frequency sequence into even and odd,portions to split the DFTs into smaller core calculations.
  • Other FFT techniques such as decimation- in-time (DIT) , are also useful.
  • the FFT and IFFT computation comprises a series of complex multiplications, known as butterflies (106) .
  • Each butterfly computing unit comprises, for example, adders and multipliers.
  • Fig. 2 shows a block diagram of a basic FFT butterfly 201.
  • W cos(2 ⁇ k/N) - jsin(2 ⁇ k/N)
  • the complex data variables, such as A, B and C, comprise real and imaginary parts, indicated by the subscript "r" and w i" respectively.
  • the complex multiplication for output Y typically involves four multiply operations and 2 add operations.
  • For an N-point sequence there are typically N/2 butterflies per stage and log 2 N stages.
  • the invention relates, in one embodiment, to a processor for performing fast Fourier-type transform operations.
  • butterfly operations are performed on input values a prescribed number of times, generating modified input values.
  • a butterfly operation comprises three multiply operations and a plurality of add operations, said butterfly operation involving a datapath unit.
  • the modified input values are temporarily stored and fed back to the datapath unit for further computations .
  • Fig. 1 shows an N-point inverse Fourier transform
  • Fig. 2 shows a block diagram of a basic FFT butterfly
  • Fig. 3 shows a block diagram of one embodiment of the invention
  • Fig. 4 shows the architecture of one embodiment of the invention.
  • Fig. 5 shows a timing diagram of the butterfly stage of the FFT, according to one embodiment of the invention.
  • Fig. 3 shows a block diagram of the architecture of an FFT processor 300, according to one embodiment of the present invention.
  • the processor performs FFT operations to convert input data on a time axis to output data on a frequency axis.
  • the processor may also perform IFFT operations to convert input data on a frequency axis to output data on a time axis using the same computation engine.
  • the processor 300 comprises a read-only memory (ROM) 304 for storing pre-computed constants (e.g. twiddle factors) and a memory unit 306 for storing input data and FFT or IFFT results. Other types of memories are also useful.
  • Input data is transferred to the memory unit 306 via bus 314.
  • Other types of data for example, configuration and control -data, may also be transferred via bus 314.
  • the memory unit is coupled to a computation unit 318 via, for example, buses 308 and 310. Other types of buses are also useful.
  • the computation unit comprises, for example, a datapath unit 322.
  • the datapath unit comprises, in one embodiment, the hardware required to compute FFT or IFFT butterfly operations on the input values (A and B) , generating modified input values (X and Y) .
  • the terms of the FFT butterfly equations may be rearranged to reduce space and power consumption.
  • the real and imaginary components for modified input Y are expanded and rearranged as follows:
  • W cos (2 ⁇ k/N) - j sin ( 27tk/N) ;
  • the number of multiply operations may be reduced to only three multiply operations. Hence, a reduction of about 25% in the number of multiply operations is achieved.
  • N-point sequence having N/2 butterflies per stage and log 2 N stages only (3N/2)log 2 N multiply operations would be required to compute the FFT.
  • the number of multiply operations is reduced without increasing the number of multipliers, thereby reducing power and chip space requirements.
  • the datapath unit includes at least one multiplier and a plurality of adders.
  • a sequence control unit 332 may be included to control the flow of data in the datapath unit . After the butterfly computation, the modified input values are fed back to the datapath unit a prescribed number of times until the FFT or IFFT computation is completed. The final results are written back to the memory unit 306. Memory access is controlled by, for example, the memory control unit 334.
  • configuration registers for storing configuration data and an internal state memory 328 for storing intermediate results.
  • the computation unit 318 includes a pre-processing and post-processing controller 336 coupled to the datapath processor 322 for further reducing the computational time complexity. The pre/post-processing controller rearranges the data in pre-processing and post-processing stages to reduce the number of butterflies required per stage.
  • the FFT may be modified, in one embodiment, to compute the real FFT instead of the complex FFT, making use of inherent symmetry properties.
  • the input signal ' is rearranged to remove unnecessary computations, by separating it into N/2 even points and N/2 odd points, using an interlaced decomposition.
  • the even points are placed into the real part of the time domain signal, while the N/2 odd points are placed in the imaginary part.
  • An (N/2) -point FFT is then computed, requiring about half the time for an N-point FFT.
  • the resulting frequency is then separated by even and odd decomposition, resulting in the frequency spectra of two interlaced time domain signals. These 2 frequency spectra are then combined into a single spectrum, during the final post-processing stage of the FFT.
  • the FFT comprises butterfly operations and post-processing operations performed in a post-processing stage.
  • FIG. 4 shows the architecture of a FFT/IFFT processor according to one embodiment of the invention in greater details.
  • the processor computes the final FFT results X and Y using three-multiply-cycle butterflies, according to the aforementioned equations.
  • the same architecture may also be used to compute IFFT results.
  • support for pre-processing and postprocessing is included in the architecture.
  • the FFT processor comprises a computation unit 318 coupled to a memory unit 306 and ROM 304.
  • the computation unit comprises, for example, a datapath unit 322.
  • the datapath unit comprises at least one multiplier and a plurality of adders.
  • first registers (A Registers) and second registers (B Registers) are provided to temporarily store first and second complex (i.e. real and imaginary) input values retrieved from the memory unit .
  • a third register (W Register) may be provided to temporarily store the complex twiddle factor W, as well as the pre-computed sum and difference of the real and imaginary parts of W retrieved from the ROM.
  • intermediate registers e.g. C Registers, P Register, M Register and D Register
  • C Registers, P Register, M Register and D Register are provided to store the intermediate results.
  • a butterfly operation is performed on A Registers and B Registers a prescribed number of times, generating modified first real and imaginary input values (X) and modified second real and imaginary input values (Y) .
  • the first and second modified input values (X and Y) are temporarily stored in, for example, X and Y Registers respectively. In one embodiment, if saturation has occurred, rounding off is performed.
  • An internal memory may be provided to temporarily store X and Y results before feeding back to first and second registers (A Registers and B Registers) for subsequent operations.
  • Other configurations of hardware are also useful. Alternatively, additional hardware may be added.
  • Fig. 5 shows the timing diagram of the butterfly stage of the FFT processor, according to one embodiment of the invention.
  • the diagram illustrates a pipelined operation of the FFT computation.
  • a similar pipeline design may be used for the IFFT computation.
  • Other types of pipeline designs are also useful.
  • the complex multiplication for the FFT butterfly may be completed in only three cycles using a single multiplier.
  • the complex input data A is loaded via Memory Port 1 from the memory unit into the first registers (A Registers) during cycle 0.
  • the complex input data B is loaded via Memory Port 2 from the memory unit into the second registers (B Registers) .
  • a single memory port for both data A and B is also useful.
  • the second registers are subtracted from the first registers, generating first and second intermediate results (C r and Ci) .
  • the first registers (A Registers) are added to the second registers (B Registers) to generate X. For example,
  • the real and imaginary parts of X are loaded into the X Registers. After saturation detection and rounding off, the final X results are loaded into, for example, an internal memory before writing to the memory unit in cycle 5.
  • the first and second intermediate results (C r and Ci) are added, generating a sum of the intermediate results.
  • Adder 1 forms the sum (C r +Ci) .
  • the multiplier performs a multiplication every cycle and has been fully utilized to improve performance. Three multiply operations are performed to generate first, second and third partial products D, M r (partial Y r ) and Mi (partial Yi) , where:
  • Mi Ci(W r - Wi) .
  • the imaginary part of a twiddle factor W is loaded from memory (e.g. ROM) to a third register (W Register) .
  • the multiplier performs a multiply operation between W Register and the sum (C r +Ci) stored in the C Registers, generating the first partial product D and storing it in, for example, a D Register.
  • the twiddle sum (W r 4- Wi) and twiddle difference (W r - Wi) of the real and imaginary parts of the twiddle factor are pre-computed and stored in the memory to speed up the computation.
  • the twiddle sum is loaded into the W Register during cycle 6.
  • the multiplier A performs a multiply operation between the W Register and the first intermediate result C r stored in the C Registers, generating the second partial product M r .
  • the twiddle factor difference (W r - Wi) is fetched from memory and loaded into the W Register.
  • the multiplier then forms the third partial product Mi by performing a multiply operation between the W Register and the second intermediate result Ci stored in the C registers.
  • the imaginary part of Y may be formed by adding the first partial product D and the third partial product i.
  • the real and imaginary parts of Y are tested for saturation, rounded off if necessary and written to memory at cycle 9.

Abstract

A processor for performing fast Fourier-type transform operations is described. Butterfly operations are performed on input values a prescribed number of times, a butterfly operation comprising three multiply operations and a plurality of add operations.

Description

ARCHITECTURE FOR PERFORMING FAST FOURIER TRANSFORMS AND INVERSE FAST FOURIER TRANSFORMS
Field of the Invention The present invention relates generally to integrated circuits (ICs) . More particularly, the invention relates to architectures for performing fast Fourier transform (FFT) and inverse fast Fourier transform (IFFT) operations.
Background of the Invention
The Discrete Fourier Transform (DFT) is applied extensively in many instrumentation, measurement and digital signal processing applications. The N-point DFT of a sequence x(k) in the time domain, where N=2m and m is an integer, produces a sequence of data X(n) in the frequency domain. The transform equation is as follows:
X ri) = _Tix(k)W£ where n=0, 1,..., N-l.
and the inverse DFT of X(n) can be defined as follows:
Figure imgf000002_0001
represents the twiddle factor, where WN = cos (2πk/N) -
jsin(2πk/N), and k=0, 1,..., (N-l). Several techniques have been proposed to speed up the DFT .computation, one of which is the Fast Fourier transform (FFT) or inverse fast Fourier Transform (IFFT) , which exploits the symmetry and periodicity properties of the DFT. The IFFT/FFT has found many real-time applications in, for example, data communications systems where it is used to modulate/demodulate discrete multitone (DMT) or orthogonal frequency division multiplexing (OFDM) waveforms. Fig. 1 shows an implementation of an N-point inverse Fourier transform using a decimation-in-frequency (DIF) technique. Illustratively, N is set to 8. The DIF technique divides the output frequency sequence into even and odd,portions to split the DFTs into smaller core calculations. Other FFT techniques, such as decimation- in-time (DIT) , are also useful. The FFT and IFFT computation comprises a series of complex multiplications, known as butterflies (106) . Each butterfly computing unit comprises, for example, adders and multipliers.
Fig. 2 shows a block diagram of a basic FFT butterfly 201. The outputs X and Y of each FFT butterfly are typically computed from the inputs A and B, according to the following equations : X = A + B
= (Ar + Br) + j (Ai + Bi) Y = (A - B) *W
= (Cr + j Ci) * ( r + jWi) = (Cr* r - Ci* i) + j (Ci*Wr + Cr*Wι)
where
C = (Ar - Br) + j (Ai - Bi) ; and
W = cos(2πk/N) - jsin(2πk/N) The complex data variables, such as A, B and C, comprise real and imaginary parts, indicated by the subscript "r" and wi" respectively.
The complex multiplication for output Y typically involves four multiply operations and 2 add operations. For an N-point sequence, there are typically N/2 butterflies per stage and log2N stages. Hence,
(4*N/2)log2N = 2Nlog2N multiply and Nlog2N add operations would be required to compute the FFT. Using one multiplier, the butterfly operation is completed in at least four cycles. If additional multipliers are provided to increase computational efficiency, the size of the chip is increased, which undesirably hinders miniaturization as well as increases the cost of manu acturing.
As evidenced from the above discussion, it is the object of the invention to provide a processor having an improved architecture to perform fast Fourier-type transform operations at higher speeds.
Summary of the Invention The invention relates, in one embodiment, to a processor for performing fast Fourier-type transform operations. In one embodiment, butterfly operations are performed on input values a prescribed number of times, generating modified input values. A butterfly operation comprises three multiply operations and a plurality of add operations, said butterfly operation involving a datapath unit. The modified input values are temporarily stored and fed back to the datapath unit for further computations .
Brief Description of the Drawings
Fig. 1 shows an N-point inverse Fourier transform; Fig. 2 shows a block diagram of a basic FFT butterfly; Fig. 3 shows a block diagram of one embodiment of the invention;
Fig. 4 shows the architecture of one embodiment of the invention; and
Fig. 5 shows a timing diagram of the butterfly stage of the FFT, according to one embodiment of the invention. Preferred Embodiments of the Invention
Fig. 3 shows a block diagram of the architecture of an FFT processor 300, according to one embodiment of the present invention. The processor performs FFT operations to convert input data on a time axis to output data on a frequency axis. In addition, the processor may also perform IFFT operations to convert input data on a frequency axis to output data on a time axis using the same computation engine.
In one embodiment of the invention, the processor 300 comprises a read-only memory (ROM) 304 for storing pre-computed constants (e.g. twiddle factors) and a memory unit 306 for storing input data and FFT or IFFT results. Other types of memories are also useful. Input data is transferred to the memory unit 306 via bus 314. Other types of data, for example, configuration and control -data, may also be transferred via bus 314. The memory unit is coupled to a computation unit 318 via, for example, buses 308 and 310. Other types of buses are also useful.
During the FFT computation, input values are transferred from the memory unit to the computation unit. The computation unit comprises, for example, a datapath unit 322. The datapath unit comprises, in one embodiment, the hardware required to compute FFT or IFFT butterfly operations on the input values (A and B) , generating modified input values (X and Y) . In accordance to one embodiment of the invention, the terms of the FFT butterfly equations may be rearranged to reduce space and power consumption. In one embodiment, the real and imaginary components for modified input Y are expanded and rearranged as follows:
X = A + B = (Ar + Br) + j (Ai + Bi)
Yr = (Cr r - CiWi) = Cr*(Wr + Wi) - D
Yi = (Cr r + CiWi) = Cr* (Wr - i) + D where
C = (Ar - Br) + j (Ai - Bi) ;
W = cos (2πk/N) - j sin ( 27tk/N) ; and
D = i* (Cr + d) .
By identifying D as the common term in the computation of the real and imaginary parts of Y, the number of multiply operations may be reduced to only three multiply operations. Hence, a reduction of about 25% in the number of multiply operations is achieved. For an N-point sequence having N/2 butterflies per stage and log2N stages, only (3N/2)log2N multiply operations would be required to compute the FFT. Hence, the number of multiply operations is reduced without increasing the number of multipliers, thereby reducing power and chip space requirements.
Similarly, for each IFFT butterfly having two inputs A and B and two modified inputs X and Y, the terms of the equations may be rearranged to identify the common term D, as follows:
X = (Ar + Br) + j (Ai + Bi) γr = Cr* (Wr - Wi) + D Yi -= Ci* (Wr + Wi) - D where
C = (Ar - Br) + j (Ai - Bi) ;
W = cos (2πk/N) 4- jsin(2πk/N) ; and D = Wi* (Cr + Ci) . Hence, the number of multiply operations is reduced by about 25%, resulting in a significant reduction in chip space and power requirements.
In rone embodiment, the datapath unit includes at least one multiplier and a plurality of adders. A sequence control unit 332 may be included to control the flow of data in the datapath unit . After the butterfly computation, the modified input values are fed back to the datapath unit a prescribed number of times until the FFT or IFFT computation is completed. The final results are written back to the memory unit 306. Memory access is controlled by, for example, the memory control unit 334. There is further included, in one embodiment, configuration registers for storing configuration data and an internal state memory 328 for storing intermediate results. In one embodiment, the computation unit 318 includes a pre-processing and post-processing controller 336 coupled to the datapath processor 322 for further reducing the computational time complexity. The pre/post-processing controller rearranges the data in pre-processing and post-processing stages to reduce the number of butterflies required per stage.
The FFT may be modified, in one embodiment, to compute the real FFT instead of the complex FFT, making use of inherent symmetry properties. The input signal' is rearranged to remove unnecessary computations, by separating it into N/2 even points and N/2 odd points, using an interlaced decomposition. The even points are placed into the real part of the time domain signal, while the N/2 odd points are placed in the imaginary part. An (N/2) -point FFT is then computed, requiring about half the time for an N-point FFT. The resulting frequency is then separated by even and odd decomposition, resulting in the frequency spectra of two interlaced time domain signals. These 2 frequency spectra are then combined into a single spectrum, during the final post-processing stage of the FFT.
In one embodiment, the FFT comprises butterfly operations and post-processing operations performed in a post-processing stage. During the final stage of postprocessing of one embodiment of the invention, the final modified inputs X and Y are computed using three- multiply-cycle operations by identifying the common factor. D, as follows: Let E = A + B and F = A - B. Therefore,
E = (Ar + Br) + j (Ai + Bi)
F = (Ar - Br) + j (Ai - Bi) Let D = Wi* (Fr + Ei)
G = Ei* (Wr - Wi) 4- D
H = Fr* (Wr + Wi) - D Then
Xr = [Er + G] /2 Xi = [Fi - H] /2
Yr = [Er - G] /2
Yi = [ -Fi - H] /2 where
W = cos (πk/N) - j sin (πk/N) By "including a pre-processing and post-processing controller, only (N/2) -points need to be computed in each stage, each stage comprising only (N/4) butterflies. The total number of stages, including the post-processing stage, is log2 (N/2) +1. The total number of butterflies is (N/4) (log2 (N/2) +1) , hence achieving a reduction of about 50% in the total number of butterflies required.
Similarly, according to one embodiment of the invention, the IFFT comprises pre-processing operations performed in a pre-processing stage, and butterfly operations. Assuming the data comprises real points, the data is rearranged into two sets during the preprocessing stage. During the first stage of preprocessing, the outputs X and Y are computed as follows: Let E = A + B and F = A - B. Therefore,
E = (Ar + Br) + j (Ai + Bi)
F = (Ar - Br) + j (Ai - Bi) Let D = Wi* (Fr + Ei)
G = Ei* (Wr + Wi) - D
H = Fr* (Wr - Wi) + D Then
Xr = [Er - G] /2 Xi ' = [Fi + H] /2 Yr = [Er + G]/2 Yi = [-Fi + H]/2 where
W = cos (πk/N) + jsin(πk/N) Fig. 4 shows the architecture of a FFT/IFFT processor according to one embodiment of the invention in greater details. The processor computes the final FFT results X and Y using three-multiply-cycle butterflies, according to the aforementioned equations. The same architecture may also be used to compute IFFT results. In one embodiment, support for pre-processing and postprocessing is included in the architecture.
The FFT processor comprises a computation unit 318 coupled to a memory unit 306 and ROM 304. The computation unit comprises, for example, a datapath unit 322. The datapath unit comprises at least one multiplier and a plurality of adders. In one embodiment, first registers (A Registers) and second registers (B Registers) are provided to temporarily store first and second complex (i.e. real and imaginary) input values retrieved from the memory unit . A third register (W Register) may be provided to temporarily store the complex twiddle factor W, as well as the pre-computed sum and difference of the real and imaginary parts of W retrieved from the ROM. In one embodiment, intermediate registers (e.g. C Registers, P Register, M Register and D Register) are provided to store the intermediate results.
A butterfly operation is performed on A Registers and B Registers a prescribed number of times, generating modified first real and imaginary input values (X) and modified second real and imaginary input values (Y) . After the butterfly computation, the first and second modified input values (X and Y) are temporarily stored in, for example, X and Y Registers respectively. In one embodiment, if saturation has occurred, rounding off is performed. An internal memory may be provided to temporarily store X and Y results before feeding back to first and second registers (A Registers and B Registers) for subsequent operations. Other configurations of hardware are also useful. Alternatively, additional hardware may be added.
Fig. 5 shows the timing diagram of the butterfly stage of the FFT processor, according to one embodiment of the invention. The diagram illustrates a pipelined operation of the FFT computation. A similar pipeline design may be used for the IFFT computation. Other types of pipeline designs are also useful. In one embodiment of the invention, the complex multiplication for the FFT butterfly may be completed in only three cycles using a single multiplier. Referring to Fig. 5, the complex input data A is loaded via Memory Port 1 from the memory unit into the first registers (A Registers) during cycle 0. During cycle 1, the complex input data B is loaded via Memory Port 2 from the memory unit into the second registers (B Registers) . A single memory port for both data A and B is also useful.
During cycle 2, the second registers are subtracted from the first registers, generating first and second intermediate results (Cr and Ci) . In one embodiment, Adder 1 produces the difference of the real parts of A and B (Cr = Ar - Br) . Adder 2 produces the difference of the imaginary parts (Ci = Ai - Bi) . During cycle 3, the first registers (A Registers) are added to the second registers (B Registers) to generate X. For example,
Adder 1 produces the sum of the real parts (Xr = Ar + Br) and the Adder 2 produces the sum of the imaginary parts (Xi = Ai 4- Bi) . The real and imaginary parts of X are loaded into the X Registers. After saturation detection and rounding off, the final X results are loaded into, for example, an internal memory before writing to the memory unit in cycle 5.
During cycle 4, the first and second intermediate results (Cr and Ci) are added, generating a sum of the intermediate results. In one embodiment, Adder 1 forms the sum (Cr+Ci) . In one embodiment of the invention, the multiplier performs a multiplication every cycle and has been fully utilized to improve performance. Three multiply operations are performed to generate first, second and third partial products D, Mr (partial Yr) and Mi (partial Yi) , where:
D = (Cr + Ci)*Wi;
Mr = Cr(Wr + Wi) ; and
Mi = Ci(Wr - Wi) . The imaginary part of a twiddle factor W is loaded from memory (e.g. ROM) to a third register (W Register) . The multiplier performs a multiply operation between W Register and the sum (Cr+Ci) stored in the C Registers, generating the first partial product D and storing it in, for example, a D Register.
In one embodiment, the twiddle sum (Wr 4- Wi) and twiddle difference (Wr - Wi) of the real and imaginary parts of the twiddle factor are pre-computed and stored in the memory to speed up the computation. The twiddle sum is loaded into the W Register during cycle 6. The multiplier A performs a multiply operation between the W Register and the first intermediate result Cr stored in the C Registers, generating the second partial product Mr. During cycle 7, the Vector Adder computes the modified second real input value (Yr) by subtracting said first partial product D from said second partial product Mr (i.e. Yr = Mr - D) .
During the same cycle 7, the twiddle factor difference (Wr - Wi) is fetched from memory and loaded into the W Register. The multiplier then forms the third partial product Mi by performing a multiply operation between the W Register and the second intermediate result Ci stored in the C registers. During the next cycle 8, the imaginary part of Y may be formed by adding the first partial product D and the third partial product i. For example, a vector adder may be used to form the sum of M and D (Y = Mi + D) . Finally, the real and imaginary parts of Y are tested for saturation, rounded off if necessary and written to memory at cycle 9. While the invention has particularly shown and described with reference to various embodiments, it will be recognized by those skilled in the art that modifications and changes may be made to the present invention without departing from the spirit and scope thereof. The scope of the invention should therefore be determined not with reference to the above description but with reference to the appended claims along with their full scope of equivalents .

Claims

What is "claimed is:
1. A method for performing fast Fourier-type transform operations using a processor, said method comprising the steps of: loading first real and imaginary input values into first registers, and second real and imaginary input values into second registers; performing a butterfly operation on said first registers and said second registers a prescribed number of times, generating modified first real and imaginary input values and modified second real and imaginary input values, said butterfly operation comprising three multiply operations and a plurality of add operations, said butterfly operation involving a datapath unit comprising at least one multiplier and a plurality of adders ; and temporarily storing said modified first and second input values from said datapath unit and feeding back said modified first and second input values to said first and second registers.
2. The method of claim 1 further comprising the step of rounding off said modified first and second input values when saturation has occurred.
3. The method of claim 1 wherein the step of performing a plurality of butterfly operations comprises the steps of: adding said first registers to said second registers to generate said modified first real and imaginary input values; and performing three multiply operations to generate said modified second real and imaginary input values .
4. The method of claim 3 wherein the step of performing three multiply operations comprises : performing three multiply operations to generate first, second and third partial products; subtracting said first partial product from said second partial product to generate said modified second real input values; and adding said first partial product and said third partial product to generate said modified second imaginary input values .
5. The method of claim 4 further comprising pre- computing a sum of real and imaginary parts of a twiddle factor, generating a twiddle sum and storing said twiddle sum.
6. The method of claim 5 further comprising pre- computing a difference of said real and imaginary parts of a twiddle factor, generating a twiddle difference and storing said twiddle difference.
7. The method of claim 6 wherein the step of performing three multiply operations comprises the steps of: loading said imaginary part of said twiddle factor into a third register; subtracting said second registers from said first registers to generate first and second intermediate results; adding said first intermediate and said second intermediate results to generate a sum of said intermediate results; performing a multiply operation between said third register and said sum of said intermediate results, generating said first partial product; loading said twiddle sum into said third register; performing a multiply operation between said third register and said first intermediate result, generating said second partial product; loading said twiddle difference into said third register; and performing a multiply operation between said third register and said second intermediate result, generating said third partial product .
8. The method of claim 3 wherein the step of performing three multiply operations comprises: performing three multiply operations to generate first, second and third partial products; adding said first partial product and said second partial product to generate said modified second real input values; and subtracting said first partial product from said third partial product to generate said modified second imaginary input values .
9. The method of claim 1, wherein said fast Fourier- type transform operations comprise fast Fourier transform operations, said fast Fourier transform operations comprising butterfly operations and post-processing operations.
10. The method of claim 1, wherein said fast Fourier- type transform operations comprise inverse fast Fourier transform operations, said inverse fast Fourier transform operations comprising pre-processing operations and butterfly operations.
11. A FFT processor for performing fast Fourier-type transform operations, the processor comprising: a computation unit comprising first registers for storing first real and imaginary input values, second registers for storing second real and imaginary input values, and a datapath unit, said datapath unit performs butterfly operations on said first registers and said second registers a prescribed number of times, generating modified first real and imaginary input values and modified second real and imaginary input values, said butterfly operation comprising three multiply operations and a plurality of add operations, said datapath unit comprising at least one multiplier and a plurality of adders .
12. The FFT processor of claim 11 further comprising a sequence control unit coupled to said datapath unit, said sequence control unit controlling flow of data in said datapath unit .
13. The FFT processor of claim 12 further comprising a pre-processing and post-processing controller for reducing the number of butterflies required.
PCT/EP2002/012406 2001-11-06 2002-11-06 Method and system for performing fast fourier transforms and inverse fast fourier transforms WO2003041010A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US33322001P 2001-11-06 2001-11-06
US60/333,220 2001-11-06
US10/140,904 2002-05-07
US10/140,904 US20030212721A1 (en) 2002-05-07 2002-05-07 Architecture for performing fast fourier transforms and inverse fast fourier transforms

Publications (2)

Publication Number Publication Date
WO2003041010A2 true WO2003041010A2 (en) 2003-05-15
WO2003041010A3 WO2003041010A3 (en) 2003-12-18

Family

ID=26838581

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2002/012406 WO2003041010A2 (en) 2001-11-06 2002-11-06 Method and system for performing fast fourier transforms and inverse fast fourier transforms

Country Status (1)

Country Link
WO (1) WO2003041010A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516656A (en) * 2012-06-29 2014-01-15 中兴通讯股份有限公司 Method and device for achieving inverse fast Fourier transform

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0880101A2 (en) * 1997-05-23 1998-11-25 Sony Corporation Apparatus and method for Fast Fourier Transform

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0880101A2 (en) * 1997-05-23 1998-11-25 Sony Corporation Apparatus and method for Fast Fourier Transform

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
CETIN E ET AL: "An integrated 256-point complex FFT processor for real-time spectrum analysis and measurement" INSTRUMENTATION AND MEASUREMENT TECHNOLOGY CONFERENCE, 1997. IMTC/97. PROCEEDINGS. SENSING, PROCESSING, NETWORKING., IEEE OTTAWA, ONT., CANADA 19-21 MAY 1997, NEW YORK, NY, USA,IEEE, US, 19 May 1997 (1997-05-19), pages 96-101, XP010233610 ISBN: 0-7803-3747-6 *
DAO T T: "KNUTH'S COMPLEX ARITHMETIC WITH QUATERNARY HARDWARE" PROCEEDINGS OF THE INTERNATIONAL SYMPOSIUM ON MULTIPLE VALUED LOGIC. PARIS, MAY 25 - 27, 1982, SILVER SPRING, IEEE COMP. SOC. PRESS, US, vol. SYMP. 12, 1 May 1982 (1982-05-01), pages 94-98, XP000745668 *
WEIDONG LI ET AL: "A complex multiplier using overturned-stairs adder tree" ELECTRONICS, CIRCUITS AND SYSTEMS, 1999. PROCEEDINGS OF ICECS '99. THE 6TH IEEE INTERNATIONAL CONFERENCE ON PAFOS, CYPRUS 5-8 SEPT. 1999, PISCATAWAY, NJ, USA,IEEE, US, 5 September 1999 (1999-09-05), pages 21-24, XP010361515 ISBN: 0-7803-5682-9 *
WEIDONG LI ET AL: "A pipeline FFT processor" SIGNAL PROCESSING SYSTEMS, 1999. SIPS 99. 1999 IEEE WORKSHOP ON TAIPEI, TAIWAN 20-22 OCT. 1999, PISCATAWAY, NJ, USA,IEEE, US, 20 October 1999 (1999-10-20), pages 654-662, XP010370849 ISBN: 0-7803-5650-0 *
WIDHE T ET AL: "Design of efficient radix-8 butterfly PEs for VLSI" CIRCUITS AND SYSTEMS, 1997. ISCAS '97., PROCEEDINGS OF 1997 IEEE INTERNATIONAL SYMPOSIUM ON HONG KONG 9-12 JUNE 1997, NEW YORK, NY, USA,IEEE, US, 9 June 1997 (1997-06-09), pages 2084-2087, XP010236648 ISBN: 0-7803-3583-X *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103516656A (en) * 2012-06-29 2014-01-15 中兴通讯股份有限公司 Method and device for achieving inverse fast Fourier transform
CN103516656B (en) * 2012-06-29 2018-03-27 中兴通讯股份有限公司 Inverse fast fourier transform implementation method and device

Also Published As

Publication number Publication date
WO2003041010A3 (en) 2003-12-18

Similar Documents

Publication Publication Date Title
US6073154A (en) Computing multidimensional DFTs in FPGA
US6061705A (en) Power and area efficient fast fourier transform processor
US6366936B1 (en) Pipelined fast fourier transform (FFT) processor having convergent block floating point (CBFP) algorithm
US20080071848A1 (en) In-Place Radix-2 Butterfly Processor and Method
WO2001055896A2 (en) Butterfly-processing element for efficient fast fourier transform method and apparatus
US20050015420A1 (en) Recoded radix-2 pipeline FFT processor
US5270953A (en) Fast convolution multiplier
Liu et al. Pipelined architecture for a radix-2 fast Walsh–Hadamard–Fourier transform algorithm
WO1998018083A1 (en) A device and method for calculating fft
US7653676B2 (en) Efficient mapping of FFT to a reconfigurable parallel and pipeline data flow machine
US20030212722A1 (en) Architecture for performing fast fourier-type transforms
US20030212721A1 (en) Architecture for performing fast fourier transforms and inverse fast fourier transforms
US20040128335A1 (en) Fast fourier transform (FFT) butterfly calculations in two cycles
US7774397B2 (en) FFT/IFFT processor
Takala et al. Scalable FFT processors and pipelined butterfly units
Takala et al. Butterfly unit supporting radix-4 and radix-2 FFT
WO2003041010A2 (en) Method and system for performing fast fourier transforms and inverse fast fourier transforms
Arguello et al. Parallel architecture for fast transforms with trigonometric kernel
Hazarika et al. Low-complexity continuous-flow memory-based FFT architectures for real-valued signals
US6330580B1 (en) Pipelined fast fourier transform processor
US7403881B2 (en) FFT/IFFT processing system employing a real-complex mapping architecture
JP3709291B2 (en) Fast complex Fourier transform method and apparatus
CN104572578B (en) Novel method for significantly improving FFT performance in microcontrollers
Sorensen et al. Efficient FFT algorithms for DSP processors using tensor product decompositions
Guo An efficient parallel adder based design for one dimensional discrete Fourier transform

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): CN JP KR

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LU MC NL PT SE SK TR

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP