WO2010090209A1 - Fft演算装置と電力演算方法 - Google Patents

Fft演算装置と電力演算方法 Download PDF

Info

Publication number
WO2010090209A1
WO2010090209A1 PCT/JP2010/051491 JP2010051491W WO2010090209A1 WO 2010090209 A1 WO2010090209 A1 WO 2010090209A1 JP 2010051491 W JP2010051491 W JP 2010051491W WO 2010090209 A1 WO2010090209 A1 WO 2010090209A1
Authority
WO
WIPO (PCT)
Prior art keywords
complex
power
inputs
output
fft
Prior art date
Application number
PCT/JP2010/051491
Other languages
English (en)
French (fr)
Inventor
裕之 井倉
Original Assignee
日本電気株式会社
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 日本電気株式会社 filed Critical 日本電気株式会社
Priority to EP10738540.3A priority Critical patent/EP2395689A4/en
Priority to JP2010549488A priority patent/JP5472123B2/ja
Priority to US13/147,738 priority patent/US8819096B2/en
Publication of WO2010090209A1 publication Critical patent/WO2010090209A1/ja

Links

Images

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
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L27/00Modulated-carrier systems
    • H04L27/26Systems using multi-frequency codes
    • H04L27/2601Multicarrier modulation systems
    • H04L27/2647Arrangements specific to the receiver only
    • H04L27/2649Demodulators
    • H04L27/265Fourier transform demodulators, e.g. fast Fourier transform [FFT] or discrete Fourier transform [DFT] demodulators
    • H04L27/2651Modification of fast Fourier transform [FFT] or discrete Fourier transform [DFT] demodulators for performance improvement

