JP2004295490A - Normalization device and normalization method - Google Patents

Normalization device and normalization method Download PDF

Info

Publication number
JP2004295490A
JP2004295490A JP2003087136A JP2003087136A JP2004295490A JP 2004295490 A JP2004295490 A JP 2004295490A JP 2003087136 A JP2003087136 A JP 2003087136A JP 2003087136 A JP2003087136 A JP 2003087136A JP 2004295490 A JP2004295490 A JP 2004295490A
Authority
JP
Japan
Prior art keywords
data
shift number
control
channel
memory
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.)
Granted
Application number
JP2003087136A
Other languages
Japanese (ja)
Other versions
JP4241132B2 (en
Inventor
Kazuhiro Ishida
一博 石田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2003087136A priority Critical patent/JP4241132B2/en
Publication of JP2004295490A publication Critical patent/JP2004295490A/en
Application granted granted Critical
Publication of JP4241132B2 publication Critical patent/JP4241132B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce the possible overflow of mantissa of valid data from a memory for mantissa memory even in the presence of a number of invalid data inputted. <P>SOLUTION: A data memory 1 receives a data series and stores the mantissa of each of data. A shift number memory 2 receives the data series and stores a data shift number showing the index part of each of data. A reference shift number calculation means receives a control data series transmitted by a control channel, and calculates an average value of a control data shift number showing the index part of each of control data in this control data series to generate a reference shift number. A normalization part 5 subtracts the reference shift number from each data shift number stored by the shift number memory 2, and shifts to the right the mantissa of the data corresponding to the data shift number for the value of this result. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は正規化装置及び正規化方法に関し、特にデータ系列を受けてこのデータ系列内のそれぞれのデータを正規化する正規化装置及び正規化方法に関する。
【0002】
【従来の技術】
一般的に移動体通信システムにおいて、基地局から送信されたデータを受けて復号する復号回路の回路規模を削減するために、復号回路の前段で、この復号回路で一回に処理する処理単位(複数のデータで構成するスロット、フレーム等)で指標を合わせることにより、この復号回路の入力のビット長を減らす正規化処理が行われる。
【0003】
従来の正規化装置は、復号回路の前段に設けられ、図5に示すように、データメモリ10と、シフト数メモリ11と、基準シフト数算出部12と、正規化部13とにより構成し、基地局から送信されたデータを受けてこのデータを正規化する。
【0004】
データメモリ10は、スロット、フレーム等のデータ系列((D[i],S[i])、i=0〜n−1。但し、Dはデータの仮数部、Sはデータの指数部)を受けこのデータ系列内のそれぞれのデータの仮数部(D[i]、i=0〜n−1)を処理単位(n個)として格納する。
【0005】
シフト数メモリ11は、処理単位(n個)分のそれぞれのデータの指数部を示すシフト数(S[i]、i=0〜n−1)を格納する。
【0006】
基準シフト数算出部12は、シフト数メモリ11が格納したそれぞれのデータのシフト数の平均値((S[0]+S[1]+・・・+S[n−1])/n)を算出して基準シフト数(Sb)を生成する。
【0007】
正規化部13は、シフト数メモリ11が格納したそれぞれのシフト数(S[i]、i=0〜n−1)から基準シフト数(Sb)をそれぞれ減じこの減じた結果の値分、これらのシフト数に対応するそれぞれのデータの仮数部を右シフト(N[i]=D[i]>>(S[i]−Sb)、i=0〜n−1)する。
【0008】
この結果、正規化装置が受けたデータ系列((D[i],S[i])、i=0〜n−1)内のそれぞれのデータは正規化されて((N[i],Sb)、i=0〜n−1)となる。
【0009】
ここで、記号>>はこの記号の左にあるデータをこの記号の右にある値分右にシフトすることを示す記号である。
【0010】
また、正規化装置は予め定めた大きさ(例えば、16ビット)の仮数部用のメモリを有しこのメモリ上にD[i]を記憶する。
【0011】
一方、基地局は、データチャネルでデータを伝送するが、伝送すべきデータの有無により実際にデータを送信しているときとデータを送信していないときとがある。正規化装置は、基地局が実際にデータを送信していないときにもこのデータチャネルでデータを受ける。
【0012】
基地局が実際にデータを送信しているときに受かる有効データと比べて、実際にデータを送信していないときに受かる無効データ(以後、DTXと記載する。)は、一般的に振幅が小さくパワーが小さい。
【0013】
このため、正規化の指標としてデータのパワー(データの指数部で近似する。)の平均値(例えば、前述の基準シフト数(Sb))を用いる方法では、受かるそれぞれのデータのうちにDTXが多数存在する場合、このDTXは振幅が小さいため、処理単位でのデータのパワーの平均値(Sb)が小さくなってしまい、処理単位内の有効データの指数部(S[i])と平均値(Sb)との差が大きくなる。この有効データの仮数部に対してこの差分右シフトする正規化を行うと、仮数部用のメモリが予め定めた大きさしかないので、有効データの仮数部はこのメモリから溢れる可能性が高くなる。
【0014】
以上と同様の、指標として処理単位内のデータ信号の振幅値の平均値を用いる方法が例えば、特許文献1に提案されている。
【0015】
【特許文献1】
特開2002−232302号公報(段落「0034」、図1)
【0016】
【発明が解決しようとする課題】
上述した従来の正規化装置は、基準シフト数算出部により、シフト数メモリが格納したそれぞれのデータのシフト数の平均値を算出して基準シフト数(Sb)を生成し、正規化部により、シフト数(S[i]、i=0〜n−1)から基準シフト数(Sb)をそれぞれ減じこの減じた結果の値分、これらのシフト数に対応するそれぞれのデータの仮数部を右シフト(N[i]=D[i]>>(S[i]−Sb)、i=0〜n−1)するため、受かるそれぞれのデータのうちに無効データが多数存在する場合、処理単位でのデータのパワーの平均値(Sb)が小さくなり、処理単位内の有効データの指数部(S[i])と平均値(Sb)との差が大きくなるので、この有効データの仮数部を正規化すると、有効データの仮数部はこの仮数部用のメモリから溢れる可能性が高くなるという問題がある。
【0017】
本発明の目的はこのような従来の欠点を除去するため、受かるそれぞれのデータのうちに無効データが多数存在しても有効データの仮数部が仮数部用のメモリから溢れる可能性の低い正規化装置及び正規化方法を提供することにある。
【0018】
【課題を解決するための手段】
本発明の第1の正規化装置は、データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えて構成されている。
【0019】
本発明の第1の正規化装置の前記基準シフト数算出手段は、
前記コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数をそれぞれ格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数の平均値を算出して前記基準シフト数を生成する基準シフト数算出部と、
を備えて構成されている。
【0020】
本発明の第2の正規化装置は、データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えて構成されている。
【0021】
本発明の第2の正規化装置の前記基準シフト数算出手段は、
前記コントロールチャネルで送られる前記コントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数を格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出部と、
を備えて構成されている。
【0022】
本発明の第1の正規化方法は、データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第3のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第4のステップと、
を含んで構成されている。
【0023】
本発明の第2の正規化方法は、データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数と前記第3のステップで算出した前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定する第4のステップと、
前記第4のステップで無効データと判定されなかった前記データの前記データシフト数の平均値を算出して基準シフト数を生成する第5のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第5のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第6のステップと、
を含んで構成されている。
【0024】
【発明の実施の形態】
次に、本発明の実施の形態について図面を参照して説明する。
【0025】
図1は、本発明の正規化装置の第1の実施の形態を示すブロック図である。
【0026】
図1に示す本実施の形態は、復号回路の前段に設けられ、データメモリ1と、シフト数メモリ2と、情報メモリ3と、基準シフト数算出部4と、正規化部5とにより構成し、基地局から送信されたデータを受けてこのデータを正規化する。
【0027】
データメモリ1は、データチャネルで送られるスロット、フレーム等のデータ系列を受けこのデータ系列内のそれぞれのデータの仮数部をそれぞれ格納する。
【0028】
シフト数メモリ2は、データチャネルで送られるデータ系列を受けてこのデータ系列内のそれぞれのデータの指数部を示すデータシフト数をそれぞれ格納する。
【0029】
情報メモリ3は、コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数をそれぞれ格納する。
【0030】
基準シフト数算出部4は、情報メモリ3が格納したそれぞれのコントロールデータシフト数の平均値を算出して基準シフト数を生成する。
【0031】
正規化部5は、シフト数メモリ2が格納したそれぞれのデータシフト数から基準シフト数をそれぞれ減じこの減じた結果の値分、これらのデータシフト数に対応するデータメモリ1が格納したそれぞれのデータの仮数部をそれぞれ右シフトする。
【0032】
データチャネルは、ユーザデータを伝送するためのチャネルであり、コントロールチャネルは、物理レイヤでの複数の制御情報を伝送するためのデディケイティッド・フィジカル・コントロール・チャネル(Dedicated Physical Control Channel、以後、DPCCHと記載する。)であり、このDPCCHで送られるコントロールデータ系列内のそれぞれのコントロールデータは仮数部Bと指数部Cとを有し、この指数部Cがコントロールデータシフト数を示す。
【0033】
複数の制御情報は、同期検波でのチャネル推定に用いる既知のパターンのパイロット情報(PILOT)、送信電力制御コマンド(TPC)、フィードバック情報(FBI)、トランス・ポート・コンビネーション・インジケータ(TFCI)であり、コントロールデータは、複数の制御情報のうちの少なくとも一つの制御情報に関するデータである。
【0034】
次に、本実施の形態の正規化装置の動作を図2を参照して詳細に説明する。
【0035】
図2は、本発明の実施の形態の動作の一例を示すフローチャートである。
【0036】
図1において、図2のステップ21では、データメモリ1により、データチャネルで送られるスロット、フレーム等のデータ系列((D[i],S[i])、i=0〜n−1。但し、Dはデータの仮数部、Sはデータの指数部)を受けこのデータ系列内のそれぞれのデータの仮数部(D[i]、i=0〜n−1)を処理単位(n個)として格納する。
【0037】
図2のステップ22では、シフト数メモリ2により、データチャネルで送られるデータ系列を受けてこのデータ系列内のそれぞれのデータの指数部を示すデータシフト数(S[i]、i=0〜n−1)を処理単位(n個)として格納する。
【0038】
図2のステップ23では、情報メモリ3により、コントロールチャネルで送られるコントロールデータ系列((B[i],C[i])、i=0〜m−1。但し、Bはコントロールデータの仮数部、Cはコントロールデータの指数部)を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数(C[i]、i=0〜m−1)をそれぞれ格納する。
【0039】
図2のステップ24では、基準シフト数算出部4により、情報メモリ3が格納したそれぞれのコントロールデータシフト数の平均値((C[0]+C[1]+・・・+C[m−1])/m)を算出して基準シフト数(Sb)を生成する。
【0040】
但し、3GPPで規定されるW−CDMAの場合のMulti Code時には、コントロールデータシフト数の平均値を((C[0]+C[1]+・・・+C[m−1])/m)×p、として算出して基準シフト数(Sb)を生成する。但し、pはMulti Code時は、DPCCHのパワーがDPDCH(デディケイティッド・フィジカル・データ・チャネル:Dedicated Physical Data Channel)より大きくなっているため、この差を補正するためのパラメータであり、DPCCHのパワーがDPDCHのパワーの例えば1.4倍になっていたとすると、p=1/1.4にする。
【0041】
図2のステップ25では、正規化部5により、シフト数メモリ2が格納したそれぞれのデータシフト数(S[i]、i=0〜n−1)から基準シフト数(Sb)をそれぞれ減ずる。
【0042】
図2のステップ26では、正規化部5により、それぞれのデータシフト数に対応するデータメモリ1が格納したそれぞれのデータの仮数部を、ステップ25で減じた結果の値分、それぞれ右シフト(N[i]=D[i]>>(S[i]−Sb)、i=0〜n−1)する。
【0043】
この結果、正規化装置が受けたデータ系列((D[i],S[i])、i=0〜n−1)内のそれぞれのデータは正規化されて((N[i],Sb)、i=0〜n−1)となる。
【0044】
これにより、基準シフト数(Sb)の計算を、データ系列内のそれぞれのデータの指数部を示すデータシフト数(S[i]、i=0〜n−1)を用いないで、コントロールデータ系列内のコントロールデータの指数部を示すコントロールデータシフト数(C[i]、i=0〜m−1)を用いて行うので、データ系列内の無効データ(DTX)の影響を排除でき、正規化装置が入力するデータのうちに無効データが多数存在しても、有効データの仮数部が仮数部用のメモリから溢れる可能性が低くなる。
【0045】
図3は、本発明の正規化装置の第2の実施の形態を示すブロック図である。
【0046】
図3に示す本実施の形態は、復号回路の前段に設けられ、データメモリ1と、シフト数メモリ2と、情報メモリ3と、基準シフト数算出部6と、正規化部5とにより構成し、基地局から送信されたデータを受けてこのデータを正規化する。第1の実施の形態の正規化装置とは、基準シフト数算出部6のみ異なり、他の構成要素は同じである。
【0047】
基準シフト数算出部6は、情報メモリ3が格納したそれぞれのコントロールデータシフト数よりデータ系列のそれぞれのデータが無効データであるか否かを判定するDTX判定閾値を算出し、シフト数メモリ2が格納したそれぞれのデータシフト数とDTX判定閾値とを比較し、比較結果に応じてデータシフト数に対応するデータが無効データであるか否かをそれぞれ判定し、無効データ以外のデータのデータシフト数の平均値を算出して基準シフト数を生成する。
【0048】
次に、本実施の形態の正規化装置の動作を図4を参照して詳細に説明する。
【0049】
図4は、本発明の実施の形態の動作の一例を示すフローチャートである。
【0050】
図3において、図4のステップ41から図4のステップ43の動作は、第1の実施の形態の正規化装置の図2のステップ21から図2のステップ23の動作と同じである。
【0051】
図4のステップ44では、基準シフト数算出部6により、図4のステップ43で情報メモリ3が格納したそれぞれのコントロールデータシフト数よりデータ系列のそれぞれのデータが無効データであるか否かを判定するDTX判定閾値T=((C[0]+...+C[m−1])/m)×E)を算出する。ここで、EはDTX判定閾値を中間値に設定するための係数であり、この値は実際の装置等で試験を行い決定する。
【0052】
但し、3GPPで規定されるW−CDMAの場合のMulti Code時には、DTX判定閾値Tを((C[0]+...+C[m−1])/m)×E×p)として算出する。このpは第1の実施の形態のpと同じである。
【0053】
図4のステップ45では、基準シフト数算出部6により、ステップ42でシフト数メモリ2が格納したそれぞれのデータシフト数(S[i]、i=0〜n−1)とステップ44で算出したDTX判定閾値Tとを比較し、比較結果がS[i]>=Tのときにはこのデータシフト数に対応するデータが無効データであると判定する。
【0054】
第4のステップ46は、基準シフト数算出部6により、ステップ45で無効データと判定されなかったデータのデータシフト数(S[i]<TとなるS[i])の平均値を算出して基準シフト数(Sb)を生成する。
【0055】
図4のステップ44からステップ46において、説明を付加する。DTX判定閾値Tはデータの中にDTXが含まれている可能性があるためそれを分離するための閾値であり、DTXは通常のデータと比較してパワーが小さいことを利用して分離する。ここでは指数部をパワーの近似値として使用するため、指数部の平均を取っている。基本的に有効データのパワー(=指数部)は同じくらいの大きさになることが期待されている。その指数部を例えば10としてDTXの指数部を例えば20とすると(ここでは、指数部が大きいほうがパワーが小さいとする)その中間点15以上の値はDTX、15未満の場合は有効データというように判定する。このような場合E=1.5とすることで閾値15が得られる。この値は実際の装置等で試験を行い決定する。
【0056】
図4のステップ47からステップ48の動作は、第1の実施の形態の正規化装置の図2のステップ25からステップ26の動作と同じである。
【0057】
この結果、正規化装置が受けたデータ系列((D[i],S[i])、i=0〜n−1)内のそれぞれのデータは正規化されて((N[i],Sb)、i=0〜n−1)となる。
【0058】
これにより、基準シフト数(Sb)の計算を、データ系列内の有効データの指数部を示すデータシフト数のみを用いて行うため、データ系列内の無効データの影響を排除でき、正規化装置が入力するデータのうちに無効データが多数存在しても、有効データの仮数部が仮数部用のメモリから溢れる可能性が低くなる。
【0059】
第1の実施の形態の正規化装置と第2の実施の形態の正規化装置とにおいて、コントロールチャネルで送られるコントロールデータ系列をPILOTのみのコントロールデータ系列として処理単位スロットで正規化を行う場合、PILOT(パイロット情報)がデータ(D,S)よりも前に来るため、事前にSbを計算することができるため、情報メモリ3にコントロールデータの指数部を示すコントロールデータシフト数(C[i]、i=0〜m−1)を格納する必要がなくなり、回路規模を削減できる。
【0060】
【発明の効果】
以上説明したように、本発明の正規化装置は、基準シフト数算出手段により、コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成し、正規化部により、シフト数メモリが格納したそれぞれのデータシフト数から基準シフト数をそれぞれ減じこの減じた結果の値分データシフト数に対応するデータメモリ1が格納したデータの仮数部をそれぞれ右シフトするため、基準シフト数の計算を、データ系列内のデータの指数部を示すデータシフト数を用いないで、コントロールデータ系列内のコントロールデータの指数部を示すコントロールデータシフト数を用いて行うので、データ系列内の無効データの影響を排除でき、正規化装置が入力するデータのうちに無効データが多数存在しても、有効データの仮数部が仮数部用のメモリから溢れる可能性が低くなる。
【図面の簡単な説明】
【図1】本発明の正規化装置の第1の実施の形態を示すブロック図である。
【図2】本発明の第1の実施の形態の動作の一例を示すフローチャートである。
【図3】本発明の正規化装置の第2の実施の形態を示すブロック図である。
【図4】本発明の第2の実施の形態の動作の一例を示すフローチャートである。
【図5】従来の正規化装置を示すブロック図である。
【符号の説明】
1 データメモリ
2 シフト数メモリ
3 情報メモリ
4 基準シフト数算出部
5 正規化部
6 基準シフト数算出部
10 データメモリ
11 シフト数メモリ
12 基準シフト数算出部
13 正規化部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a normalization device and a normalization method, and more particularly to a normalization device and a normalization method for receiving a data sequence and normalizing each data in the data sequence.
[0002]
[Prior art]
In general, in a mobile communication system, in order to reduce the circuit scale of a decoding circuit that receives and decodes data transmitted from a base station, a processing unit that is processed at one time by the decoding circuit at a preceding stage of the decoding circuit ( By matching indices with slots, frames, and the like constituted by a plurality of data, a normalization process for reducing the bit length of the input of the decoding circuit is performed.
[0003]
The conventional normalization device is provided in a stage preceding the decoding circuit, and includes a data memory 10, a shift number memory 11, a reference shift number calculation unit 12, and a normalization unit 13, as shown in FIG. Upon receiving the data transmitted from the base station, the data is normalized.
[0004]
The data memory 10 stores data series ((D [i], S [i]) such as slots and frames, i = 0 to n-1, where D is a mantissa of data and S is an exponent of data. The mantissa part (D [i], i = 0 to n-1) of each data in the received data series is stored as a processing unit (n).
[0005]
The shift number memory 11 stores a shift number (S [i], i = 0 to n−1) indicating an exponent part of each data for the processing unit (n).
[0006]
The reference shift number calculation unit 12 calculates the average value ((S [0] + S [1] +... + S [n−1]) / n) of the shift numbers of the respective data stored in the shift number memory 11. To generate a reference shift number (Sb).
[0007]
The normalizing unit 13 subtracts the reference shift number (Sb) from each of the shift numbers (S [i], i = 0 to n-1) stored in the shift number memory 11, and subtracts these values by the resulting value. Is shifted rightward (N [i] = D [i] >> (S [i] -Sb), i = 0 to n-1).
[0008]
As a result, each data in the data series ((D [i], S [i]), i = 0 to n-1) received by the normalization device is normalized ((N [i], Sb ), I = 0 to n−1).
[0009]
Here, the symbol >> is a symbol indicating that data on the left side of the symbol is shifted rightward by a value on the right side of the symbol.
[0010]
The normalization device has a mantissa memory of a predetermined size (for example, 16 bits), and stores D [i] on this memory.
[0011]
On the other hand, although the base station transmits data on the data channel, there are times when data is actually transmitted and times when data is not transmitted depending on the presence or absence of data to be transmitted. The normalizer receives data on this data channel even when the base station is not actually transmitting data.
[0012]
Compared with valid data received when the base station is actually transmitting data, invalid data (hereinafter referred to as DTX) received when not transmitting data is generally smaller in amplitude. Power is small.
[0013]
Therefore, in the method using the average value of the power of the data (approximate by the exponent part of the data) (for example, the aforementioned reference shift number (Sb)) as the index of the normalization, DTX is included in each of the received data. When a large number of DTXs exist, the average value (Sb) of the power of the data in the processing unit becomes small because the DTX has a small amplitude, and the exponent part (S [i]) of the effective data in the processing unit and the average value The difference from (Sb) increases. If the mantissa part of the valid data is subjected to this difference right-shift normalization, the mantissa memory has only a predetermined size, so that the mantissa of the valid data is more likely to overflow from this memory. .
[0014]
A method using the average value of the amplitude values of the data signals in the processing unit as an index similar to the above is proposed in, for example, Patent Document 1.
[0015]
[Patent Document 1]
JP 2002-232302 A (paragraph “0034”, FIG. 1)
[0016]
[Problems to be solved by the invention]
In the conventional normalization device described above, the reference shift number calculation unit calculates the average value of the shift numbers of the respective data stored in the shift number memory to generate the reference shift number (Sb), and the normalization unit The reference shift number (Sb) is subtracted from each of the shift numbers (S [i], i = 0 to n-1), and the mantissa part of each data corresponding to these shift numbers is right-shifted by a value resulting from the subtraction. (N [i] = D [i] >> (S [i] -Sb), i = 0 to n-1). Therefore, when a large number of invalid data exists in each of the received data, Since the average value (Sb) of the power of the data becomes small and the difference between the exponent part (S [i]) and the average value (Sb) of the effective data in the processing unit increases, the mantissa part of this effective data After normalization, the mantissa of the valid data is There is a problem that the possibility of overflow from Li increases.
[0017]
An object of the present invention is to eliminate such a conventional drawback, so that even if there are a lot of invalid data among the received data, the normalization of the mantissa part of the valid data is unlikely to overflow from the memory for the mantissa. An apparatus and a normalization method are provided.
[0018]
[Means for Solving the Problems]
A first normalization device of the present invention is a normalization device that receives a data sequence, normalizes each data in the data sequence, and outputs each data.
A data memory that receives the data sequence sent on the data channel and stores a mantissa of each of the data in the data sequence;
A shift number memory that receives the data sequence sent on the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence;
Reference shift number calculating means for receiving a control data sequence sent on the control channel, calculating an average value of control data shift numbers indicating an exponent part of each control data in the control data sequence, and generating a reference shift number,
Each of the reference shift numbers is subtracted from each of the data shift numbers stored in the shift number memory, and the mantissa part of the data stored in the data memory corresponding to the data shift number is shifted to the right by a value resulting from the subtraction. A normalization unit,
It is configured with.
[0019]
The reference shift number calculating means of the first normalization device of the present invention includes:
An information memory that receives the control data sequence sent on the control channel and stores the control data shift number indicating the exponent part of each control data in the control data sequence,
A reference shift number calculation unit that calculates an average value of the control data shift numbers stored in the information memory to generate the reference shift number,
It is configured with.
[0020]
A second normalization device of the present invention is a normalization device that receives a data sequence, normalizes each data in the data sequence, and outputs each data.
A data memory that receives the data sequence sent on the data channel and stores a mantissa of each of the data in the data sequence;
A shift number memory that receives the data sequence sent on the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence;
In response to the control data sequence sent on the control channel, it is determined whether or not each of the data in the data sequence is invalid data based on the control data shift number indicating the exponent part of each control data in the control data sequence. Calculating a DTX determination threshold value, comparing each of the data shift numbers stored in the shift number memory with the DTX determination threshold value, and determining whether the data corresponding to the data shift number is invalid data according to the comparison result; Reference shift number calculation means for determining whether or not each of the data, the average value of the data shift number of the data other than invalid data to generate a reference shift number,
Each of the reference shift numbers is subtracted from each of the data shift numbers stored in the shift number memory, and the mantissa part of the data stored in the data memory corresponding to the data shift number is shifted to the right by a value resulting from the subtraction. A normalization unit,
It is configured with.
[0021]
The reference shift number calculating means of the second normalization device of the present invention includes:
An information memory for receiving the control data sequence sent on the control channel and storing the control data shift number indicating an exponent part of each control data in the control data sequence;
A DTX determination threshold for determining whether or not each of the data in the data series is invalid data is calculated from each of the control data shift numbers stored in the information memory, and each of the control data stored in the shift number memory is calculated. The data shift number is compared with the DTX determination threshold, and it is determined whether or not the data corresponding to the data shift number is invalid data according to the comparison result, and the data shift of the data other than invalid data is performed. A reference shift number calculation unit that calculates an average value of the numbers to generate a reference shift number,
It is configured with.
[0022]
A first normalization method according to the present invention is a normalization method for receiving a data sequence, normalizing each data in the data sequence, and outputting each data.
A first step of receiving the data sequence sent on the data channel and storing respective mantissas of each of the data in the data sequence;
A second step of receiving the data sequence sent on the data channel and respectively storing a data shift number indicating an exponent of each of the data in the data sequence;
A third step of receiving a control data sequence sent on the control channel, calculating an average value of control data shift numbers indicating an exponent part of each control data in the control data sequence, and generating a reference shift number;
Subtracting the reference shift number generated in the third step from each of the data shift numbers stored in the second step, in the first step corresponding to the data shift number by a value resulting from the subtraction; A fourth step of right shifting each of the mantissa parts of the stored data;
It is comprised including.
[0023]
A second normalization method according to the present invention is a normalization method for receiving a data sequence, normalizing each data in the data sequence, and outputting each data.
A first step of receiving the data sequence sent on the data channel and storing respective mantissas of each of the data in the data sequence;
A second step of receiving the data sequence sent on the data channel and respectively storing a data shift number indicating an exponent of each of the data in the data sequence;
In response to the control data sequence sent on the control channel, it is determined whether or not each of the data in the data sequence is invalid data based on the control data shift number indicating the exponent part of each control data in the control data sequence. A third step of calculating a DTX determination threshold,
The data shift number stored in the second step is compared with the DTX determination threshold calculated in the third step, and the data corresponding to the data shift number is invalid data according to the comparison result. A fourth step of determining whether or not there is, respectively;
A fifth step of calculating an average value of the data shift numbers of the data not determined as invalid data in the fourth step to generate a reference shift number;
The reference shift number generated in the fifth step is subtracted from each of the data shift numbers stored in the second step, and the first step corresponding to the data shift number corresponds to a value resulting from the subtraction. A sixth step of right shifting each of the mantissa parts of the stored data;
It is comprised including.
[0024]
BEST MODE FOR CARRYING OUT THE INVENTION
Next, embodiments of the present invention will be described with reference to the drawings.
[0025]
FIG. 1 is a block diagram showing a first embodiment of the normalizing device of the present invention.
[0026]
The present embodiment shown in FIG. 1 is provided in a preceding stage of a decoding circuit, and includes a data memory 1, a shift number memory 2, an information memory 3, a reference shift number calculation unit 4, and a normalization unit 5. Receive the data transmitted from the base station and normalize this data.
[0027]
The data memory 1 receives a data sequence such as a slot and a frame transmitted by a data channel and stores a mantissa of each data in the data sequence.
[0028]
The shift number memory 2 receives a data sequence transmitted on the data channel and stores a data shift number indicating an exponent part of each data in the data sequence.
[0029]
The information memory 3 receives the control data sequence sent by the control channel and stores the control data shift number indicating the exponent part of each control data in the control data sequence.
[0030]
The reference shift number calculator 4 calculates the average value of the respective control data shift numbers stored in the information memory 3 to generate the reference shift number.
[0031]
The normalizing unit 5 subtracts the reference shift number from each of the data shift numbers stored in the shift number memory 2, and subtracts each of the data stored in the data memory 1 corresponding to the data shift number by the value resulting from the subtraction. Are respectively shifted to the right.
[0032]
The data channel is a channel for transmitting user data, and the control channel is a Dedicated Physical Control Channel (hereinafter, DPCCH) for transmitting a plurality of control information in a physical layer. The control data in the control data sequence transmitted on the DPCCH has a mantissa part B and an exponent part C, and the exponent part C indicates the number of control data shifts.
[0033]
The plurality of pieces of control information are known pattern pilot information (PILOT), transmission power control command (TPC), feedback information (FBI), and transport combination indicator (TFCI) used for channel estimation in synchronous detection. The control data is data relating to at least one control information of a plurality of pieces of control information.
[0034]
Next, the operation of the normalization device of the present embodiment will be described in detail with reference to FIG.
[0035]
FIG. 2 is a flowchart illustrating an example of the operation according to the embodiment of the present invention.
[0036]
In FIG. 1, in step 21 of FIG. 2, data series ((D [i], S [i]) such as slots and frames transmitted by the data channel by the data memory 1, i = 0 to n−1. , D is the mantissa part of the data, S is the exponent part of the data, and the mantissa part (D [i], i = 0 to n-1) of each data in this data series is set as a processing unit (n). Store.
[0037]
In step 22 of FIG. 2, the shift number memory 2 receives the data sequence transmitted on the data channel and receives the data shift number (S [i], i = 0 to n) indicating the exponent of each data in the data sequence. -1) is stored as a processing unit (n).
[0038]
In step 23 of Fig. 2, a control data sequence ((B [i], C [i]) transmitted on the control channel by the information memory 3, i = 0 to m-1, where B is a mantissa of control data , C receive the exponent part of the control data) and store the control data shift numbers (C [i], i = 0 to m-1) indicating the exponent part of each control data in this control data sequence.
[0039]
In step 24 of FIG. 2, the average value ((C [0] + C [1] +... + C [m−1]) of the respective control data shift numbers stored in the information memory 3 is calculated by the reference shift number calculator 4. ) / M) to generate a reference shift number (Sb).
[0040]
However, at the time of Multi Code in the case of W-CDMA defined by 3GPP, the average value of the number of control data shifts is ((C [0] + C [1] +... + C [m-1]) / m) × p, to generate a reference shift number (Sb). However, p is a parameter for correcting this difference because the power of the DPCCH is larger than the DPDCH (Dedicated Physical Data Channel) at the time of Multi Code. Assuming that the power is, for example, 1.4 times the power of the DPDCH, p = 1 / 1.4.
[0041]
In step 25 of FIG. 2, the normalizing unit 5 subtracts the reference shift number (Sb) from each data shift number (S [i], i = 0 to n−1) stored in the shift number memory 2.
[0042]
In step 26 of FIG. 2, the normalization unit 5 shifts the mantissa part of each data stored in the data memory 1 corresponding to each data shift number by right shift (N [I] = D [i] >> (S [i] -Sb), i = 0 to n-1).
[0043]
As a result, each data in the data series ((D [i], S [i]), i = 0 to n-1) received by the normalization device is normalized ((N [i], Sb ), I = 0 to n−1).
[0044]
Accordingly, the calculation of the reference shift number (Sb) is performed without using the data shift number (S [i], i = 0 to n-1) indicating the exponent part of each data in the data series. Is performed using the control data shift number (C [i], i = 0 to m-1) indicating the exponent part of the control data in the data series, so that the influence of invalid data (DTX) in the data series can be eliminated, and normalization can be performed. Even if there are a lot of invalid data among the data input by the apparatus, the possibility that the mantissa part of the valid data overflows from the memory for the mantissa is reduced.
[0045]
FIG. 3 is a block diagram showing a second embodiment of the normalizing device according to the present invention.
[0046]
The present embodiment shown in FIG. 3 is provided in a preceding stage of a decoding circuit, and is configured by a data memory 1, a shift number memory 2, an information memory 3, a reference shift number calculation unit 6, and a normalization unit 5. Receive the data transmitted from the base station and normalize this data. The difference from the normalization device of the first embodiment is only the reference shift number calculation unit 6, and the other components are the same.
[0047]
The reference shift number calculation unit 6 calculates a DTX determination threshold for determining whether or not each data of the data series is invalid data from the respective control data shift numbers stored in the information memory 3. The stored data shift numbers are compared with a DTX determination threshold value, and it is determined whether or not the data corresponding to the data shift number is invalid data according to the comparison result, and the data shift number of data other than invalid data is determined. Is calculated to generate a reference shift number.
[0048]
Next, the operation of the normalization device of the present embodiment will be described in detail with reference to FIG.
[0049]
FIG. 4 is a flowchart illustrating an example of the operation of the exemplary embodiment of the present invention.
[0050]
In FIG. 3, the operation from step 41 in FIG. 4 to step 43 in FIG. 4 is the same as the operation from step 21 in FIG. 2 to step 23 in FIG. 2 of the normalization device of the first embodiment.
[0051]
In step 44 of FIG. 4, the reference shift number calculating unit 6 determines whether or not each data of the data series is invalid data based on the respective control data shift numbers stored in the information memory 3 in step 43 of FIG. DTX determination threshold T = ((C [0] +... + C [m-1]) / m) × E). Here, E is a coefficient for setting the DTX determination threshold value to an intermediate value, and this value is determined by performing a test using an actual device or the like.
[0052]
However, at the time of Multi Code in the case of W-CDMA defined by 3GPP, the DTX determination threshold T is calculated as ((C [0] + ... + C [m-1]) / m) × E × p. . This p is the same as p in the first embodiment.
[0053]
In step 45 of FIG. 4, the reference shift number calculation unit 6 calculates the respective data shift numbers (S [i], i = 0 to n-1) stored in the shift number memory 2 in step 42 and in step 44. The data is compared with the DTX determination threshold T, and when the comparison result is S [i]> = T, it is determined that the data corresponding to the data shift number is invalid data.
[0054]
In a fourth step 46, the reference shift number calculating unit 6 calculates an average value of the data shift numbers (S [i] satisfying S [i] <T) of the data not determined to be invalid data in step 45. To generate a reference shift number (Sb).
[0055]
In steps 44 to 46 of FIG. 4, explanation will be added. The DTX determination threshold T is a threshold for separating DTX because there is a possibility that DTX is included in the data, and the DTX is separated using the fact that the power is smaller than that of normal data. Here, since the exponent is used as an approximate value of the power, the exponent is averaged. Basically, it is expected that the power (= exponent part) of effective data will be about the same. Assuming that the exponent part is 10, for example, and the exponent part of DTX is, for example, 20 (here, the larger the exponent part is, the smaller the power), the value above the midpoint 15 is DTX, and the value below 15 is valid data. Is determined. In such a case, threshold value 15 can be obtained by setting E = 1.5. This value is determined by conducting a test using an actual device or the like.
[0056]
The operations from step 47 to step 48 in FIG. 4 are the same as the operations from step 25 to step 26 in FIG. 2 of the normalizing device according to the first embodiment.
[0057]
As a result, each data in the data series ((D [i], S [i]), i = 0 to n-1) received by the normalization device is normalized ((N [i], Sb ), I = 0 to n−1).
[0058]
Thus, since the calculation of the reference shift number (Sb) is performed using only the data shift number indicating the exponent part of the valid data in the data series, the influence of invalid data in the data series can be eliminated, and the normalization device Even if a large number of invalid data exist in the input data, the possibility that the mantissa of valid data overflows from the memory for the mantissa is reduced.
[0059]
In the normalization device according to the first embodiment and the normalization device according to the second embodiment, when the control data sequence sent on the control channel is normalized as the control data sequence of only PILOT in the processing unit slot, Since the PILOT (pilot information) comes before the data (D, S), Sb can be calculated in advance. Therefore, the control data shift number (C [i]) indicating the exponent part of the control data in the information memory 3 , I = 0 to m-1), and the circuit scale can be reduced.
[0060]
【The invention's effect】
As described above, the normalization apparatus according to the present invention is configured such that the reference shift number calculating means receives the control data sequence sent on the control channel and receives the control data shift indicating the exponent part of each control data in the control data sequence. Calculates the average of the numbers to generate the reference shift number, and the normalization unit subtracts the reference shift number from each data shift number stored in the shift number memory, and corresponds to the data shift number corresponding to the value resulting from this subtraction. In order to shift the mantissa part of the data stored in the data memory 1 to the right, the calculation of the reference shift number is performed by using the control data in the control data series without using the data shift number indicating the exponent part of the data in the data series. Control data shift number indicating the exponent part of Can eliminate the influence of invalid data of the inner, even if invalid data out of the data normalization devices are entered there are many, potentially mantissa of valid data overflows from the memory for the mantissa is reduced.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a first embodiment of a normalization device according to the present invention.
FIG. 2 is a flowchart illustrating an example of an operation according to the first exemplary embodiment of the present invention.
FIG. 3 is a block diagram showing a second embodiment of the normalization device of the present invention.
FIG. 4 is a flowchart illustrating an example of an operation according to the second exemplary embodiment of the present invention.
FIG. 5 is a block diagram showing a conventional normalization device.
[Explanation of symbols]
Reference Signs List 1 data memory 2 shift number memory 3 information memory 4 reference shift number calculation section 5 normalization section 6 reference shift number calculation section 10 data memory 11 shift number memory 12 reference shift number calculation section 13 normalization section

