Method and system for multi-processor FFT/IFFT with minimum inter-processor data communication
Abstract
The present invention provides a scalable method for implementing FFT/IFFT computations in multiprocessor architectures that provides improved throughput by eliminating the need for inter-processor communication after the computation of the first "log2P" stages for an implementation using "P" processing elements, comprising computing each butterfly of the first "log2P" stages on either a single processor or each of the "P" processors simultaneously and distributing the computation of the butterflies in all the subsequent stages among the "P" processors such that each chain of cascaded butterflies consisting of those butterflies that have inputs and outputs connected together, are processed by the same processor. The invention also provides a system for obtaining scalable implementation of FFT/IFFT computations in multiprocessor architectures that provides improved throughput by eliminating the need for inter-processor communication after the computation of the first "log2P" stages for an implementation using "P" processing elements.

Term
Term ended
Projected expiry passed 16 February 2024, 2.6 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
8 claims: 2 independent, 6 dependent
- 1A scalable method for implementing FFT/IFFT computations in multiprocessor architectures that provides improved throughput by eliminating the need for inter-processor communication after the computation of the first "log 2 P" stages for an implementation using "P" processing elements, comprising the steps of :- computing each butterfly of the first "log 2 P" stages on either a single processor or each of the "P" processors simultaneously, - distributing the computation of the butterflies in all the subsequent stages among the "P" proce ssors such that each chain of cascaded butterflies consisting of those butterflies that have inputs and outputs connected together, are processed by the same processor.
- 5A system for obtaining scalable implement ation of FFT/IFFT computations in multiprocessor architectures that provides improved throughput by eliminating the need for inter-processor communication after the computation of the first "log 2 P" stages for an implementation using "P" processing elements, comprising :- a means for computing each butterfly of the first "log 2 P" stages on either a single processor or each of the "P" processors simultaneously, - an addressing means for distributing the computation of the butterflies in all the subsequent stages among the "P" processors such that each chain of cascaded butterflies consisting of those butterflies that have inputs and outputs connected together, are processed by the same processor.
Independent claims2
35 paragraphs, as filed
0001The present invention relates to the field of digital signal processing. More particularly the invention relates to a device and method for providing an FFT/IFFT implementation providing minimum inter-processor communication overhead and less silicon area in a multiprocessor system.
0002The class of Fourier transforms that refer to signals that are discrete and periodic in nature are known as Discrete Fourier Transforms (DFT). The discrete Fourier transform (DFT) plays a key role in digital signal processing in areas such as spectral analysis, frequency domain filtering and polyphase transformations.
0003The DFT of a sequence of length N can be decomposed into successively smaller DFTs. The manner in which this principle is implemented falls into two classes. The first class is called a "decimation in time" approach and the second is called a "decimation in frequency" method. The first derives its name from the fact that in the process of arranging the computation into smaller transformations the sequence "x(n)" (the index 'n' is often associated with time) is decomposed into successively smaller subsequences. In the second general class the sequence of DFT coefficients "x(k)" is decomposed into smaller subsequences (k denoting frequency). The present invention employs "decimation in time".
0004Since the amount of storing and processing of data in numerical computation algorithms is proportional to the number of arithmetic operations, it is generally accepted that a meaningful measure of complexity, or of the time required to implement a computational algorithm, is the number of multiplications and additions required. The direct computation of the DFT requires "4N<sup>2</sup>" real multiplications and "N(4N-2)" real additions. Since the amount of computation and thus the computation time is approximately proportional to "N<sup>2</sup>" it is evident that the number of arithmetic operations required to compute the DFT by the direct method becomes very large for large values of "N". For this reason, computational procedures that reduce the number of multiplications and additions are of considerable interest. The Fast Fourier Transform (FFT) is an efficient algorithm for computing the DFT.
0005The conventional method of implementing an FFT or Inverse Fourier Transform (IFFT) uses a radix-2 / radix-4 / mixed-radix approach with either "decimation in time (DIT)" or a "decimation in frequency (DIF)" approach.
0006The basic computational block is called a "butterfly" - a name derived from the appearance of flow of the computations involved in it. Fig. 1 shows a typical radix-2 butterfly computation. 1.1 represents the 2 inputs (referred to as the "odd" and 'even" inputs) of the butterfly and 1.2 refers to the 2 outputs. One of the inputs (in this case the odd input) is multiplied by a complex quantity called the twiddle factor (W<sub>N</sub><sup>k</sup>). The general equations describing the relationship between inputs and outputs are as follows:<maths id="math0001" num=""><math display="block"><mrow><msub><mrow><mtext>X[k] = x[n] + x[n+N/2]W</mtext></mrow><mrow><mtext>N</mtext></mrow></msub><msup><mrow><mtext></mtext></mrow><mrow><mtext>k</mtext></mrow></msup></mrow></math><img file="EP1447752A2_D0001.tif" /></maths><maths id="math0002" num=""><math display="block"><mrow><msub><mrow><mtext>X[k+N/2] = x[n] - x[n+N/2]W</mtext></mrow><mrow><mtext>N</mtext></mrow></msub><msup><mrow><mtext></mtext></mrow><mrow><mtext>k</mtext></mrow></msup></mrow></math><img file="EP1447752A2_D0002.tif" /></maths>
0007An FFT butterfly calculation is implemented by a z-point data operation wherein "z" is referred to as the "radix". An "N" point FFT employs "N/z" butterfly units per stage (block) for "log<sub>z</sub> N" stages. The result of one butterfly stage is applied as an input to one or more subsequent butterfly stages.
0008Computational complexity for an N-point FFT calculation using the radix-2 approach = O(N/2 <sup>*</sup> log<sub>2</sub>N) where "N" is the length of the transform. There are exactly "N/2 * log<sub>2</sub>N" butterfly computations, each comprising 3 complex loads, 1 complex multiply, 2 complex adds and 2 complex stores. A full radix-4 implementation on the other hand requires several complex load/store operations. Since only 1 store operation and 1 load operation are allowed per bundle of a typical VLIW processor that is normally used for such implementations, cycles are wasted in doing only load/store operations, thus reducing ILP (Instruction Level parallelism). The conventional nested loop approach requires a high looping overhead on the processor. It also makes application of standard optimization methods difficult. Due to the nature of the data dependencies of the conventional FFT/IFFT implementations, multi cluster processor configurations do not provide much benefit in terms of computational cycles. While the complex calculations are reduced in number, the time taken on a normal processor can still be quite large. It is therefore necessary in many applications requiring high-speed or real-time response to resort to multiprocessing in order to reduce the overall computation time. For efficient operation, it is desirable to have the computation as linearly scalable as possible - in other words the computation time reducing in inverse proportion to the number of processors in the multiprocessing solution. Current multiprocessing implementations of FFT/IFFT however, do not provide such a linear scalability.
0009US patent 6,366,936 describes a multiprocessor approach for efficient FFT. The approach defined is a pipelined process wherein each processor is dependent on the output of the preceding processor in order to perform its share of work. The increase in throughput does not scale proportionately to the number of processors employed in the operation.
0010US patent 5,293,330 describes a pipelined processor for mixed size FFT. Here too, the approach does not provide proportional scalability in throughput, as it is pipelined.
0011A scheme for parallel FFT/IFFT as described in "Parallel 1-D FFT Implementation with TMS320C4x DSPs" by the semiconductor group Texas Instruments, uses butterflies that are distributed between two processors. In this implementation, inter-processor communication is required because subsequent computations on one processor depend on intermediate results from other processors. Every processor computes a butterfly operation on each of the butterfly pairs allocated to it and then sends half of its computed result to the processor that needs it for the next computation step and then waits for the information of the same length from another node to arrive before continuing computation. This interdependence of processors for a single butterfly computation does not support proportionate increase in output with increase in the number of processors.
0012European patent application no. 03027181.1 filed on 27.11.03 describes a linearly scalable FFT/IFFT system. The system incorporates a shared memory wherein each processor accesses correct data samples from the shared memory. Distribution is such that no inter-processor communication is required during the butterfly computation. However there is a requirement of inter-processor communication between stages.
0013Though a shared memory system is easier it is not very economical. This is because this approach requires multiport memories that are very expensive. Therefore a distributed memory system is more economical. The distributed memory architecture requires a media to communicate data among the processors. Hence it is desirable that the data communication among the processors in distributed memory architecture is minimum. Since the input data is distributed in equal size segments to each processor and each processor performs computations only on the data in its local memory, the memory requirement for individual processor reduces resulting in a lower requirement for silicon area and cost.
0014The aim of the present invention is to overcome the above drawbacks and provide a device and method for implementing FFT/IFFT with minimum communication overhead among processors in a multiprocessor system using distributed memory.
0015According to the invention, a scalable method for implementing FFT/IFFT computations in multiprocessor architectures is provided, according to claim 1.
0016In practice, the present method provides improved throughput by eliminating the need for inter-processor communication after the computation of the first "log<sub>2</sub>P" stages for an implementation using "P" processing elements. Specifically, the method comprises the steps of: <ul id="ul0001" list-style="dash" compact="compact"><li>computing each butterfly of the first "log<sub>2</sub>P" stages on either a single processor or each of the "P" processors simultaneously,</li><li>distributing the computation of the butterflies in all the subsequent stages among the "P" processors such that each chain of cascaded butterflies consisting of those butterflies that have inputs and outputs connected together, are processed by the same processor.</li></ul>
0017The distributing of the computation of the butterflies subsequent to the first "log<sub>2</sub>P" butterflies is achieved by assigning operand addresses of each set of butterfly operands to each processor in such a manner that the butterfly is processed by the same processor that computed the connected butterfly of the previous stage in the same chain of butterflies.
0018The desired assignment of operand addresses is achieved by deriving the address of the first operand in the operand pair corresponding to the "i<sup>th</sup>" stage of the computation from the address of the corresponding operand in the previous stage by inserting a "0" in the "(i+1)<sup>th</sup>" bit position of the address, while the address of the second operand is derived by inserting a "1" in the "(i+1)<sup>th</sup>" bit position of the operand address.
0019The above method further includes computing of twiddle factors for the butterfly computations at each processor by initializing a counter and then incrementing it by a value corresponding to the number of processors "P" and appending the result with a specified number of "0"s.
0020The present invention also provides a system for obtaining scalable implementation of FFT/IFFT computations in multiprocessor architectures, according to claim 5. In detail the system comprises: <ul id="ul0002" list-style="dash" compact="compact"><li>means for computing each butterfly of the first "log<sub>2</sub>P" stages on either a single processor or each of the "P" processors simultaneously,</li><li>addressing means for distributing the computation of the butterflies in all the subsequent stages among the "P" processors such that each chain of cascaded butterflies consisting of those butterflies that have inputs and outputs connected together, are processed by the same processor.</li></ul>
0021The addressing means comprises addresses generation means for generating the operand addresses of the butterflies subsequent to the first "log<sub>2</sub>P" butterflies in such a manner that the butterfly is processed by the same processor that computed the connected butterfly of the previous stage in the same chain of butterflies.
0022The address generation means is a computing mechanism for generating the address of the first operand in the operand pair corresponding to the "i<sup>th</sup>" stage of the computation from the address of the corresponding operand in the previous stage by inserting a "0" in the "(i+1)<sup>th</sup>" bit position of the address, and generating the address of the second operand by inserting a "1" in the "(i+1)<sup>th</sup>" bit position of the operand address.
0023The above system further includes a computing mechanism for address generation of twiddle factors for each butterfly on the corresponding processor.
0024The present invention will now be explained with reference to the accompanying drawings, which are given only by way of illustration and are not limiting for the present invention.
0025FIG. 1 shows the basic structure of the signal flow in a radix-2 butterfly computation for a discrete Fourier transform.
0026FIG. 2 shows a 2-processor implementation of butterflies for a 16-point FFT, in accordance with the present invention.
0027FIG. 3 shows a 4-processor implementation of butterflies for a 16-point FFT, in accordance with the present invention.
0028<b>Fig 2</b> shows the implementation for a 16 point FFT in a 2-processor architecture using the present invention. Solid lines are computed in one processor, and dashed lines in the other. The computational blocks are represented by '0'. The left side of each computational block is its input (the time domain samples) while the right side is its output (transformed samples). The present invention uses a mixed radix approach with decimation in time. The first two stages of the radix-2 FFT/IFFT are computed as a single radix-4 stage. As these stages contain only load/stores and add/subtract operations there is no need for multiplication. This leads to reduced time for FFT/IFFT computation as compared to that with full radix-2 implementation. The next stages have been implemented as radix-2. The three main nested loops of conventional implementations have been fused into a single loop which iterates "N/2*(log<sub>2</sub> N-2))/(number of processor)" times. Each processor is used to compute one butterfly in one loop iteration. Since there is no data dependency between different butterflies in this algorithm, both during and between stages, the computational load can be equally divided among the different processors, leading to a nearly linear scalable system. There is no data dependency between stages and therefore each processor is able to perform the butterfly computations on the data assigned to it without communicating with the other processors.
0029The mechanism for assigning the butterflies in this manner consists of generating the addresses of inputs such that each processor computes a complete sequence of cascaded butterflies. An N-bit counter, where "N" is the number of stages is used to derive the addresses used for variables corresponding to each butterfly stage in the computation. Two inputs are generated for the two operands of the butterfly. Introducing '0' in a specified position of counter generates address for input 1. Introducing 1 in a specified position of counter generates address for input 2. For address generation of twiddle factors a separate counter with a specified number of bits is initialized on each processor. The counter value is then appended with a specified number of zeroes. The counter is incremented by a value corresponding to the number of processors and appended with a specified number of zeroes to get the twiddle factor address of the next butterfly stage.
0030Distribution of data samples to the other processor can be after stage 1 at the earliest. But to save on unnecessary multiplications it can also be done after stage 2. No inter-processor communication is required once data is distributed. As a result, the red line outputs need to collected by one of the processor at the end of the computation.
0031<b>Fig 3</b> shows a 4-processor implementation for the 16-point FFT using this invention. Different line types represent computation in each of the 4 processors.
0032In the present implementation of the invention each processor comprises one or more ALUs (Arithmetic Logic unit), multiplier units, data cache, and load/store units. Each processor has an individual memory and the distribution of butterflies is such that there is no inter-processor communication required after the distribution of data. The distribution of data takes place after "log<sub>2</sub>P" stages where "P" is the number of processors. Inter-processor communication takes place only before and after all the computations have been completed. The amount of data communication overhead does not increase with an increase in the number of processors.
0033The invention, though described for distributed memory can be applied to shared memory systems also. European patent application no. 03027181.1 cited above provides a linearly scalable system for shared memory systems only.
0034It will be apparent to those with ordinary skill in the art that the foregoing is merely illustrative intended to be exhaustive or limiting, having been presented by way of example only and that various modifications can be made within the scope of the above invention.
0035Accordingly, this invention is not to be considered limited to the specific examples chosen for purposes of disclosure, but rather to cover all changes and modifications, which do not constitute departures from the permissible scope of the present invention. The invention is therefore not limited by the description contained herein or by the drawings, but only by the claims.
5 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US7870177B2 | Cited by | United States of America | Applicant |
| CN103685127A | Cited by | China | Search report |
| EP1538533A2 | Cited by | European Patent Office (EPO) | Search report |
| EP1538533A3 | Cited by | European Patent Office (EPO) | Search report |
| EP1426872A2 | Cited by | European Patent Office (EPO) | Search report |
| EP1426872A3 | Cited by | European Patent Office (EPO) | Search report |
| WO0169424A2 | Cites | World Intellectual Property Organization (WIPO) | Search report |
4 members in 2 offices; this record represents the family
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| DE01272003 | India | – | |
| 127DE2003 | India | A |
Members4
| Document | Office | Kind | |
|---|---|---|---|
| EP1447752A2This record | European Patent Office (EPO) | A2 | |
| US2004236809A1 | United States of America | A1 | |
| EP1447752A3 | European Patent Office (EPO) | A3 | |
| US7870177B2 | United States of America | B2 |
12 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Application deemed to be withdrawnWithdrawn18D | 18D | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWNSTAA | STAA | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | |
| Designation fees paidAKX | AKX | |
| Request for examination filed (corrected)R17P | R17P | |
| Request for examination filed17P | 17P | |
| Designated contracting statesAK | AK | |
| Request for extension of the european patentAX | AX | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | |
| Designated contracting statesAK | AK | |
| Request for extension of the european patentAX | AX | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI |
Numbers
- Publication
- 1447752
- Application
- 41006172
Titles3
- German
- Verfahren und System zur Mehrfachprozessor-FFT/IFFT-Berechnung mit minimaler Zwischenprozessorkommunikation
- English
- Method and system for multi-processor FFT/IFFT with minimum inter-processor data communication
- French
- Procédé et dispositif de calcul de FFT/IFFT multiprocesseur à communication interprocesseurs minimale
Classification
- CPC, 1
- G06F17/142
- IPC, 1
- G06F17 14
Designated states31
- Contracting states, 27
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Hungary
- Ireland
- Italy
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Portugal
- Romania
- Sweden
and 3 moreShow fewer
- Slovenia
- Slovakia
- Türkiye
- Extension states, 4
- Albania
- Lithuania
- Latvia
- North Macedonia