Definitions

  • the present invention is based on the priority claim of Japanese patent application: Japanese Patent Application No. 2009-025309 (filed on Feb. 5, 2009), the entire description of which is incorporated herein by reference. Shall.
  • the present invention relates to an FFT operation circuit and method, and more particularly, to an FFT operation circuit and method suitable for use in OFDM digital baseband processing.
  • the received signal power (received signal strength) is calculated to measure the state of the received signal, and as a result, the parameters of the receiving circuit are adjusted, Control is performed such as adjusting the transmission power to an optimum value by feeding back the value to the transmission side.
  • OFDM Orthogonal Frequency Division Multiplexing
  • FFT Fast Fourier Transform
  • A Power calculation is performed on the received signal before the FFT operation processing.
  • B Power calculation is performed on the subcarrier signal after the FFT operation processing.
  • (B) can calculate received power in a specific frequency range by designating a subcarrier signal to be subjected to power calculation. For this reason, for example, it is possible to use a technique such as calculating the received power of a frequency allocated exclusively for a specific use or calculating the frequency characteristics by comparing the power of each subcarrier.
  • Patent Document 1 Japanese Patent Laid-Open No. 9-8765
  • the center frequency is calculated by calculating the power for each subcarrier signal for the subcarrier signal obtained by performing the FFT operation, Discloses a configuration for performing frequency correction.
  • Patent Document 2 Japanese Patent Application Laid-Open No. 2002-2617257 compares the power of a specific subcarrier with respect to a subcarrier signal obtained by performing FFT calculation processing, and uses it for reception according to the comparison result.
  • a configuration for selecting an antenna is disclosed.
  • the power calculation circuit or DSP 702 calculates power from the output of the FFT calculator 701 and outputs it as received power.
  • Patent Document 5 calculates a correlation value in the time direction between a received data signal and a replica of an SCH (Synchronization Channel) symbol sequence for all subcarriers. A configuration is disclosed in which a subcarrier to which an SCH is assigned is detected based on the correlation value obtained.
  • SCH Synchronization Channel
  • the first problem is that when an arithmetic circuit dedicated to power calculation is used for power calculation of the received signal after the FFT arithmetic processing, an area overhead is caused by the dedicated arithmetic circuit.
  • the second problem is that when a processor such as a DSP is used to calculate the power of the received signal after the FFT operation processing, the processing delay due to the power calculation increases, and the delay time until the reception power value is reported increases. That is.
  • an object of the present invention is to provide an FFT processing device that suppresses an increase in circuit area overhead and delay time for calculation processing of received power, and a communication device and method including the FFT processing device.
  • the arithmetic unit switching detection unit for detecting that the complex multiplier is not used for the FFT (Fast Fourier Transform) butterfly operation, and the detection result of the arithmetic unit switching detection unit.
  • a complex multiplier / power calculator for switching between complex multiplication and power calculation, and the complex multiplication / power calculator performs power calculation at a timing when complex multiplication is not performed in the butterfly calculation of the FFT calculation.
  • An FFT arithmetic unit is provided.
  • ADVANTAGE OF THE INVENTION According to this invention, the communication apparatus provided with the FFT arithmetic unit is provided.
  • a timing at which a complex multiplication is not performed in a FFT (Fast Fourier Transform) butterfly operation is detected, and a power operation is performed using a complex multiplier at a timing at which no multiplication is performed in the FFT butterfly operation.
  • a power calculation method is provided in which power calculation is performed simultaneously with FFT calculation.
  • the present invention provides a butterfly computing unit that performs FFT computation processing, a means for detecting the final stage of the FFT computation processing, and a complex multiplication / power computation device capable of switching between complex multiplication and power computation.
  • a butterfly computing unit that performs FFT computation processing
  • a means for detecting the final stage of the FFT computation processing and a complex multiplication / power computation device capable of switching between complex multiplication and power computation.
  • power calculation can be performed simultaneously with the final stage of FFT calculation (FIGS. 1 and 3).
  • the normal butterfly calculation is performed at the normal stage of the FFT calculation as in the conventional FFT calculator, but the butterfly calculation is performed at the final stage.
  • An unused complex multiplier is switched to a power calculator, and power calculation is performed while performing butterfly calculation of FFT calculation.
  • the circuit area can be reduced as compared with the configuration using the power calculation dedicated circuit as shown in FIG. This is because a multiplier in the complex arithmetic unit used in the FFT calculation is used as the multiplier used in the power calculation, and it is not necessary to prepare a separate multiplier.
  • the delay time due to the received power calculation is short. This is because the power calculation can be performed simultaneously with the FFT calculation, so that no time is required for the power calculation after the FFT calculation.
  • FIG. 1 is a diagram showing a configuration of an FFT computing unit according to an embodiment of the present invention.
  • butterfly computing unit 101 performs butterfly computation on input data (baseband data input) input from outside the FFT computing unit and rotor data sent from rotor table 102, The result is stored in the memory 103.
  • the butterfly operation is performed on the data stored in the memory 103 and the rotor data in the previous stage, and the result is stored in the memory 103 again.
  • the subcarrier data which is the result of performing the butterfly operation on the data stored in the memory 103 in the immediately preceding stage, is output to the outside of the FFT operator, and at the same time, the received power is calculated. The result is also output.
  • FIG. 2 shows a typical configuration example of a butterfly computing unit as a comparative example.
  • the complex adder 201 inputs two data a0 and a1 and outputs a result of complex addition a0 + a1 as b0.
  • the complex subtractor 202 inputs the two data a0 and a1 and outputs the result a0-a1 after performing the complex subtraction.
  • the complex multiplier 203 outputs the result (a0-a1) ⁇ W obtained by multiplying the rotor data W by a0-a1 as complex data b1.
  • FIG. 3 is a diagram illustrating the configuration of the butterfly calculator included in the FFT calculator of the present embodiment.
  • this butterfly calculator is (A) a complex adder 301 that inputs a0 and a1 and outputs a complex addition result a0 + a1; (B) a complex subtractor 302 that inputs a0 and a1 and outputs a complex subtraction result a0-a1; (C) an arithmetic unit switching timing detection block 304 for detecting that the complex multiplier is not used for the butterfly calculation; (D) based on a control signal (arithmetic unit switching signal) from the arithmetic unit switching timing detection block 304, a complex multiplication / power arithmetic unit 303 that performs switching between FFT complex multiplication and power calculation; (E) Based on the control signal (arithmetic unit switching signal) from the arithmetic unit switching timing detection block 304, the output of the complex adder 301 and the rotor data are selected, and the
  • the complex multiplier / power calculator 303 switches between calculation of whether to perform complex multiplication of two input data a0 and a1 or power calculation according to the state of the control signal from the calculator switching timing detection block 304. Do.
  • the selector 305 selects and outputs the rotor data W
  • the complex multiplier / power calculator 303 performs an operation of complex multiplication (a0 ⁇ a1) ⁇ W
  • the output (a0 + a1) of the complex adder 301 is output as b0.
  • the complex multiplier is not used for the butterfly operation
  • the selector 305 selects the output of the complex adder 301
  • the output (a0 + a1) of the complex adder 301 is output as b0 as the butterfly calculation output of the final stage
  • the output (a0-a1) of the complex subtracter 302 selected by the selector 306 is output as b1.
  • FIG. 4 shows a butterfly computation flow graph of 8-point FFT computation.
  • the lines meet at the intersection it means that data is added, and where there is a value under the line, it means that the data value is multiplied by that value.
  • the input data and output data of the FFT operation are all complex numbers.
  • FFT processing is normally performed by repeatedly performing butterfly computation according to such a butterfly computation flow graph. For example, in an 8-point FFT operation, four radix-2 butterfly operations are performed for three stages for one stage, and a total of twelve butterfly operations are performed.
  • the operation is performed.
  • the FFT operation has the property that complex multiplication is not performed in the final stage butterfly operation. Therefore, in the present invention, as shown in FIG. 6, the power is calculated using the complex multiplier used for the butterfly operation in the normal stage at the timing when the complex multiplication is not performed in the final stage of the FFT operation. Yes.
  • FIG. 6A is a diagram for explaining the operation of the normal stage (stages other than the final stage) of the comparative example of FIG. 2 (normal FFT calculator) and the FFT calculator of this embodiment of FIG.
  • FIGS. 6B and 6C are diagrams for explaining the operation of the final stage of the comparative example (ordinary FFT calculator) and the FFT calculator of this embodiment of FIG. The flow of the butterfly calculation in the normal stage in the butterfly calculator used in the FFT calculator will be described.
  • the complex adder 301 performs complex addition of the two input data a0 and a1, and outputs the result data b0.
  • the complex subtracter 302 performs complex subtraction of the two input data a0 and a1, and outputs the result data c0.
  • the rotor data W passes through the selector 305 (selected by the selector 305) and is output as data c1.
  • the data c0 and the data c1 are complex multiplied by the complex multiplication / power calculator 303, and the complex multiplication result becomes the data d, which is output as output data b1 through the selector 306.
  • the arithmetic unit switching timing detection block 304 detects the arithmetic unit switching timing and switches the control signal. As a result, the selection of input data in the selector 305 and the selector 306 and the calculation of the complex multiplication / power arithmetic unit 303 are performed. The type of is switched.
  • the complex adder 301 performs a complex addition of the two input data a0 and a1, and as a result, outputs the output data b0.
  • the complex subtracter 302 performs complex subtraction of the two input data a0 and a1, and outputs complex subtraction result data c0.
  • the complex subtraction result data c0 and data c1 are input to the complex multiplication / power calculator 303, the power values of the data c0 and data c1 are calculated, and the data obtained by concatenating these power values is the received power output data P0. , P1 is output.
  • received power data is output simultaneously with the FFT result data.
  • FIG. 8 shows a configuration example of the complex multiplier / power calculator 303 used as a part of the butterfly calculator of FIG.
  • a complex multiplier / power calculator 303 switches input data between four multipliers 501, 502, 503, and 504, an adder / subtracter 505 that can switch between addition and subtraction, and an adder 506.
  • a bit concatenation calculator 409 for generating complex data from the data is included.
  • the selectors (510, 511, 512, 513) are selected by the calculator switching signal so that the 0-side input is selected, and the adder / subtracter 505 performs subtraction.
  • the input data c0 is decomposed into a real part (r0.re) and an imaginary part (c0.im) by the bit extraction calculator 407
  • the input data c1 is decomposed into a real part (r1.r) by the bit extraction calculator 408. re) and the imaginary part (c1.im).
  • the real part (c0.re) of c0 and the real part (c1.re) of c1 are input to the multiplier 501, and the multiplier 501 outputs (c0.re) ⁇ (c1.re).
  • the multiplier 502 receives the imaginary part (c0.im) of c0 and the imaginary part (c1.im) of c1, and the multiplier 502 outputs (c0.im) ⁇ (c1.im).
  • the multiplier 503 receives the real part (c0.re) of c0 and the imaginary part (c1.im) of c1, and the multiplier 503 outputs (c0.re) ⁇ (c1.im).
  • the imaginary part (c0.im) of c0 and the real part (c1.re) of c1 are input to the multiplier 504, and the multiplier 504 outputs (c0.im) ⁇ (c1.re).
  • the calculation result (c0.re) ⁇ (c1.re) of the multiplier 501 and the calculation result (c0.im) ⁇ (c1.im) of the multiplier 502 are input to the adder / subtractor 505, and the multiplier 501
  • the result (c0.re) ⁇ (c1.re) ⁇ (c0.im) ⁇ (c1.im) obtained by subtracting the operation result of the multiplier 502 from the operation result is the real part (d.re) of the output data.
  • the operation result (c0.re) ⁇ (c1.im) of the multiplier 503 and the operation result (c0.im) ⁇ (c1.re) of the multiplier 504 are input to the adder 506, and
  • the result (c0.re) ⁇ (c1.im) + (c0.im) ⁇ (c1.re) obtained by adding the operation result and the operation result of the multiplier 504 is the imaginary part (d.im) of the output data.
  • the selector (510, 511, 512, 513) is selected to input one side by the calculator switching signal, and the adder / subtracter 505 is set to perform addition.
  • the input data c0 is decomposed into a real part (r0.re) and an imaginary part (c0.im) by the bit extraction calculator 407.
  • the input data c1 is decomposed by the bit extraction calculator 408 into a real part (r1.re) and an imaginary part (c1.im).
  • the multiplier 501 receives the real part (c0.re) of c0 at both input ports, and the multiplier 501 outputs (c0.re) ⁇ (c0.re).
  • the multiplier 502 receives the imaginary part (c0.im) of c0 at both input ports, and the multiplier 502 outputs (c0.im) ⁇ (c0.im).
  • the multiplier 503 receives the imaginary part (c1.im) of c1 at both input ports, and the multiplier 503 outputs (c1.im) ⁇ (c1.im).
  • the real part (c1.re) of c1 is input to both input ports to the multiplier 504, and the multiplier 504 outputs (c1.re) ⁇ (c1.re).
  • the calculation result of the multiplier 501 and the calculation result of the multiplier 502 are input to the adder / subtracter 505, and the result of adding the calculation result of the multiplier 501 and the calculation result of the multiplier 502 (c0.re) ⁇ (c0.re ) + (C0.im) ⁇ (c0.im) is the real part (d.re) of the output data.
  • the calculation result of the multiplier 503 and the calculation result of the multiplier 504 are input to the adder 506, and the result of adding the calculation result of the multiplier 503 and the calculation result of the multiplier 504 (c1.im) ⁇ (c1. im) + (c1.re) ⁇ (c1.re) is the imaginary part (d.im) of the output data.
  • the real part (d.re) of the output data indicates the power of c0
  • the imaginary part (d.im) of the output data indicates the power of c1.
  • FIG. 7 is a diagram showing a configuration of a complex multiplier of a comparative example for comparison with the configuration of the multiplication / power calculator of FIG.
  • the complex multiplier of the comparative example is not provided with the selector of FIG. 8, and an addition subtracter 501 is provided instead of the subtracter 406.
  • FIG. 9 is a diagram showing the configuration of the butterfly computing unit according to the second embodiment of the present invention.
  • this butterfly computing unit outputs the result of accumulating the power of the selected subcarrier signal, instead of outputting the received power of the subcarrier signal as it is.
  • the received power is output to the output of the complex multiplication / power computing unit 603 at the final stage, similarly to the butterfly computing unit of FIG.
  • the output received power is determined by the power addition target subcarrier selection block 607 as to whether or not it is a subcarrier for which power accumulation is performed, and the AND circuit 608 passes the power data of the subcarrier to be added as it is. Otherwise, it will be 0.
  • the power data is input to the multi-input adder 609 together with the data stored in the register 610, and the addition result by the multi-input adder 609 is stored in the register 610.
  • the block 304, the complex adder 301, the complex subtractor 302, the complex multiplier / power calculator 303, the selector 305, and the output data switching selector 306 are respectively described, and description thereof is omitted.
  • the present invention is applied to a wireless device such as a mobile phone.

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

 受信電力の計算処理のための回路面積のオーバヘッドおよび遅延時間の増大を抑制するFFT演算装置、方法の提供。FFT演算処理に用いられるバタフライ演算器に含まれる乗算器を用いて、FFT演算処理の最終ステージにおいて、バタフライ演算の乗算が行われないタイミングに、受信信号電力を計算することにより、FFT演算と同時に受信電力の計算を行う。(図3)

Description

FFT演算装置と電力演算方法
[関連出願の記載]
 本発明は、日本国特許出願:特願2009-025309号(2009年2月5日出願)の優先権主張に基づくものであり、同出願の全記載内容は引用をもって本書に組み込み記載されているものとする。
 本発明は、FFT演算回路と方法に関し、特にOFDM方式のディジタルベースバンド処理に用いて好適なFFT演算回路と方法に関する。
 通常、無線の送受信等に用いられるディジタルベースバンド処理では、受信信号の電力(受信信号強度)を計算することにより、受信信号の状態を測定し、その結果により受信回路のパラメータを調整したり、送信側に値をフィードバックして、送信電力等を最適なものに調整する等の制御を行っている。特に、OFDM(Orthogonal Frequency Division Multiplexing)方式のディジタルベースバンド処理では、受信信号をFFT(Fast Fourier Transform)演算処理によりサブキャリア信号に変換し、サブキャリア信号に対して復調処理を行っている。
 受信信号の電力の計算を行う方法として、
 (a)FFT演算処理前の受信信号に対して電力計算を行う、
 (b)FFT演算処理後のサブキャリア信号に対して電力計算を行う、
 の2通りの手法がある。
 (b)は、電力計算の対象となるサブキャリア信号を指定することによって、特定の周波数範囲の受信電力を計算することができる。このため、例えば、特定の用途専用に割り当てられている周波数の受信電力を計算したり、サブキャリア毎の電力の比較を行うことによって周波数特性を計算する等の手法を用いることができる。
 例えば、特許文献1(特開平9-8765号公報)には、FFT演算処理を行って得られたサブキャリア信号に対し、サブキャリア信号毎の電力を計算することによって中心周波数を計算し、それによって周波数補正を行う構成が開示されている。
 また、特許文献2(特開2002-261727号公報)には、FFT演算処理を行って得られたサブキャリア信号に対し、特定のサブキャリアの電力を比較し、比較結果に応じて受信に用いる空中線を選択する構成が開示されている。
 これらの電力計算は、図10に示すように、電力計算専用の演算回路(電力演算回路)もしくはDSP(Digital Signal Processor)等のプロセッサを用いて行われる。電力演算回路もしくはDSP702はFFT演算器701の出力から電力を計算し受信電力として出力する。
 なお、FFT演算のバタフライ演算として、例えば特許文献3には、RADIX4の第3ステージが実質的に乗算処理が不要で符号変換と加算処理のみで実行することができるので、回路規模が小さな加算器で構成し第3ステージ演算は第2ステージ演算と並列に行うようにした構成が開示されている。また加算器とレジスタを備えた累算器は例えば特許文献4の記載等が参照される。さらにマルチキャリア通信システムにおけるサブキャリアの検出として特許文献5には、受信データ信号とSCH(Synchronization Channel;同期チャネル)シンボル系列のレプリカとの時間方向の相関値をすべてのサブキャリアについて算出し、算出された相関値に基づいてSCHが割当てられたサブキャリアを検出する構成が開示されている。
特開平9-8765号公報 特開2002-261727号公報 特開2005-260337号公報 特開2006-33074号公報 特開2006-324859号公報
 以下に本発明による分析を与える。
 第1の問題点は、FFT演算処理後の受信信号の電力計算に、電力計算専用の演算回路を用いる場合、専用演算回路による面積オーバヘッドが生じる、ということである。
 第2の問題点は、FFT演算処理後の受信信号の電力計算にDSP等のプロセッサを用いる場合、その電力計算による処理遅延が大きくなり、受信電力値の報告までの遅延時間が大きくなる、ということである。
 また、受信電力計算のために、DSP処理に大きな負荷を与え、DSPで行う他の処理への影響を与えることも問題となる。
 したがって本発明の目的は、受信電力の計算処理のための回路面積のオーバヘッドおよび遅延時間の増大を抑制するFFT演算装置と該FFT演算装置を備えた通信装置及び方法を提供することにある。
 本発明によれば、FFT(Fast Fourier Transform)演算のバタフライ演算に複素乗算器が使用されていないタイミングであることを検知する演算器切り替え検知部と、前記演算器切り替え検知部での検知結果に基づき、複素乗算と電力演算とに演算を切り替える複素乗算・電力演算器と、を備え、前記複素乗算・電力演算器は、FFT演算のバタフライ演算に複素乗算が行われないタイミングに電力演算を行う、FFT演算装置が提供される。本発明によれば、FFT演算装置を備えた通信装置が提供される。
 本発明によれば、FFT(Fast Fourier Transform)演算のバタフライ演算における複素乗算が行われないタイミングを検出し、FFT演算のバタフライ演算で乗算行われていないタイミングに複素乗算器を用いて電力演算を行うことで、FFT演算と同時に電力演算を行う、電力演算方法が提供される。
 本発明によれば、受信電力の計算処理のための回路面積のオーバヘッドおよび遅延時間の増大を抑制することができる。
本発明の一実施例のFFT演算回路の構成を示す図である。 比較例のバタフライ演算器の構成を示す図である。 本発明の一実施例のバタフライ演算器の構成を示す図である。 8点のFFT演算のバタフライ演算フローグラフを示す図である。 単位バタフライ演算のフローグラフを示す図である。 比較例および本発明のFFT演算器の通常ステージと最終ステージの動作を説明する図である。 比較例の複素乗算器の構成を示す図である。 本発明の一実施例の複素乗算・電力演算器の実施例を示す図である。 本発明の第2の実施例のバタフライ演算器の構成を示す図である。 受信電力演算手段の構成を示す図である。
 本発明の実施の形態について説明する。本発明は、FFT演算処理を行うバタフライ演算器の中に、FFT演算処理の最終ステージを検知する手段と、複素乗算を行うか、電力演算を行うかを切り替えることができる複素乗算・電力演算器を持ち、FFT演算の最終ステージの複素乗算が用いられていないときに、複素乗算器を電力演算器に切り替えることにより、FFT演算の最終ステージのバタフライ演算と同時に電力演算を行う。
 本発明によれば、FFT演算の最終ステージと同時に電力演算を行うことができる(図1、図3)。
 具体的には、本発明の一実施形態のFFT演算器において、FFT演算の通常のステージでは、従来のFFT演算器と同様に、通常のバタフライ演算を行うが、最終ステージには、バタフライ演算に使用されていない複素乗算器を、電力演算器に切り替えて、FFT演算のバタフライ演算を行いながら、電力演算を行う。
 本実施の形態においては、図10に示したような、電力演算専用回路を用いた構成と比べ、回路面積を小さくすることができる。その理由は、電力演算に用いられる乗算器として、FFT演算に用いられる複素演算器内の乗算器を用いるため、別途、乗算器を用意する必要が無いためである。
 本実施形態においては、受信電力演算による遅延時間が短い。その理由は、電力演算をFFT演算と同時に行うことができるため、FFT演算後の電力演算のための時間が必要無いからである。
 本実施形態においては、消費電力が小さいことである。その理由は、FFT演算で得られるサブキャリア信号の電力演算をその場で行うため、電力演算器までのサブキャリア信号の転送が無く、それによる電力消費が無いため、結果として消費電力が小さくなる。以下、具体的な実施例に即して説明する。
 図1は、本発明の一実施例のFFT演算器の構成を示す図である。図1を参照すると、最初のステージでは、FFT演算器外部から入力された入力データ(ベースバンドデータ入力)と回転子テーブル102から送られた回転子データとをバタフライ演算器101でバタフライ演算し、その結果を、メモリ103に格納する。
 途中のステージでは、前のステージでメモリ103に格納されたデータと、回転子データに対してバタフライ演算を行い、その結果をもう一度メモリ103に格納する。
 最終ステージでは、直前のステージでメモリ103に格納されたデータに対して、バタフライ演算器101でバタフライ演算を行った結果であるサブキャリアデータを、FFT演算器外部へ出力し、同時に、受信電力演算結果も出力する。
 図2は、比較例として、バタフライ演算器の典型的な構成例を示す。図2を参照すると、この比較例のバタフライ演算器においては、複素加算器201は2つのデータa0、a1を入力し複素加算を行った結果a0+a1をb0として出力する。
 複素減算器202は、2つのデータa0、a1を入力し複素減算を行った結果a0-a1を出力する。
 複素乗算器203は、a0-a1に回転子データWを乗算した結果(a0-a1)×Wを複素データb1として出力する。
 最終ステージでは、回転子をかける必要が無いので、回転子として1.0を与えることにより、回転子をかけなかったのと同じ効果を実現している。
 図3は、本実施例のFFT演算器に含まれるバタフライ演算器の構成を示す図である。図3を参照すると、このバタフライ演算器は、
 (A)a0とa1を入力し複素加算結果a0+a1を出力する複素加算器301と、
 (B)a0とa1を入力し複素減算結果a0-a1を出力する複素減算器302と、
 (C)バタフライ演算に複素乗算器が使用されていないタイミングであることを検知する演算器切り替えタイミング検知ブロック304と、
 (D)演算器切り替えタイミング検知ブロック304からの制御信号(演算器切り替え信号)に基づき、FFTの複素乗算と電力演算の切り替えを行う複素乗算・電力演算器303と、
 (E)演算器切り替えタイミング検知ブロック304からの制御信号(演算器切り替え信号)に基づき、複素加算器301の出力と回転子データを選択し複素乗算・電力演算器303の入力データの切り替えを行うセレクタ305と、
 (F)演算器切り替えタイミング検知ブロック304からの制御信号(演算器切り替え信号)に基づき、複素減算器302の出力と複素乗算・電力演算器303の出力の切り替えを行う出力データ切り替え用セレクタ306と、
 を備えている。
 複素乗算・電力演算器303は、演算器切り替えタイミング検知ブロック304からの制御信号の状態に応じて、2つの入力データa0、a1の複素乗算を行うか、電力演算を行うかの演算の切り替えを行う。
 バタフライ演算に複素乗算器が使用される場合、セレクタ305は回転子データWを選択出力し、複素乗算・電力演算器303は、複素乗算(a0-a1)×Wの演算を行い、セレクタ306は、複素乗算・電力演算器303の出力を選択してb1(=(a0-a1)×W)に出力する。複素加算器301の出力(a0+a1)はb0として出力される。
 最終ステージでは、バタフライ演算に複素乗算器は使用されず、セレクタ305は複素加算器301の出力を選択し、複素乗算・電力演算器303は、複素減算器302の出力c0(=a0+a1)とセレクタ305の出力(=a0-a1)を入力し、電力演算を行い、電力P0、P1を出力する。また、最終ステージのバタフライ演算出力として、複素加算器301の出力(a0+a1)をb0として出力し、セレクタ306で選択された、複素減算器302の出力(a0-a1)をb1として出力する。
 次に、本発明のFFT演算器の動作について説明する。
 図4は、8点のFFT演算のバタフライ演算フローグラフを示している。ここで、交点で線が合流しているところは、データの加算を意味し、線下の値が存在しているところは、データ値にその値を乗算することを意味している。また、FFT演算の入力データ、出力データは全て複素数である。
 FFT演算は、通常、このようなバタフライ演算フローグラフに従って、繰り返しバタフライ演算を行うことにより、処理が行われる。例えば、8点のFFT演算では、1ステージに4回の基数2のバタフライ演算が3ステージ分行われ、合計12回分のバタフライ演算が行われる。
 図5は、単位バタフライ演算のフローグラフを示している。例えば、最終ステージ以外のステージでは、図5(a)に示すように、
 b0=a0+a1、
 b1=(a0-a1)×Wk
というバタフライ演算が行われる。
 最終ステージの単位バタフライ演算は回転子データWkの複素乗算は不要であり、図5(b)のように、
 b0=a0+a1、
 b1=a0-a1
という演算が行われる。
 このように、FFT演算では、最終ステージのバタフライ演算では、複素乗算が行われないという性質を持つ。そこで、本発明においては、図6のように、FFT演算の最終ステージにおいて複素乗算が行われていないタイミングに、通常のステージではバタフライ演算に用いられる複素乗算器を用いて、電力計算を行っている。
 図6(a)は、図2の比較例(通常のFFT演算器)および、図3の本実施例のFFT演算器の通常ステージ(最終ステージ以外のステージ)の動作を説明する図である。図6(b)、(c)は、比較例(通常のFFT演算器)および、図3の本実施例のFFT演算器の最終ステージの動作をそれぞれ説明する図である。FFT演算器に用いられるバタフライ演算器における通常ステージにおけるバタフライ演算の流れについて説明する。
 まず、複素加算器301によって、2つの入力データa0、a1の複素加算が行われ、その結果データb0が出力される。
 同時に、複素減算器302によって、2つの入力データa0、a1の複素減算が行われ、その結果データc0が出力される。
 さらに、回転子データWはセレクタ305を通り(セレクタ305で選択され)、データc1として出力される。
 データc0とデータc1は複素乗算・電力演算器303によって複素乗算され、複素乗算結果がデータdとなり、セレクタ306を通じて、出力データb1として出力される。
 次に、図3のFFT演算器に用いられるバタフライ演算器における最終ステージにおけるバタフライ演算および電力演算の流れを説明する。
 最終ステージでは、演算器切り替えタイミング検知ブロック304により、演算器切り替えタイミングが検知され、制御信号を切り替え、その結果、セレクタ305、セレクタ306における入力データの選択と、複素乗算・電力演算器303の演算の種類が切り替わる。
 このとき、複素加算器301によって、2つの入力データa0、a1の複素加算が行われ、その結果、出力データb0として出力される。同時に、複素減算器302によって、2つの入力データa0、a1の複素減算が行われ、複素減算結果データc0が出力される。複素減算結果データc0(=a0-a1)は、セレクタ306を通して、出力データb1として出力される。
 出力データb0(=a0+a1)は、セレクタ305で選択されデータc1となる。
 複素減算結果データc0とデータc1は複素乗算・電力演算器303に入力され、データc0、データc1のそれぞれのデータの電力値が計算され、それらの電力値を連接したデータが受信電力出力データP0、P1として出力される。
 このように、本発明のFFT演算器では、FFTの結果データと同時に、受信電力データが出力される。
 次に、図3のバタフライ演算器の一部として用いられる複素乗算・電力演算器303の構成例を図8に示す。図8を参照すると、複素乗算・電力演算器303は、4つの乗算器501、502、503、504と、加算と減算を切り替えられる加算・減算器505と、加算器506と、入力データを切り替えるセレクタ510、511、512、513と、複素数データを実数部(re)と虚数部(im)に分離するビット抽出演算器(407、408)、そして、実数部(re)データ、および虚数部(im)データから複素数データを生成するビット連接演算器409が含まれる。
 図8に構成を示した複素乗算・電力演算器303では、演算器切り替え信号によって、2つの入力データc0、c1の複素乗算を行うか、2つの入力データc0、c1の電力演算を行うかの切り替えを行う。
 まず、複素乗算の計算を行うときは、演算器切り替え信号により、セレクタ(510、511、512、513)は、0側の入力が選択されるようになり、加算・減算器505は減算を行うように設定される。この場合、入力データc0は、ビット抽出演算器407により実数部(r0.re)と、虚数部(c0.im)に分解され、入力データc1は、ビット抽出演算器408により実数部(r1.re)と、虚数部(c1.im)に分解される。
 そして、乗算器501には、c0の実数部(c0.re)とc1の実数部(c1.re)が入力され、乗算器501は(c0.re)×(c1.re)を出力する。
 乗算器502には、c0の虚数部(c0.im)とc1の虚数部(c1.im)が入力され、乗算器502は(c0.im)×(c1.im)を出力する。
 乗算器503には、c0の実数部(c0.re)とc1の虚数部(c1.im)が入力され、乗算器503は(c0.re)×(c1.im)を出力する。
 乗算器504には、c0の虚数部(c0.im)とc1の実数部(c1.re)が入力され、乗算器504は(c0.im)×(c1.re)を出力する。
 乗算器501の演算結果(c0.re)×(c1.re)と乗算器502の演算結果(c0.im)×(c1.im)は、加算・減算器505に入力され、乗算器501の演算結果から乗算器502の演算結果を減算した結果(c0.re)×(c1.re)-(c0.im)×(c1.im)が出力データの実数部(d.re)になる。
 同様に、乗算器503の演算結果(c0.re)×(c1.im)と乗算器504の演算結果(c0.im)×(c1.re)は加算器506に入力され、乗算器503の演算結果と乗算器504の演算結果を加算した結果(c0.re)×(c1.im)+(c0.im)×(c1.re)が出力データの虚数部(d.im)になる。
 これらの結果は、ビット連接演算器409によって連接され、出力データとなる。
 電力演算を行うときは、演算器切り替え信号により、セレクタ(510、511、512、513)は、1側の入力が選択されるようになり、加算・減算器505は加算を行うように設定される。
 この場合、入力データc0は、ビット抽出演算器407により、実数部(r0.re)と、虚数部(c0.im)に分解される。
 入力データc1は、ビット抽出演算器408により、実数部(r1.re)と虚数部(c1.im)に分解される。
 乗算器501には、両方の入力ポートにc0の実数部(c0.re)が入力され、乗算器501は(c0.re)×(c0.re)を出力する。
 乗算器502には、両方の入力ポートにc0の虚数部(c0.im)が入力され、乗算器502は、(c0.im)×(c0.im)を出力する。
 乗算器503には、両方の入力ポートにc1の虚数部(c1.im)が入力され、乗算器503は、(c1.im)×(c1.im)を出力する。
 乗算器504には、両方の入力ポートにc1の実数部(c1.re)が入力され、乗算器504は、(c1.re)×(c1.re)を出力する。
 乗算器501の演算結果と乗算器502の演算結果は加算・減算器505に入力され、乗算器501の演算結果と乗算器502の演算結果を加算した結果(c0.re)×(c0.re)+(c0.im)×(c0.im)が出力データの実数部(d.re)になる。
 同様に、乗算器503の演算結果と乗算器504の演算結果は加算器506に入力され、乗算器503の演算結果と乗算器504の演算結果を加算した結果(c1.im)×(c1.im)+(c1.re)×(c1.re)が出力データの虚数部(d.im)になる。
 出力データの実数部(d.re)はc0の電力を、出力データの虚数部(d.im)はc1の電力を示している。これらの結果はビット連接演算器409によって連接され、出力データとなる。
 図7は、図8の乗算・電力演算器の構成と比較するために、比較例の複素乗算器の構成を示す図である。図7を参照すると、比較例の複素乗算器は、図8のセレクタが備えず、加算減算器501を減算器406の代わりに備えている。
 図9は、本発明の第2の実施例のバタフライ演算器の構成を示す図である。図9を参照すると、本実施例においては、このバタフライ演算器では、サブキャリア信号の受信電力をそのまま出力するのでなく、選択されたサブキャリア信号の電力をアキュムレートした結果を出力する。
 このバタフライ演算器では、図3のバタフライ演算器と同様に、最終ステージで、複素乗算・電力演算器603の出力に受信電力が出力される。
 出力された受信電力は、電力加算対象サブキャリア選択ブロック607によって電力のアキュムレートを行うサブキャリアであるか否かが判定され、AND回路608によって、加算を行うサブキャリアの電力データはそのまま通過し、そうで無い場合は0になる。
 それらの電力データはレジスタ610に格納されたデータと共に、多入力加算器609に入力され、多入力加算器609による加算結果が、レジスタ610に格納される。
 全てのアキュムレートを行うサブキャリアの電力が加算され、レジスタ610に格納されると、その値はバタフライ演算器の外部に出力される(sigma(P))。なお、図6における演算器切り替えタイミング検知ブロック604、複素加算器601、複素減算器602、複素乗算・電力演算器603、セレクタ605、出力データ切り替え用セレクタ606は、図3の演算器切り替えタイミング検知ブロック304、複素加算器301、複素減算器302、複素乗算・電力演算器303、セレクタ305、出力データ切り替え用セレクタ306にそれぞれ対応しており、説明は省略する。 
 本発明は携帯電話等の無線装置等に適用される。
 なお、上記の特許文献の各開示を、本書に引用をもって繰り込むものとする。本発明の全開示(請求の範囲を含む)の枠内において、さらにその基本的技術思想に基づいて、実施形態ないし実施例の変更・調整が可能である。また、本発明の請求の範囲の枠内において種々の開示要素の多様な組み合わせないし選択が可能である。すなわち、本発明は、請求の範囲を含む全開示、技術的思想にしたがって当業者であればなし得るであろう各種変形、修正を含むことは勿論である。
101 バタフライ演算器
102 回転子テーブル
103 メモリ
201 複素加算器
202 複素減算器
203 複素乗算器
301 複素加算器
302 複素減算器
303 複素乗算・電力演算器
304 演算器切り替えタイミング検知ブロック
305、306 セレクタ
401、402、403、404 乗算器
405 減算器
406 加算器
407、408 ビット抽出演算器
409 ビット連接演算器
501、502、503、504 乗算器
505 加算・減算器
506 加算器
507、508 ビット抽出演算器
509 ビット連接演算器
510、511、512、513 セレクタ
601 複素加算器
602 複素減算器
603 複素乗算・電力演算器
604 演算器切り替えタイミング検知ブロック
605、606 セレクタ
607 電力加算対象サブキャリア選択ブロック
608 AND回路
609 多入力加算器
610 レジスタ
701 FFT演算器
702 電力演算回路またはDSP

Claims (10)

  1.  FFT(Fast Fourier Transform)演算のバタフライ演算に複素乗算器が使用されていないタイミングであることを検知する演算器切り替え検知部と、
     前記演算器切り替え検知部での検知結果に基づき、複素乗算と電力演算とに演算を切り替える複素乗算・電力演算器と、
     を備え、前記複素乗算・電力演算器は、FFT演算のバタフライ演算に複素乗算が行われないタイミングに電力演算を行う、FFT演算装置。
  2.  前記バタフライ演算に複素乗算が使用されていないタイミングは、FFT演算の最終ステージである、請求項1記載のFFT演算装置。
  3.  電力加算対象とするサブキャリアを選択する手段と、
     電力加算対象となるサブキャリアの受信電力を累算する、加算器及びレジスタを備え、
     電力加算を行うサブキャリアの受信電力の合計を出力する、請求項1又は2記載のFFT演算装置。
  4.  前記バタフライ演算を行うバタフライ演算器が、
     第1、第の複素信号を入力し前記第1、第の複素信号の加算結果を出力する複素加算器と、
     前記第1、第の複素信号を入力し前記第1の複素信号から前記第2の複素信号を減算した結果を出力する複素減算器と、
     前記複素加算器の出力と回転子データを入力し、前記演算器切り替え検知部からの検知結果である制御信号に応じて一方を選択出力する第1のセレクタと、
     前記複素減算器の出力と前記第1のセレクタの出力を入力し、前記演算器切り替え検知部からの前記制御信号に応じて、前記複素減算器からの出力に前記回転子データを乗算した値を出力する複素乗算器、又は、
     前記複素加算器の出力と前記複素減算器の出力からそれぞれの電力を演算する電力演算器のいずれかに演算器の演算動作を行う複素乗算・電力演算器と、
     前記複素減算器の出力と前記複素乗算・電力演算器の出力とを入力し、前記演算器切り替え検知部からの前記制御信号に応じて、一方を選択出力する第2のセレクタと、
     を備えた請求項1又は2に記載のFFT演算装置。
  5.  加算器と、
     前記加算器の出力を保持するレジスタと、
     を備え、
     前記加算器は前記複素乗算・電力演算器から出力と前記レジスタの値を加算し加算結果を前記レジスタに保持することで電力を累積加算する請求項4記載のFFT演算装置。
  6.  選択されたサブキャリアの電力を累積加算するように、前記複素乗算・電力演算器から出力と前記加算器の入力を制御する請求項5記載のFFT演算装置。
  7.  前記複素乗算・電力演算器が、
     前記複素減算器の出力を入力し第1の実数部と第1の虚数部に分離する第1のビット抽出演算器と、
     前記第1のセレクタの出力を入力し第2の実数部と第2の虚数部に分離する第2のビット抽出演算器と、
     前記第1の実数部と前記第2の実数部を第1、第2の入力に入力し、前記演算器切り替え検知部からの前記制御信号に応じて、一方を選択出力する第1のセレクタと、
     前記第2の虚数部と前記第1の虚数部を第1、第2の入力に入力し、前記演算器切り替え検知部からの前記制御信号に応じて、一方を選択出力する第2のセレクタと、
     前記第1の実数部と前記第2の虚数部を第1、第2の入力に入力し、前記演算器切り替え検知部からの前記制御信号に応じて、一方を選択出力する第3のセレクタと、
     前記第1の虚数部と前記第2の実数部を第1、第2の入力に入力し、前記演算器切り替え検知部からの前記制御信号に応じて、一方を選択出力する第4のセレクタと、
     前記第1の実数部と前記第1のセレクタの出力を第1、第2の入力に入力し該第1、第2の入力の乗算結果を出力する第1の乗算器と、
     前記第1の虚数部と前記第2のセレクタの出力を第1、第2の入力に入力し該第1、第2の入力の乗算結果を出力する第2の乗算器と、
     前記第3のセレクタの出力と前記第2の虚数部を第1、第2の入力に入力し該第1、第2の入力の乗算結果を出力する第3の乗算器と、
     前記第4のセレクタの出力と前記第2の実数部を第1、第2の入力に入力し該第1、第2の入力の乗算結果を出力する第4の乗算器と、
     前記第1、第2の乗算器の出力を第1、第2の入力し前記演算器切り替え検知部からの前記制御信号に応じて該第1、第2の入力の加算結果又は該第1、第2の入力の減算結果を出力する加算・減算器と、
     前記第3、第4の乗算器の出力を第1、第2の入力し該第1、第2の入力の加算結果を出力する加算器と、
     前記加算・減算器の出力と前記加算器の出力を第1、第2の入力し該複数データを生成するビット連接演算器と、
     を備えた請求項1記載のFFT演算装置。
  8.  請求項1乃至7のいずれか一項記載のFFT演算装置を備えた通信装置。
  9.  FFT(Fast Fourier Transform)演算のバタフライ演算における複素乗算行われないタイミングを検出し、
     FFT演算のバタフライ演算で乗算行われていないタイミングに複素乗算器を用いて電力演算を行うことで、FFT演算と同時に電力演算を行う、電力演算方法。
  10.  前記バタフライ演算に複素乗算が使用されていないタイミングは、FFT演算の最終ステージである、請求項9記載の電力演算方法。
PCT/JP2010/051491 2009-02-05 2010-02-03 Fft演算装置と電力演算方法 WO2010090209A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP10738540.3A EP2395689A4 (en) 2009-02-05 2010-02-03 TFR CALCULATION DEVICE AND POWER CALCULATING METHOD
JP2010549488A JP5472123B2 (ja) 2009-02-05 2010-02-03 Fft演算装置と電力演算方法
US13/147,738 US8819096B2 (en) 2009-02-05 2010-02-03 FFT computing apparatus and power computing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2009-025309 2009-02-05
JP2009025309 2009-02-05

Publications (1)

Publication Number Publication Date
WO2010090209A1 true WO2010090209A1 (ja) 2010-08-12

Family

ID=42542102

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2010/051491 WO2010090209A1 (ja) 2009-02-05 2010-02-03 Fft演算装置と電力演算方法

Country Status (4)

Country Link
US (1) US8819096B2 (ja)
EP (1) EP2395689A4 (ja)
JP (1) JP5472123B2 (ja)
WO (1) WO2010090209A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11221397B2 (en) * 2019-04-05 2022-01-11 Texas Instruments Incorporated Two-dimensional FFT computation

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000231552A (ja) * 1999-02-08 2000-08-22 Nec Corp 高速フーリエ変換方法
JP2002071723A (ja) * 2000-08-30 2002-03-12 Advantest Corp インターリーブad変換方式波形ディジタイザ装置
JP2005260337A (ja) * 2004-03-09 2005-09-22 Renesas Technology Corp 復調回路および無線通信システム

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3079950B2 (ja) 1995-06-20 2000-08-21 松下電器産業株式会社 直交周波数分割多重変調信号の受信装置及び伝送方法
JP2002261727A (ja) 2001-03-01 2002-09-13 Nippon Telegr & Teleph Corp <Ntt> Ofdm信号伝送装置
JP2003016051A (ja) * 2001-06-29 2003-01-17 Nec Corp 複素ベクトル演算プロセッサ
JP4022546B2 (ja) * 2002-06-27 2007-12-19 サムスン エレクトロニクス カンパニー リミテッド 高速フーリエ変換を用いた混合−基数方式の変調装置
JP4445814B2 (ja) 2004-07-12 2010-04-07 シャープ株式会社 Ofdm復調装置
JP4612467B2 (ja) 2005-05-18 2011-01-12 パナソニック株式会社 基地局装置、移動局装置、およびセルサーチ方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000231552A (ja) * 1999-02-08 2000-08-22 Nec Corp 高速フーリエ変換方法
JP2002071723A (ja) * 2000-08-30 2002-03-12 Advantest Corp インターリーブad変換方式波形ディジタイザ装置
JP2005260337A (ja) * 2004-03-09 2005-09-22 Renesas Technology Corp 復調回路および無線通信システム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2395689A4 *

Also Published As

Publication number Publication date
JP5472123B2 (ja) 2014-04-16
EP2395689A1 (en) 2011-12-14
US8819096B2 (en) 2014-08-26
EP2395689A4 (en) 2015-12-16
JPWO2010090209A1 (ja) 2012-08-09
US20110289130A1 (en) 2011-11-24

Similar Documents

Publication Publication Date Title
KR100491194B1 (ko) 다중 캐리어 통신 시스템에서 피크 전력 감소를 위한시스템 및 방법
JP4398791B2 (ja) 送信機および送信制御方法
JP4990964B2 (ja) 受信器及び受信方法
US9213679B2 (en) Device with capability of processing FFT radix 2 butterfly operation and operation method thereof
US20030161278A1 (en) Symbol data converting circuit
JP2007028054A (ja) 干渉キャンセル装置および干渉キャンセル方法
JP5472123B2 (ja) Fft演算装置と電力演算方法
JP4789749B2 (ja) ピーク抑圧装置
JP3668356B2 (ja) 高速フーリエ変換演算回路
JPWO2007040216A1 (ja) 等化器を含む信号受信装置、端末装置、信号受信方法および信号受信プログラム
KR100688086B1 (ko) 상관 계수의 대칭성을 이용한 상관 장치 및 그 방법
CN103718525A (zh) 一种削波方法、装置及系统
KR20040048603A (ko) 직교 주파수 분할 다중 수신 장치
CN103488611B (zh) 基于IEEE802.11.ad协议的FFT处理器
KR20120109214A (ko) Ofdm 시스템에서의 고속 푸리에 변환 프로세서 및 그 고속 푸리에 변환방법
KR20090011398A (ko) 4×4 다중입출력 직교주파수분할다중화 무선랜 시스템을위한 고속푸리에변환 방법 및 그 장치
JPH10307811A (ja) 演算装置および演算方法
KR20040046478A (ko) 메모리의 크기를 감소시킬 수 있는 고속 퓨리에 변환프로세서
EP1011282B1 (en) Base station apparatus and transmission branch selection method
JP5601330B2 (ja) チャネル推定値補間回路及び方法
CN112800387B (zh) 基-6蝶形运算单元、方法、电子设备及存储介质
JP4266200B2 (ja) Ofdm復調装置
CN109698801B (zh) 信号插值运算系统、应用于lte频偏估计补偿的处理系统
JP2000295194A (ja) 受信装置
KR101554667B1 (ko) 고속 푸리에 변환 장치

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10738540

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010549488

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 13147738

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2010738540

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2010738540

Country of ref document: EP