Claims (10)

データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えたことを特徴とする正規化装置。
In a normalization device that receives a data series, normalizes each data in the data series and outputs each data,
A data memory that receives the data sequence sent on the data channel and stores a mantissa of each of the data in the data sequence;
A shift number memory that receives the data sequence sent on the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence;
Reference shift number calculating means for receiving a control data sequence sent on the control channel, calculating an average value of control data shift numbers indicating an exponent part of each control data in the control data sequence, and generating a reference shift number,
Each of the reference shift numbers is subtracted from each of the data shift numbers stored in the shift number memory, and the mantissa part of the data stored in the data memory corresponding to the data shift number is shifted to the right by a value resulting from the subtraction. A normalization unit,
A normalization device comprising:
前記基準シフト数算出手段は、
前記コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数をそれぞれ格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数の平均値を算出して前記基準シフト数を生成する基準シフト数算出部と、
を備えたことを特徴とする請求項1記載の正規化装置。
The reference shift number calculating means,
An information memory that receives the control data sequence sent on the control channel and stores the control data shift number indicating the exponent part of each control data in the control data sequence,
A reference shift number calculation unit that calculates an average value of the control data shift numbers stored in the information memory to generate the reference shift number,
The normalization device according to claim 1, further comprising:
データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えたことを特徴とする正規化装置。
In a normalization device that receives a data series, normalizes each data in the data series and outputs each data,
A data memory that receives the data sequence sent on the data channel and stores a mantissa of each of the data in the data sequence;
A shift number memory that receives the data sequence sent on the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence;
In response to the control data sequence sent on the control channel, it is determined whether or not each of the data in the data sequence is invalid data based on the control data shift number indicating the exponent part of each control data in the control data sequence. Calculating a DTX determination threshold value, comparing each of the data shift numbers stored in the shift number memory with the DTX determination threshold value, and determining whether the data corresponding to the data shift number is invalid data according to the comparison result; Reference shift number calculation means for determining whether or not each of the data, the average value of the data shift number of the data other than invalid data to generate a reference shift number,
Each of the reference shift numbers is subtracted from each of the data shift numbers stored in the shift number memory, and the mantissa part of the data stored in the data memory corresponding to the data shift number is shifted to the right by a value resulting from the subtraction. A normalization unit,
A normalization device comprising:
前記基準シフト数算出手段は、
前記コントロールチャネルで送られる前記コントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数を格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出部と、
を備えたことを特徴とする請求項3記載の正規化装置。
The reference shift number calculating means,
An information memory for receiving the control data sequence sent on the control channel and storing the control data shift number indicating an exponent part of each control data in the control data sequence;
A DTX determination threshold for determining whether or not each of the data in the data series is invalid data is calculated from each of the control data shift numbers stored in the information memory, and each of the control data stored in the shift number memory is calculated. The data shift number is compared with the DTX determination threshold, and it is determined whether or not the data corresponding to the data shift number is invalid data according to the comparison result, and the data shift of the data other than invalid data is performed. A reference shift number calculation unit that calculates an average value of the numbers to generate a reference shift number,
The normalization device according to claim 3, further comprising:
前記データチャネルは、ユーザデータを伝送するためのチャネルであり、前記コントロールチャネルは、物理レイヤでの複数の制御情報を伝送するためのデディケイティッド・フィジカル・コントロール・チャネル(Dedicated Physical Control Channel、以後、DPCCHと記載する。)であり、このDPCCHで送られるコントロールデータ系列内のそれぞれの前記コントロールデータは仮数部Bと指数部Cとを有し、この指数部Cが前記コントロールデータシフト数を示すことを特徴とする請求項1、2、3又は4記載の正規化装置。The data channel is a channel for transmitting user data, and the control channel is a Dedicated Physical Control Channel (hereinafter, referred to as Dedicated Physical Control Channel) for transmitting a plurality of control information in a physical layer. , DPCCH.), And each of the control data in the control data sequence transmitted on the DPCCH has a mantissa part B and an exponent part C, and the exponent part C indicates the control data shift number. The normalization device according to claim 1, 2, 3, or 4, wherein 複数の前記制御情報は、同期検波でのチャネル推定に用いる既知のパターンのパイロット情報(PILOT)、送信電力制御コマンド(TPC)、フィードバック情報(FBI)、トランス・ポート・コンビネーション・インジケータ(TFCI)であり、前記コントロールデータは、複数の前記制御情報のうちの少なくとも一つの制御情報に関するデータであることを特徴とする請求項5記載の正規化装置。The plurality of control information includes pilot information (PILOT) of a known pattern used for channel estimation in synchronous detection, a transmission power control command (TPC), feedback information (FBI), and a transport combination indicator (TFCI). The normalization device according to claim 5, wherein the control data is data relating to at least one control information of a plurality of the control information. データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第3のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第4のステップと、
を含むことを特徴とする正規化方法。
In a normalization method of receiving a data series, normalizing each data in the data series and outputting each data,
A first step of receiving the data sequence sent on the data channel and storing respective mantissas of each of the data in the data sequence;
A second step of receiving the data sequence sent on the data channel and respectively storing a data shift number indicating an exponent of each of the data in the data sequence;
A third step of receiving a control data sequence sent on the control channel, calculating an average value of control data shift numbers indicating an exponent part of each control data in the control data sequence, and generating a reference shift number;
Subtracting the reference shift number generated in the third step from each of the data shift numbers stored in the second step, in the first step corresponding to the data shift number by a value resulting from the subtraction; A fourth step of right shifting each of the mantissa parts of the stored data;
A normalization method comprising:
データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数と前記第3のステップで算出した前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定する第4のステップと、
前記第4のステップで無効データと判定されなかった前記データの前記データシフト数の平均値を算出して基準シフト数を生成する第5のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第5のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第6のステップと、
を含むことを特徴とする正規化方法。
In a normalization method of receiving a data series, normalizing each data in the data series and outputting each data,
A first step of receiving the data sequence sent on the data channel and storing respective mantissas of each of the data in the data sequence;
A second step of receiving the data sequence sent on the data channel and respectively storing a data shift number indicating an exponent of each of the data in the data sequence;
In response to the control data sequence sent on the control channel, it is determined whether or not each of the data in the data sequence is invalid data based on the control data shift number indicating the exponent part of each control data in the control data sequence. A third step of calculating a DTX determination threshold,
The data shift number stored in the second step is compared with the DTX determination threshold calculated in the third step, and the data corresponding to the data shift number is invalid data according to the comparison result. A fourth step of determining whether or not there is, respectively;
A fifth step of calculating an average value of the data shift numbers of the data not determined as invalid data in the fourth step to generate a reference shift number;
The reference shift number generated in the fifth step is subtracted from each of the data shift numbers stored in the second step, and the first step corresponding to the data shift number corresponds to a value resulting from the subtraction. A sixth step of right shifting each of the mantissa parts of the stored data;
A normalization method comprising:
前記データチャネルは、ユーザデータを伝送するためのチャネルであり、前記コントロールチャネルは、物理レイヤでの複数の制御情報を伝送するためのデディケイティッド・フィジカル・コントロール・チャネル(Dedicated Physical Control Channel、以後、DPCCHと記載する。)であり、このDPCCHで送られるコントロールデータ系列内のそれぞれの前記コントロールデータは仮数部Bと指数部Cとを有し、この指数部Cが前記コントロールデータシフト数を示すことを特徴とする請求項7又は8記載の正規化方法。The data channel is a channel for transmitting user data, and the control channel is a Dedicated Physical Control Channel (hereinafter, referred to as Dedicated Physical Control Channel) for transmitting a plurality of control information in a physical layer. , DPCCH.), And each of the control data in the control data sequence transmitted on the DPCCH has a mantissa part B and an exponent part C, and the exponent part C indicates the control data shift number. 9. The normalization method according to claim 7, wherein: 複数の前記制御情報は、同期検波でのチャネル推定に用いる既知のパターンのパイロット情報(PILOT)、送信電力制御コマンド(TPC)、フィードバック情報(FBI)、トランス・ポート・コンビネーション・インジケータ(TFCI)であり、前記コントロールデータは、複数の前記制御情報のうちの少なくとも一つの制御情報に関するデータであることを特徴とする請求項9記載の正規化方法。The plurality of control information includes pilot information (PILOT) of a known pattern used for channel estimation in synchronous detection, a transmission power control command (TPC), feedback information (FBI), and a transport combination indicator (TFCI). 10. The normalization method according to claim 9, wherein the control data is data relating to at least one control information of a plurality of the control information.
JP2003087136A 2003-03-27 2003-03-27 Normalizer and normalization method Expired - Fee Related JP4241132B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003087136A JP4241132B2 (en) 2003-03-27 2003-03-27 Normalizer and normalization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003087136A JP4241132B2 (en) 2003-03-27 2003-03-27 Normalizer and normalization method

