US6081821A - Pipelined, high-precision fast fourier transform processor - Google Patents
Pipelined, high-precision fast fourier transform processor Download PDFInfo
- Publication number
- US6081821A US6081821A US08/102,562 US10256293A US6081821A US 6081821 A US6081821 A US 6081821A US 10256293 A US10256293 A US 10256293A US 6081821 A US6081821 A US 6081821A
- Authority
- US
- United States
- Prior art keywords
- processor
- fft
- stage
- multiplier
- butterfly
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/14—Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
- G06F17/141—Discrete Fourier transforms
- G06F17/142—Fast Fourier transforms, e.g. using a Cooley-Tukey type algorithm
Definitions
- the present invention relates to a highly integrated, high-precision fast Fourier transform (FFT) processor architecture.
- FFT fast Fourier transform
- the fast Fourier transform class of operations is widely used in communication and sensor signal processing. See for example, Oppenheim, A. V. and R. W. Schafer, 1975, Digital Signal Processing, NJ: Prentice-Hall.
- Several communication and sensor applications require very high precision (32-bit) real-time Fourier transforms of large (64K-point), complex data blocks.
- One such application is a high-frequency, spread spectrum communication system such as that described by Perry, B. D., E. A. Palo, R. D. Haggarty, and E. L. Key, 1987, "Trade-off Considerations in the Use of Wideband HF Communications," In Proceedings IEEE International Conference on Communications, Volume 2, pages 0930-0940. Radar systems designed to detect small cross-sectional targets are similarly demanding applications.
- DSP digital signal processing
- a first approach uses a programmable DSP component such as the TMS320.
- a second approach uses the commercially available "single-chip" FFT processors and a third approach constructs an FFT processor from available arithmetic components such as multipliers, adders, etc.
- Programmable DSP components such as the TMS320, provide high-precision computation in a very flexible form. Their flexibility and performance have allowed these programmable components to subsume many DSP applications. However, their flexibility comes at the expense of throughput; the DSP chips are not well suited to real-time computation at modest or high throughput rates.
- processors An alternative to programmable DSP components is commercial "single-chip" FFT processors. These components meet the throughput requirements of high performance applications, but they lack the necessary precision. Many such components provide only 16 bits of precision, while a few others offer 24 bits. Further, these "single-chip” processors typically require a large number of supporting components; in particular, address generators and coefficient memories are not incorporated on-chip. Finally, processor throughput and FFT block size are tightly coupled in these processors; larger blocks are typically processed at lower throughput rates.
- the third approach is the construction of a high-precision FFT processor from commercially available "building blocks” such as high-performance arithmetic components. This approach provides both precision and performance but the resulting system is large and inflexible. Using this prior art approach, the inventors herein constructed a 32 bit, 16K-point FFT which required nearly 300 components and could not be readily extended to larger block sizes or throughput rates.
- the fast Fourier transform (FFT) processor of the invention includes a plurality of pipelined, functionally identical stages, each stage adapted to perform a portion of an FFT operation on a block of data.
- the output of the last stage of the processor is the high-precision fast Fourier transform of the data block.
- Support functions are included at each stage.
- each stage includes a computational element and a buffer memory interface.
- the memory buffer interface is a commercial static random-access memory (SRAM).
- SRAM static random-access memory
- Each stage also includes apparatus for coefficient generation.
- the application-specific integrated circuits (ASICs) which implement the present invention allow flexible, high-precision, high-performance FFT processors to be realized.
- the processor of the present invention incorporates all FFT support functions--including coefficient and memory-address generation--on a single die.
- the processor of the invention computes the FFT to full 32-bit precision, significantly greater precision than currently available with commercial processors.
- This implementation operates with a continuous complex-data rate of 4 million samples-per-second and can be cascaded to provide up to 64K-point transforms.
- the architecture is easily extensible to a 20 million samples-per-second processor with no compromise in precision or block length. These parameters are not limits of the architecture of the processor but reflect current embodiments of this invention.
- FIG. 1 is a signal flow graph illustrating the radix-r FFT computation scheme of the invention.
- FIG. 2 is a block diagram of the pipelined fast Fourier transform system according to the present invention.
- FIG. 3 is a block diagram of a Radix-4 FFT processor according to the invention.
- FIG. 3a is a block diagram of a multiplexed radix-4 FFT butterfly.
- FIG. 4 is a block diagram of a distributed arithmetic flash multiplier.
- FIG. 5 is a schematic illustration of a distributed arithmetic multiplier cell.
- FIG. 6 is a diagram of distributed arithmetic encoding logic.
- FIG. 7 is a diagram illustrating distributed arithmetic mux selection.
- FIG. 8 is a block diagram of the pipelined distributed arithmetic multiplier of the invention.
- FIG. 9 is a block diagram of a bit-serial multiplier.
- FIG. 10 is a schematic illustration of an half-adder cell.
- FIG. 11 is a block diagram of a modified bit-serial multiplier.
- FIG. 12 is a block diagram of a complete digit-serial multiplier.
- FIG. 13 is a schematic illustration of a full-adder cell.
- FIG. 14 is a block diagram of a recursive multiplier.
- FIG. 15 is a block diagram of a coefficient generator.
- FIG. 16 is a diagram illustrating coefficient seed quantization.
- FIG. 17 is a graph of coefficient error versus iteration number.
- FIG. 18 is a diagram illustrating address generator modes.
- FIG. 19 is a diagram illustrating the pin configuration of the radix-4 FFT butterfly processor of the invention.
- FIG. 20 is a block diagram showing cascaded chip interface.
- FIG. 21 is a diagram showing input/output data timing.
- FIG. 22 is a diagram of the data input/output format.
- FIG. 23 is a timing diagram showing memory interface timing.
- single-chip FFT processors generally provide all O(N log 2 N) operations in a single component. This procedure is advantageous in situations where N is relatively small and the throughput rates are low. In such a case, the computational elements, or “butterfly,” 10 can easily be time multiplexed. For larger values of N, this approach is viable only if a decrease in throughput can be tolerated (i.e., in a "single-chip” processor, throughput and block length are inversely proportional).
- This architecture requires a very fast butterfly 10, but compromises integration--all available silicon area is devoted to the butterfly 10, and none can be spared for support functions. In addition, the architecture's I/O bandwidth requirements scale with increasing N.
- this increased bandwidth is provided by additional signal pins on the processor chip and places stringent bandwidth requirements on the buffer memories as well. It is easily seen, then, that this "single-chip" prior art architecture offers high performance at the expense of precision and integration--support functions such as coefficient generation and memory addressing must be provided off-chip.
- the approach of the present invention is to partition the O(N log 2 N) arithmetic operations among log r N processors for the radix-r FFT.
- This scheme reduces the computational and I/O requirements of the processor by a factor of log r N and effectively decouples block length and throughput.
- this approach seems unappealing since it requires log r N processors, but, surprisingly, this approach does provide a smaller overall system. It is this approach that the present invention is built upon.
- the radix-4 FFT of an N-point data block consists of log 4 N stages of processing. At each stage, groups of four data samples are gather-read from the input memory buffer, operated on, and scatter-written to the output buffer. Each interstage memory serves as output buffer for one processor and input buffer to the next.
- SRAM static random-access memory
- the interstage memories 16 allow the reordering of data as it progresses through the pipeline. Two points should be noted with respect to FIG. 2. First, since the FFT chips 14 are programmable, a single design can serve as any stage of a forward or inverse FFT. Second, since all support functions are included on-chip, no ancillary control or support devices are needed; there are no coefficient ROMS, no external address generators, and no memory controllers required. The result is a simple, regular FFT system implemented with precisely two integrated circuit types: a commercially available SRAM 16 module and the custom FFT processor 14 to be described herein.
- FIG. 3 shows a block diagram of the radix-4 decimation-in-frequency FFT integrated circuit 14.
- FIG. 3 shows a coefficient generator 18 which calculates root-of-unity "twiddle factors," and a buffer-memory controller 20.
- Input and output registers 22 and 24 convert between an on-chip digit-serial data format and the word-parallel format used for chip-to-memory communication.
- a four-tuple (a, b, c, d), is transferred from the buffer memory to the processor 14 input registers 22. Together, these values represent 256 bits of data and are transferred over a 32-bit input data bus in eight memory read cycles.
- the radix-4 butterfly 10 computes a new vector, (a', b', c' d'), given by:
- the input registers 22 provide the synchronization of input data 26 required for these computations.
- Each of the values a, b, c, and d is clocked out of the input registers as a stream of quaternary digits and fed to the appropriate adder/subtracter combination (not shown) in the butterfly 10.
- Operating on two-bit digits represents a compromise between the area efficiency of bit-serial computation and the speed of parallel computation.
- the outputs of the digits-serial adders and subtractors, themselves quaternary streams, are buffered for time-division multiplexing through a single complex multiplier (not shown).
- the size of the high precision complex multiplier prevents its replication and, therefore, mandates the use of time-division multiplexing.
- the buffered data is synchronized with the on-chip coefficient generator 18, and the pair of values, data and coefficient, is fed to the multiplier.
- the multiplier's outputs are captured and reformatted in the output registers 24. Reformatting is primarily a conversion from the on-chip digit-serial quaternary representation to the parallel inter-chip format.
- the resulting values are gated to an output data bus 28 and written as eight 32-bit quantities to the interstage buffer memory.
- the multiplier Since the multiplier processes three sets of operands per butterfly 10, its performance determines the chip's overall throughput rate. This fact presents a significant design challenge. On the one hand, there is the need to minimize the multiplier's size to allow higher precision calculation and better integration, while on the other hand, the multiplier's size determines its throughput.
- the multiplier utilized in an implementation of the processor of the invention is an adaptation of the distributed arithmetic (DA) architecture suggested by McTaggart et al. referred to above.
- Mactaggart et al. initially proposed a "flash" multiplier architecture based on the commonly known carry-save-adder (CSA) approach.
- CSA carry-save-adder
- an n ⁇ n-bit multiplier requires n rows and n+2 columns of computational cells to compute either the real or imaginary part of an n ⁇ n complex multiplication. The requirement for the two extra columns will be described below.
- a 4 ⁇ 4 multiplier array example is shown in FIG. 4. Two similar arrays may be combined to compute both the real and imaginary components of the complex product of x and y.
- the internals of each of the DA computational cells are shown in FIG. 5.
- the values K and K' are defined by the y encoding logic as:
- R(y) and I(y) are the real and imaginary parts of the complex quantity y.
- K and K' were defined a bit differently; they were defined as one-half the sum and difference of the real and imaginary terms.
- the final product may then be divided by two to yield the desired result, that is, we exploit the distributive law of multiplication over addition to produce a more accurate result.
- This modification to the original DA architecture requires the inclusion of one extra column in the multiplier to contain the expanded values.
- each row of the multiplier one bit of the real component and one bit of the imaginary component of x are encoded to produce the control signals data -- select (DS) and add -- substract -- control (ASC), as shown in FIG. 6. Since one instance of the DA multiplier computes either the real or imaginary portion of the result, two multipliers with slightly different encodings are necessary. Also, since the sign bit of a two's complement number carries a negative weight, the sense of the ASC signal must be inverted for the most significant row of the multiplier. The two signals, DS and ASC, control a 4:1 mux that selects one of the four values (K, -K, K', or -K') to be added to the partial product at that particular row of the multiplier array. The truth table for the mux is shown in FIG. 7.
- One advantage of the DA multiplication algorithm of the invention over alternative algorithms is that it operates on two's complement values and produces two's complement results. This eliminates the need to convert from two's complement to sign-magnitude representation, a requirement in many other multiplier architectures. In order to maintain the sign information of the partial products, an additional column has been added at the left of the array, as shown in FIG. 4, to perform sign extension.
- our implementation of the DA multiplier uses the carry-save-adder configuration popular in many other multiplier architectures.
- a second stage of accumulation a "carry-ripple" stage, is required to compute the final product. This stage combines the sums and carries generated by the bottom row of the CSA array and produces the most significant bits of the product.
- the DA multiplier array is more complicated than a conventional carry-save array, only two arrays are necessary to compute a complex product, as opposed to the typical four multiplier/two adder implementation.
- the DA multiplier requires roughly 60 percent of the area required by either the conventional multiplier or the more popular modified Booth's multiplier. However, in a "flash" implementation, the modified Booth's multiplier is faster.
- Iterative multiplication architectures are a logical extension of the more common bit-serial or digit-serial design techniques. These serialized computation techniques are applicable in cases where the size of the circuit area is critical and throughput requirements are moderate.
- the DA architecture being implemented as a carry-save adder, is particularly well suited to pipelining.
- the results of the first row must enter (or ripple to) the second row, whose outputs ripple to the third and so on down the array.
- a significant throughput advantage may be realized by placing registers between rows (pipelining) and latching the partial products as they pass down through the array. If the x inputs are staggered as shown in FIG. 8, several multiplications may be active in the array simultaneously and the throughput is equivalent to that of one computational row.
- the value R(x(i)) 3 denotes bit 3 of the real part of the ith sample of x. Since there is no ripple of results in the horizontal direction, the multiplier throughput is determined by the delay through one row of the multiplier, which is exactly the delay through a single DA multiplier cell. This pipelining need not be applied between each row of the multiplier; rather, pipelining registers could be inserted after every r rows, trading off increased throughput for silicon area and latency. Clearly, the insertion of pipelining latches into the flash multiplier array increases both the silicon area and latency associated with the multiply operation, but it offers a substantial increase in multiplier throughput as well. Further pipeling may be applied within a cell to achieve still greater throughput, at the expense of increased area and latency.
- Iterative multiplication is very similar to the row-pipelined multiplier architecture discussed thus far. Instead of latching between rows of the array and distributing the x bits to all rows, we add latches after one or more rows and recirculate the results back into the same row or rows while operating on x in r-bit chunks. That is, rows of the array can be "folded" on top of one another so that the entire multiplication operation is calculated in r multiplier rows.
- the "ripple” adder 30 also computes bit-serially and is constructed from a row of half-adder cells with latches between cells.
- the latches are represented by the boxes labeled "L”, and the contents of the half-adder (HA) cells are shown in FIG. 10.
- a mux is required at the input to the DA cells so that the accumulator may be cleared as the least-significant bit (LSB) of x enters the multiplier at the start of each multiplication.
- LSB least-significant bit
- a mux is used at the input of each HA cell to initialize the "ripple" adder for computation of the upper bits of the product.
- a clock of frequency b ⁇ T is required.
- the iterative multiplier along with the digit-serial adders and substractors, enables the radix-4 butterfly 10 (FIG. 3) to be implemented in a mere 19,000 transistors.
- a similar butterfly containing a flash multiplier and parallel adders would require approximately 120,000 transistors. This savings allows the addressing of higher-level system issues.
- data may be scaled (divided by four) at some or all of the stages. This is done in the second bank of adders in the butterfly (FIG. 3a). In the first adder bank, the 32-bit inputs are added or subtracted to form results of up to 33 bits. These values are then combined producing up to 34-bit results.
- a static control input selects the scaling function at each stage. When scaling is enabled, the outputs of the second set of adders are shifted right by two bits and rounded.
- bits 0 and are the fractional components of a scaled value.
- Our rounding circuit rounds up (adds one to bit 2, and discards bits 1 and 0) for fractional components greater than 1/2 (11 2 ), and rounds down (discard bits 1 and 0) for fractions less than 1/2 (00 2 and 01 2 ).
- the rounding circuit rounds either up or down based on a random decision.
- An on-chip linear feedback shift register generates eight pseudorandom bit sequences to control the rounding in the eight real adders for this case.
- the FFT coefficients are stored in ROM and read by the FFT processor as needed.
- On-chip coefficient storage is possible only for modest size or low-precision FFTs--the 32-bit complex coefficients for a 64K-point transform require 4 Mb of ROM, so on-chip storage is impractical.
- the solution according to the invention is to compute the coefficients on-chip.
- Each of the three coefficient sequences required by the radix-4 butterfly may be computed as the consecutive powers of a complex "seed" value.
- the sequences, and therefore the seeds, are determined by the stage number and FFT block size. If B is the block size processed at a particular stage of an N-point FFT, the three sequences are the B/4 roots of unity equally spaced from 0 to - ⁇ /2, - ⁇ , and -3 ⁇ /2 respectively. For an inverse FFT, the conjugates of the same three sequences are used.
- a method of generating these coefficient sequences is a recursive multiplier 32 and storage register 34, as shown in FIG. 14. This implementation calculates the sequence ( ⁇ N ) 0 , ( ⁇ N ) k , ( ⁇ N ) 2k , .
- the generated coefficients will contain errors due to both the initial quantization of the seed value and the round-off error in the multiplier.
- the dominant error source is the seed quantization. Since the seed is involved in the computation of each coefficient in the sequence, its error contribution grows linearly with each multiplication. If the quantization error magnitude is represented by ⁇ , then
- 1+ ⁇ , and the magnitude of the coefficient generated on the qth recursive multiplication is
- the heart of the coefficient generator 18 is a 42-bit complex multiplier that is architecturally similar to that in the butterfly 10, but with three-bit digits.
- the 42-bit complex results are rounded to 32 bits before being used in the butterfly 10.
- FIG. 16 shows an example of a complex seed computed to infinite precision and plotted on the unit circle along with its four nearest quantization values. The example clearly shows that the nearest quantization of the seed lies outside of the unit circle. For this case, we choose the value indicated.
- the use of the 42-bit multiplier and careful selection of the seeds allows us to generate coefficients that are accurate to 32 bits for most stages. In Table 1, the accuracies of the last generated coefficient (the worst case) for all stages of a 64K-point FFT are given.
- the seed values for all stages of a forward and inverse transform are stored in on-chip read-only memories (ROMs). This eliminates the need for external storage and control components.
- the appropriate seeds for each stage are selected at power-up and loaded into the active registers of the coefficient generator.
- Three seeds are required for each stage of a forward or inverse FFT.
- the 42-bit complex seeds for a forward FFT are converted to a 43-bit K and K' format and stored in three 8-word by 86-bit ROMs.
- a single ROM contains the ( ⁇ N ) k seeds for all eight stages. Likewise, the remaining two ROMs contain the eight ( ⁇ N ) 2k and ( ⁇ N ) 3k coefficient seeds.
- Another integral part of an FFT is the permutation of data between processing stages.
- this permutation is accomplished by combining results-in-place FFT algorithms with a double buffering scheme.
- data shuffling could be accomplished by double-buffering between each FFT stage, but results-in-place computation is not possible.
- a double-buffering approach would increase the processor's memory requirements; we regard this as unacceptable.
- An alternative is to shuffle, or permute, the data "on-the-fly," an option available only in the pipeline processor disclosed herein.
- the shuffling sequence required in the decimation-in-frequency (DIF) algorithm is amenable to such an approach.
- data is written into the buffer memory by a sequence of addresses, A. It can then be read in a permuted order, ⁇ (A), as required by the FFT algorithm. Note that the initial ordering, A, is insignificant so long as ⁇ (A) can be generated. It is possible, therefore, to operate the interstage buffers efficiently by using read-modify-write memory access cycles.
- ⁇ (A) the next block's data is written in that order. That block is then read by a new permutation of addresses, ⁇ ( ⁇ (A)), while the third block is simultaneously written in that order.
- the cycle length of the permutation is given by the smallest integer c for which the equality
- the address generator operates in any one of three modes, selected by two input control signals to the butterfly chip. There are three different address permutation algorithms required, depending on the chip's position in the FFT path and the format of the input data. Our address generator design supports all three.
- the first stage of the FFT accepts data in either natural or digit-reversed order. Since the forward FFT produces frequency samples in digit-reverse order, it may be possible to process these samples without reordering them. In this case, the processed frequency-domain data may be passed directly to the inverse FFT with no adjustment required.
- the controller 20 provides the signal timing required to read the 256 bits (four 64-bit quantities) over a 32-bit input data bus. Of course, this includes the generation of write enable and output enable signals for the memories.
- the FFT butterfly 10 processor IC is pin-programmable for use in any stage in a forward or inverse transform. There are several control pins for accomplishing this programmability, as described below. Each is a static control signal that must be established at initialization.
- STAGE [2-0] This three-bit vector indicates the stage number in the cascaded FFT architecture.
- stages are numbered from log 4 N-1 to 0, where stage 0 is the last stage in the data path.
- the stage value controls the address generator and the restart operation of the coefficient generator.
- M[0-1] This two-bit vector specifies the mode of the address generator.
- FIG. 18 shows the three possible modes.
- the FFT processor chip uses a two-phase nonoverlapping clocking scheme.
- the two system clocks, PHI 1 and PHI 2 are input signals to the chip. These clocks should have a frequency of 12 ⁇ R, where R is the overall complex data throughput rate. All clocked inputs to the chip are latched on-chip on PHI 1 and should therefore be stable during the entire "high-time" of PHI 1 . For optimal performance, all inputs to the chip should change on or near the rising edge of PHI 2 . All outputs from the chip change following the rising edge of PHI 2 and will be stable during PHI 1 .
- the FFT of large data blocks--up to 64K-points-- may be performed by cascading stages of the FFT butterfly processor and memory chips. For an N-point FFT, log 4 N stages are required. The FFT and memory chips are interconnected as shown in FIG. 20.
- the REAL out and IMAG out data ports from the butterfly of stage s+1 and the REAL in and IMAG in data ports from the butterfly stage s should be connected to the data (D) port of the static RAM at stage s, and the address (A) port from stage s should be connected to the address port of the RAM at that stage.
- the coefficient seeds must be loaded into the coefficient generator at each stage.
- a negative pulse of one cycle in duration on the LOAD input of the butterfly processor chips is required.
- the signal should transition at or near the rising edge of PHI 2 .
- the load operation begins concurrently with the negative-going edge of LOAD, and continues for 45 clock cycles. During this time, all processing in the FFT chip is disrupted.
- each FFT chip must receive a reset signal. This signal restarts the address generator and coefficient generator and synchronizes all of the internal operations.
- each FFT chip must be reset at a different time to account for the latency through each chip. Rather than requiring multiple resets (one for each chip), we have included the logic on each FFT chip to generate the reset signal for the next stage from its own reset signal.
- Each chip has an MR in and an MR out pin. The MR out signal from stage s must be connected to the MR in signal for stage s-1, and only one reset signal (into the left-most FFT chip) is required to synchronize the entire array.
- Data may be written into the memory preceding the first stage of the FFT, starting 27 cycles after the leading (negative-going) edge of the reset signal.
- This initial latency accounts for the time required to synchronize the weight generator and coincides with the write cycle at the first valid address from the address generator. This timing is depicted in FIG. 21.
- the memory introduces a latency, since it must first be written into before data is read out in a shuffled order to the FFT chips.
- the first stage all N data words must be stored and this requires 12 ⁇ N system clock cycles.
- the second stage also requires N words of memory, and its memory also introduces a latency of 12 ⁇ N.
- the FFT chips at each stage also introduce a fixed latency of 90 system clock cycles.
- the overall FFT latency, ⁇ total in system clock cycles for an N-point transform is expressed as ##EQU2##
- the final FFT output will be in digit-reversed order and may therefore have to be restored to natural order.
- the FFT chips allow digit-reversed inputs at the first stage.
- some type of frequency-domain signal processing is performed between a forward and inverse FFT and the outputs of the forward FFT can be processed in digit-reversed order, they may be fed directly into an inverse transform after processing, without the need for any reordering. However, this would still leave the outputs of the inverse FFT in digit-reversed order.
- the FFT butterfly processor outputs two signals that can be used to control the external memory module interface.
- This signal may be connected directly to the OE input of the memory, as shown in FIG. 20.
- Many memory components do not require an OE signal. In cases where OE is not used, that output from the FFT chip may be left unconnected.
- the other memory control signal generated by the FFT butterfly processor is WE. This signal controls the write operation to the memory. The timing of the memory interface is shown in FIG. 23.
- the fundamental architecture of the invention is applicable to FFTs of arbitrary precision, throughput and block size.
- the complete radix-4 processor constructed in accordance with the invention, including all ancillary support functions, requires fewer than 63,000 transistors and fits on a small 6.5 ⁇ 5.2 mm die when implemented in 1.2 ⁇ m CMOS. Although throughput rates are moderate, butterfly I/O pin requirements have been minimized through the use of digit-serial techniques.
- This implementation of the processor is packaged in a 132-pin leadless chip carrier. This implementation is suitable for a wide variety of applications that require processing data at moderate throughput rates with a minimum of a available system area and power.
Landscapes
- Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Discrete Mathematics (AREA)
- Algebra (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Complex Calculations (AREA)
Abstract
Description
a'=a+b+c+d,
b'=(a-jb-c+jd)(e.sup.-j2π/N).sup.nk,
c'=(a-b+c-d)(e.sup.-j2π/N).sup.n2k,
d'=(a+jb-c-jd)(e.sup.-j2π/N).sup.n3k.
K=R(y)+I(y),
K'=R(y)-I(y)
|(ω.sub.N).sup.nk |=(1+ε).sup.n ≈1+nε.
|1+ε|.sup.k <-1ε<0.
TABLE 1 ______________________________________ Coefficient Accuracy # Recursive Accuracy Stage Block Size Multiplies in Bits ______________________________________ 0 4 0 32 1 16 4 32 2 64 16 32 3 256 64 32 4 1K 256 32 54K 1K 32 616K 4K 31 7 64K16K 29 ______________________________________
ρ.sup.c (A)=A
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/102,562 US6081821A (en) | 1993-08-05 | 1993-08-05 | Pipelined, high-precision fast fourier transform processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US08/102,562 US6081821A (en) | 1993-08-05 | 1993-08-05 | Pipelined, high-precision fast fourier transform processor |
Publications (1)
Publication Number | Publication Date |
---|---|
US6081821A true US6081821A (en) | 2000-06-27 |
Family
ID=22290481
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US08/102,562 Expired - Lifetime US6081821A (en) | 1993-08-05 | 1993-08-05 | Pipelined, high-precision fast fourier transform processor |
Country Status (1)
Country | Link |
---|---|
US (1) | US6081821A (en) |
Cited By (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010051766A1 (en) * | 1999-03-01 | 2001-12-13 | Gazdzinski Robert F. | Endoscopic smart probe and method |
US6408319B1 (en) * | 1997-12-19 | 2002-06-18 | Stmicroelectronics S.A. | Electronic device for computing a fourier transform and corresponding control process |
US6430587B1 (en) * | 1997-01-15 | 2002-08-06 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for FFT computation |
US20020194236A1 (en) * | 2001-04-19 | 2002-12-19 | Chris Morris | Data processor with enhanced instruction execution and method |
US6532484B1 (en) * | 1999-06-21 | 2003-03-11 | Sun Microsystems, Inc. | Parallel system and method for performing fast fourier transform |
US6631167B1 (en) * | 1999-06-14 | 2003-10-07 | Stmicroelectronics S.A. | Process and device for transforming real data into complex symbols, in particular for the reception of phase-modulated and amplitude-modulated carriers transmitted on a telephone line |
US6658441B1 (en) * | 1999-08-02 | 2003-12-02 | Seung Pil Kim | Apparatus and method for recursive parallel and pipelined fast fourier transform |
US20040059766A1 (en) * | 2002-09-23 | 2004-03-25 | Yeou-Min Yeh | Pipelined low complexity FFT/IFFT processor |
US6766433B2 (en) | 2001-09-21 | 2004-07-20 | Freescale Semiconductor, Inc. | System having user programmable addressing modes and method therefor |
US20040193663A1 (en) * | 1999-04-29 | 2004-09-30 | Pelton Walter E. | Apparatus, methods, and computer program products for determining the coefficients of a function with decreased latency |
US20050015420A1 (en) * | 2003-07-18 | 2005-01-20 | Gibb Sean G. | Recoded radix-2 pipeline FFT processor |
US20050114420A1 (en) * | 2003-11-26 | 2005-05-26 | Gibb Sean G. | Pipelined FFT processor with memory address interleaving |
US20050114421A1 (en) * | 2003-11-26 | 2005-05-26 | Gibb Sean G. | Interleaving memory |
WO2005052808A1 (en) * | 2003-11-26 | 2005-06-09 | Cygnus Communications Canada Co. | Pipelined fft processor with memory address interleaving |
US6917955B1 (en) | 2002-04-25 | 2005-07-12 | Analog Devices, Inc. | FFT processor suited for a DMT engine for multichannel CO ADSL application |
US20050160127A1 (en) * | 2003-11-03 | 2005-07-21 | Swartzlander Earl E.Jr. | Modular pipeline fast fourier transform |
US20050177608A1 (en) * | 2004-02-11 | 2005-08-11 | Samsung Electronics Co., Ltd. | Fast Fourier transform processor and method using half-sized memory |
US20050289207A1 (en) * | 2004-06-24 | 2005-12-29 | Chen-Yi Lee | Fast fourier transform processor, dynamic scaling method and fast Fourier transform with radix-8 algorithm |
US20060155795A1 (en) * | 2004-12-08 | 2006-07-13 | Anderson James B | Method and apparatus for hardware implementation of high performance fast fourier transform architecture |
US20070226285A1 (en) * | 2006-03-24 | 2007-09-27 | Debashis Goswami | A high speed fft hardware architecture for an ofdm processor |
WO2008132510A2 (en) * | 2007-04-27 | 2008-11-06 | University Of Bradford | Fft processor |
US20080284793A1 (en) * | 2004-04-15 | 2008-11-20 | Young Wayne D | Hue and saturation control module |
US7675847B2 (en) | 2007-07-10 | 2010-03-09 | Wipro Limited | Hardware implementation of a programmable FFT based on a half length FFT core |
US7914442B1 (en) | 1999-03-01 | 2011-03-29 | Gazdzinski Robert F | Endoscopic smart probe and method |
US7996453B1 (en) * | 2006-08-16 | 2011-08-09 | Marvell International Ltd. | Methods and apparatus for providing an efficient FFT memory addressing and storage scheme |
US8001171B1 (en) * | 2006-05-31 | 2011-08-16 | Xilinx, Inc. | Pipeline FFT architecture for a programmable device |
US8068897B1 (en) | 1999-03-01 | 2011-11-29 | Gazdzinski Robert F | Endoscopic smart probe and method |
US20120254273A1 (en) * | 2009-12-16 | 2012-10-04 | Telefonaktiebolaget L M Ericsson (Publ) | Information Processing Apparatus, Control Method Thereof, Program, and Computer-Readable Storage Medium |
US20130046806A1 (en) * | 2010-02-16 | 2013-02-21 | Ntt Docomo, Inc. | Fast fourier transform circuit |
US8516027B2 (en) | 2010-04-30 | 2013-08-20 | Src, Inc. | Method and system for bit stacked fast Fourier transform |
US8572148B1 (en) * | 2009-02-23 | 2013-10-29 | Xilinx, Inc. | Data reorganizer for fourier transformation of parallel data streams |
US20140164460A1 (en) * | 2012-12-07 | 2014-06-12 | Nuvoton Technology Corporation | Digital signal processing apparatus and processing method thereof |
US20150195114A1 (en) * | 2012-07-18 | 2015-07-09 | Nec Corporation | Fft circuit |
US20150220485A1 (en) * | 2014-02-03 | 2015-08-06 | Ceva D.S.P. Ltd. | System and method for zero contention memory bank access in a reorder stage in mixed radix discrete fourier transform |
US20150242365A1 (en) * | 2014-02-27 | 2015-08-27 | Tensoroom, Inc. | Method and Apparatus of a Fully-Pipelined FFT |
CN106383807A (en) * | 2016-09-12 | 2017-02-08 | 深圳职业技术学院 | FFT processor |
US9861268B2 (en) | 1999-03-01 | 2018-01-09 | West View Research, Llc | Methods of processing data obtained from medical device |
US10175944B2 (en) * | 2017-04-12 | 2019-01-08 | Intel Corporation | Mixed-precision floating-point arithmetic circuitry in specialized processing blocks |
CN113111300A (en) * | 2020-01-13 | 2021-07-13 | 上海大学 | Fixed point FFT implementation architecture with optimized resource consumption |
US11764940B2 (en) | 2019-01-10 | 2023-09-19 | Duality Technologies, Inc. | Secure search of secret data in a semi-trusted environment using homomorphic encryption |
EP4296847A1 (en) * | 2022-06-22 | 2023-12-27 | Nxp B.V. | A signal processing system for performing a fast fourier transform with adaptive bit shifting, and methods for adaptive bit shifting |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4501149A (en) * | 1982-10-29 | 1985-02-26 | Asahi Kasei Kogyo Kabushiki Kaisha | Micro fracture detector |
US5038311A (en) * | 1990-08-10 | 1991-08-06 | General Electric Company | Pipelined fast fourier transform processor |
-
1993
- 1993-08-05 US US08/102,562 patent/US6081821A/en not_active Expired - Lifetime
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4501149A (en) * | 1982-10-29 | 1985-02-26 | Asahi Kasei Kogyo Kabushiki Kaisha | Micro fracture detector |
US5038311A (en) * | 1990-08-10 | 1991-08-06 | General Electric Company | Pipelined fast fourier transform processor |
Non-Patent Citations (2)
Title |
---|
Santoro et al., "SPIM: A pipelined 64×64-bit iterative multiplier," IEEE, vol. 24, No. 2, Apr. 1989. |
Santoro et al., SPIM: A pipelined 64 64 bit iterative multiplier, IEEE, vol. 24, No. 2, Apr. 1989. * |
Cited By (67)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6430587B1 (en) * | 1997-01-15 | 2002-08-06 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for FFT computation |
US6408319B1 (en) * | 1997-12-19 | 2002-06-18 | Stmicroelectronics S.A. | Electronic device for computing a fourier transform and corresponding control process |
US9861268B2 (en) | 1999-03-01 | 2018-01-09 | West View Research, Llc | Methods of processing data obtained from medical device |
US8636649B1 (en) | 1999-03-01 | 2014-01-28 | West View Research, Llc | Endoscopic smart probe and method |
US9861296B2 (en) | 1999-03-01 | 2018-01-09 | West View Research, Llc | Ingestible probe with agent delivery |
US8068897B1 (en) | 1999-03-01 | 2011-11-29 | Gazdzinski Robert F | Endoscopic smart probe and method |
US8636648B2 (en) * | 1999-03-01 | 2014-01-28 | West View Research, Llc | Endoscopic smart probe |
US9913575B2 (en) | 1999-03-01 | 2018-03-13 | West View Research, Llc | Methods of processing data obtained from medical device |
US7914442B1 (en) | 1999-03-01 | 2011-03-29 | Gazdzinski Robert F | Endoscopic smart probe and method |
US10028645B2 (en) | 1999-03-01 | 2018-07-24 | West View Research, Llc | Computerized information collection and processing apparatus |
US20010051766A1 (en) * | 1999-03-01 | 2001-12-13 | Gazdzinski Robert F. | Endoscopic smart probe and method |
US10028646B2 (en) | 1999-03-01 | 2018-07-24 | West View Research, Llc | Computerized information collection and processing apparatus |
US10098568B2 (en) | 1999-03-01 | 2018-10-16 | West View Research, Llc | Computerized apparatus with ingestible probe |
US10154777B2 (en) | 1999-03-01 | 2018-12-18 | West View Research, Llc | Computerized information collection and processing apparatus and methods |
US10973397B2 (en) | 1999-03-01 | 2021-04-13 | West View Research, Llc | Computerized information collection and processing apparatus |
US7120659B2 (en) * | 1999-04-29 | 2006-10-10 | Pelton Walter E | Apparatus, methods, and computer program products for determining the coefficients of a function with decreased latency |
US20040193663A1 (en) * | 1999-04-29 | 2004-09-30 | Pelton Walter E. | Apparatus, methods, and computer program products for determining the coefficients of a function with decreased latency |
US20070260661A1 (en) * | 1999-04-29 | 2007-11-08 | Pelton Walter E | Apparatus, methods, and computer program products for determining the coefficients of a function with decreased latency |
US8005883B2 (en) | 1999-04-29 | 2011-08-23 | Pelton Walter E | Apparatus, methods, and computer program products for determining the coefficients of a function with decreased latency |
US6631167B1 (en) * | 1999-06-14 | 2003-10-07 | Stmicroelectronics S.A. | Process and device for transforming real data into complex symbols, in particular for the reception of phase-modulated and amplitude-modulated carriers transmitted on a telephone line |
US6532484B1 (en) * | 1999-06-21 | 2003-03-11 | Sun Microsystems, Inc. | Parallel system and method for performing fast fourier transform |
US6658441B1 (en) * | 1999-08-02 | 2003-12-02 | Seung Pil Kim | Apparatus and method for recursive parallel and pipelined fast fourier transform |
US20020194236A1 (en) * | 2001-04-19 | 2002-12-19 | Chris Morris | Data processor with enhanced instruction execution and method |
US7010558B2 (en) | 2001-04-19 | 2006-03-07 | Arc International | Data processor with enhanced instruction execution and method |
US6766433B2 (en) | 2001-09-21 | 2004-07-20 | Freescale Semiconductor, Inc. | System having user programmable addressing modes and method therefor |
US6917955B1 (en) | 2002-04-25 | 2005-07-12 | Analog Devices, Inc. | FFT processor suited for a DMT engine for multichannel CO ADSL application |
US20040059766A1 (en) * | 2002-09-23 | 2004-03-25 | Yeou-Min Yeh | Pipelined low complexity FFT/IFFT processor |
US20050015420A1 (en) * | 2003-07-18 | 2005-01-20 | Gibb Sean G. | Recoded radix-2 pipeline FFT processor |
US7543010B2 (en) | 2003-11-03 | 2009-06-02 | Board Of Regents, The University Of Texas System | Modular pipeline fast Fourier transform |
US20050160127A1 (en) * | 2003-11-03 | 2005-07-21 | Swartzlander Earl E.Jr. | Modular pipeline fast fourier transform |
WO2005052808A1 (en) * | 2003-11-26 | 2005-06-09 | Cygnus Communications Canada Co. | Pipelined fft processor with memory address interleaving |
US20050114420A1 (en) * | 2003-11-26 | 2005-05-26 | Gibb Sean G. | Pipelined FFT processor with memory address interleaving |
US20080288569A1 (en) * | 2003-11-26 | 2008-11-20 | Cygnus Communications Canada Co. | Pipelined fft processor with memory address interleaving |
US7428564B2 (en) * | 2003-11-26 | 2008-09-23 | Gibb Sean G | Pipelined FFT processor with memory address interleaving |
US7415584B2 (en) * | 2003-11-26 | 2008-08-19 | Cygnus Communications Canada Co. | Interleaving input sequences to memory |
US20050114421A1 (en) * | 2003-11-26 | 2005-05-26 | Gibb Sean G. | Interleaving memory |
US20050177608A1 (en) * | 2004-02-11 | 2005-08-11 | Samsung Electronics Co., Ltd. | Fast Fourier transform processor and method using half-sized memory |
US20080284793A1 (en) * | 2004-04-15 | 2008-11-20 | Young Wayne D | Hue and saturation control module |
US20050289207A1 (en) * | 2004-06-24 | 2005-12-29 | Chen-Yi Lee | Fast fourier transform processor, dynamic scaling method and fast Fourier transform with radix-8 algorithm |
US20060155795A1 (en) * | 2004-12-08 | 2006-07-13 | Anderson James B | Method and apparatus for hardware implementation of high performance fast fourier transform architecture |
US7702713B2 (en) * | 2006-03-24 | 2010-04-20 | Debashis Goswami | High speed FFT hardware architecture for an OFDM processor |
US20070226285A1 (en) * | 2006-03-24 | 2007-09-27 | Debashis Goswami | A high speed fft hardware architecture for an ofdm processor |
US8001171B1 (en) * | 2006-05-31 | 2011-08-16 | Xilinx, Inc. | Pipeline FFT architecture for a programmable device |
US7996453B1 (en) * | 2006-08-16 | 2011-08-09 | Marvell International Ltd. | Methods and apparatus for providing an efficient FFT memory addressing and storage scheme |
WO2008132510A3 (en) * | 2007-04-27 | 2010-03-11 | University Of Bradford | Fft processor |
WO2008132510A2 (en) * | 2007-04-27 | 2008-11-06 | University Of Bradford | Fft processor |
US20100128818A1 (en) * | 2007-04-27 | 2010-05-27 | Simon John Shepherd | Fft processor |
US7675847B2 (en) | 2007-07-10 | 2010-03-09 | Wipro Limited | Hardware implementation of a programmable FFT based on a half length FFT core |
US8572148B1 (en) * | 2009-02-23 | 2013-10-29 | Xilinx, Inc. | Data reorganizer for fourier transformation of parallel data streams |
US20120254273A1 (en) * | 2009-12-16 | 2012-10-04 | Telefonaktiebolaget L M Ericsson (Publ) | Information Processing Apparatus, Control Method Thereof, Program, and Computer-Readable Storage Medium |
US20130046806A1 (en) * | 2010-02-16 | 2013-02-21 | Ntt Docomo, Inc. | Fast fourier transform circuit |
US8516027B2 (en) | 2010-04-30 | 2013-08-20 | Src, Inc. | Method and system for bit stacked fast Fourier transform |
US20150195114A1 (en) * | 2012-07-18 | 2015-07-09 | Nec Corporation | Fft circuit |
US9525579B2 (en) * | 2012-07-18 | 2016-12-20 | Nec Corporation | FFT circuit |
CN103870437A (en) * | 2012-12-07 | 2014-06-18 | 新唐科技股份有限公司 | Digital signal processing device and processing method thereof |
US20140164460A1 (en) * | 2012-12-07 | 2014-06-12 | Nuvoton Technology Corporation | Digital signal processing apparatus and processing method thereof |
US20150220485A1 (en) * | 2014-02-03 | 2015-08-06 | Ceva D.S.P. Ltd. | System and method for zero contention memory bank access in a reorder stage in mixed radix discrete fourier transform |
US9459812B2 (en) * | 2014-02-03 | 2016-10-04 | Ceva D.S.P. Ltd. | System and method for zero contention memory bank access in a reorder stage in mixed radix discrete fourier transform |
US9418047B2 (en) * | 2014-02-27 | 2016-08-16 | Tensorcom, Inc. | Method and apparatus of a fully-pipelined FFT |
US20150242365A1 (en) * | 2014-02-27 | 2015-08-27 | Tensoroom, Inc. | Method and Apparatus of a Fully-Pipelined FFT |
CN106383807A (en) * | 2016-09-12 | 2017-02-08 | 深圳职业技术学院 | FFT processor |
CN106383807B (en) * | 2016-09-12 | 2018-11-09 | 深圳职业技术学院 | A kind of fft processor |
US10175944B2 (en) * | 2017-04-12 | 2019-01-08 | Intel Corporation | Mixed-precision floating-point arithmetic circuitry in specialized processing blocks |
US10521194B2 (en) | 2017-04-12 | 2019-12-31 | Intel Corporation | Mixed-precision floating-point arithmetic circuitry in specialized processing blocks |
US11764940B2 (en) | 2019-01-10 | 2023-09-19 | Duality Technologies, Inc. | Secure search of secret data in a semi-trusted environment using homomorphic encryption |
CN113111300A (en) * | 2020-01-13 | 2021-07-13 | 上海大学 | Fixed point FFT implementation architecture with optimized resource consumption |
EP4296847A1 (en) * | 2022-06-22 | 2023-12-27 | Nxp B.V. | A signal processing system for performing a fast fourier transform with adaptive bit shifting, and methods for adaptive bit shifting |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6081821A (en) | Pipelined, high-precision fast fourier transform processor | |
He et al. | A new approach to pipeline FFT processor | |
US5500811A (en) | Finite impulse response filter | |
US6098088A (en) | Real-time pipeline fast fourier transform processors | |
US6629117B2 (en) | Method for computing a fast fourier transform and associated circuit for addressing a data memory | |
US5093801A (en) | Arrayable modular FFT processor | |
US6021423A (en) | Method for parallel-efficient configuring an FPGA for large FFTS and other vector rotation computations | |
US8051124B2 (en) | High speed and efficient matrix multiplication hardware module | |
Chang et al. | An efficient pipelined FFT architecture | |
US4868776A (en) | Fast fourier transform architecture using hybrid n-bit-serial arithmetic | |
JPH0622033B2 (en) | Circuit that computes the discrete cosine transform of the sample vector | |
US20050160127A1 (en) | Modular pipeline fast fourier transform | |
US6658441B1 (en) | Apparatus and method for recursive parallel and pipelined fast fourier transform | |
US5952685A (en) | Signal processing applications of massively parallel charge domain computing devices | |
US20240235810A1 (en) | Cryptographic processor for fully homomorphic encryption (fhe) applications | |
Arambepola | Discrete Fourier transform processor based on the prime-factor algorithm | |
EP1076296A2 (en) | Data storage for fast fourier transforms | |
US6460061B1 (en) | 2-dimensional discrete cosine transform using a polynomial transform | |
Szedo et al. | High-performance FFT processing using reconfigurable logic | |
Jones | 2D systolic solution to discrete Fourier transform | |
Smith et al. | Radix-4 modules for high-performance bit-serial computation | |
Hazarika et al. | High performance multiplierless serial pipelined VLSI architecture for real-valued FFT | |
KR100444729B1 (en) | Fast fourier transform apparatus using radix-8 single-path delay commutator and method thereof | |
Gilfeather et al. | Architecture of a complex arithmetic processor for communication signal processing | |
Takala et al. | Scalable interconnection networks for partial column array processor architectures |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: MITRE CORPORATION, MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HOPKINSON, THOMAS M. OF MALDEN;BUTLER, G. MICHAEL CAMBRIDGE;REEL/FRAME:006756/0015 Effective date: 19930923 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: GREEN WIRELESS LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MITRE CORPORATION, THE;REEL/FRAME:014675/0198 Effective date: 20040209 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
REFU | Refund |
Free format text: REFUND - PAYMENT OF MAINTENANCE FEE, 8TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: R2552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FPAY | Fee payment |
Year of fee payment: 12 |
|
AS | Assignment |
Owner name: F. POSZAT HU, L.L.C., DELAWARE Free format text: MERGER;ASSIGNOR:GREEN WIRELESS LLC;REEL/FRAME:037584/0023 Effective date: 20150812 |
|
AS | Assignment |
Owner name: HANGER SOLUTIONS, LLC, GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTELLECTUAL VENTURES ASSETS 161 LLC;REEL/FRAME:052159/0509 Effective date: 20191206 |
|
AS | Assignment |
Owner name: INTELLECTUAL VENTURES ASSETS 161 LLC, DELAWARE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:F. POSZAT HU, L.L.C.;REEL/FRAME:051944/0432 Effective date: 20191126 |