Publications (2)

Publication Number Publication Date
JP2004295490A true JP2004295490A (en) 2004-10-21
JP4241132B2 JP4241132B2 (en) 2009-03-18

Family

ID=33401580

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003087136A Expired - Fee Related JP4241132B2 (en) 2003-03-27 2003-03-27 Normalizer and normalization method

Country Status (1)

Country Link
JP (1) JP4241132B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008524882A (en) * 2004-12-20 2008-07-10 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Scaling in the receiver for coded digital data symbols

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100588766C (en) * 2006-04-19 2010-02-10 太平洋机电(集团)有限公司 Device for cutting cylindraceous fabric on circumference direction

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008524882A (en) * 2004-12-20 2008-07-10 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Scaling in the receiver for coded digital data symbols
JP4917547B2 (en) * 2004-12-20 2012-04-18 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Scaling in the receiver for coded digital data symbols

Also Published As

Publication number Publication date
JP4241132B2 (en) 2009-03-18

Similar Documents

Publication Publication Date Title
JP4528193B2 (en) Error correction decoding method, communication apparatus, and digital transmission system
JP2002164871A (en) Decoding device and decoding method
JP4086459B2 (en) Fixed-point data generation method and fixed-point data generation circuit
US20030169709A1 (en) Method of multiplexing information in mobile communications, method and apparatus for decoding transport format combination indicator, and mobile station apparatus, base station apparatus and mobile communication system
US20140161210A1 (en) Efficient baseband signal processing system and method
JP3923743B2 (en) Decoding device and decoding method
CN110661535B (en) Method, device and computer equipment for improving Turbo decoding performance
JP4241132B2 (en) Normalizer and normalization method
CN111198673B (en) Word length adjusting method, device, equipment and storage medium
JP2001339323A (en) Cdma receiver and rate metching processing method
US20150295748A1 (en) Bit-likelihood calculating apparatus and bit-likelihood calculating method
JP2006172475A (en) Method and device for carrying out multiplication or division operation in electronic circuit
JP4075049B2 (en) CDMA base station receiver and radio synchronization determination method thereof
JP2008160260A (en) Decoding method and device
JP2004088519A (en) Tf decision apparatus, tf decision method to be used for same and program therefor
JP2007079696A (en) Vector operation method for floating-point number
US9032008B2 (en) Communication device, reception data length determination method, multiple determination circuit, and recording medium
JP3022822B2 (en) Error rate estimation circuit
JP2005159685A (en) Transmission power control system and control method
JP2008259198A (en) Moving channel tracking and signal detecting method and receiving side
JP4191133B2 (en) Wireless communication system, split mode TFCI decoding processing apparatus, and decoding processing method used therefor
EP2091170B1 (en) Scaling and clipping of a digital received signal according to the modulation format or the measured C/I
JP2005184406A (en) Decoding system and apparatus
JP2001339466A (en) Variable-rate code receiving device
JP2003333018A (en) Method and device for estimating error rate

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050310

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060216

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070118

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20080611

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081128

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20081209

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20081222

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120109

Year of fee payment: 3

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130109

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130109

Year of fee payment: 4

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees