JP4241132B2 - Normalizer and normalization method - Google Patents

Normalizer and normalization method Download PDF

Info

Publication number
JP4241132B2
JP4241132B2 JP2003087136A JP2003087136A JP4241132B2 JP 4241132 B2 JP4241132 B2 JP 4241132B2 JP 2003087136 A JP2003087136 A JP 2003087136A JP 2003087136 A JP2003087136 A JP 2003087136A JP 4241132 B2 JP4241132 B2 JP 4241132B2
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.)
Expired - Fee Related
Application number
JP2003087136A
Other languages
Japanese (ja)
Other versions
JP2004295490A (en
Inventor
一博 石田
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

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]
BACKGROUND OF THE INVENTION
The present invention relates to a normalization apparatus and a normalization method, and more particularly to a normalization apparatus and a normalization method for receiving a data series and normalizing each data in the data series.
[0002]
[Prior art]
Generally, 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 (one unit of processing performed by the decoding circuit at a stage before the decoding circuit ( Normalization processing is performed to reduce the bit length of the input of the decoding circuit by matching the indices with slots, frames, etc. composed of a plurality of data.
[0003]
The conventional normalization apparatus is provided in the preceding stage of the decoding circuit, and as shown in FIG. 5, is constituted by a data memory 10, a shift number memory 11, a reference shift number calculation unit 12, and a normalization unit 13, This data is normalized by receiving data transmitted from the base station.
[0004]
The data memory 10 stores data series such as slots and frames ((D [i], S [i]), i = 0 to n-1, where D is a mantissa part of data and S is an exponent part of data). The mantissa part (D [i], i = 0 to n−1) of each data in the 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. Thus, the reference shift number (Sb) is generated.
[0007]
The normalization unit 13 subtracts the reference shift number (Sb) from the respective shift numbers (S [i], i = 0 to n−1) stored in the shift number memory 11, and the values corresponding to the subtraction results. The mantissa part of each data corresponding to the shift number is shifted right (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 to the left of this symbol is shifted to the right by the value to the right of this symbol.
[0010]
The normalization apparatus has a memory for a mantissa part having a predetermined size (for example, 16 bits), and stores D [i] on this memory.
[0011]
On the other hand, the base station transmits data through the data channel, and there are cases where data is actually transmitted and data is not transmitted depending on the presence / 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]
In general, invalid data (hereinafter referred to as DTX) received when data is not actually transmitted is smaller in amplitude than valid data received when the base station is actually transmitting data. The power is small.
[0013]
For this reason, in a method using an average value of data power (approximated by the exponent part of data) (for example, the above-mentioned reference shift number (Sb)) as a normalization index, DTX is included in each received data. In the case where there are a large number, since the DTX has a small amplitude, the average value (Sb) of the power of the data in the processing unit becomes small, and the exponent part (S [i]) of the effective data in the processing unit and the average value The difference from (Sb) increases. If normalization is performed by shifting the difference to the right with respect to the mantissa part of the valid data, the mantissa part memory has only a predetermined size, so that the mantissa part of the valid data is likely to overflow from the memory. .
[0014]
Similar to the above, for example, Patent Document 1 proposes a method of using an average value of amplitude values of data signals in a processing unit as an index.
[0015]
[Patent Document 1]
JP 2002-232302 (paragraph “0034”, FIG. 1)
[0016]
[Problems to be solved by the invention]
In the conventional normalization apparatus 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). The reference shift number (Sb) is subtracted from the shift number (S [i], i = 0 to n-1), and the mantissa part of each data corresponding to these shift numbers is right-shifted by the subtracted value. (N [i] = D [i] >> (S [i] −Sb), i = 0 to n−1), so that when there are many invalid data among the received data, The average value (Sb) of the power of the data becomes smaller, and the difference between the exponent part (S [i]) of the effective data in the processing unit and the average value (Sb) becomes larger. When normalized, the mantissa part of the valid data is stored in the mantissa part. There is a problem that the possibility of overflow from Li increases.
[0017]
The purpose of the present invention is to eliminate the above-mentioned conventional drawbacks, and normalization has a low possibility that the mantissa part of the valid data will overflow from the memory for the mantissa part even if there are many invalid data among the received data. An apparatus and a normalization method are provided.
[0018]
[Means for Solving the Problems]
The first normalization device of the present invention is 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 the mantissa part of each of the data in the data sequence;
A shift number memory that receives the data sequence transmitted in the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence; and
A reference shift number calculating means for receiving a control data sequence sent by the control channel and calculating an average value of the control data shift number indicating an exponent part of each control data in the control data sequence to generate a reference shift number;
The reference shift number is subtracted from the data shift number 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 right by the subtracted value. A normalization unit to
It is configured with.
[0019]
The reference shift number calculation means of the first normalization apparatus of the present invention is:
An information memory for receiving the control data sequence sent by the control channel and storing 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 each of the control data shift numbers stored in the information memory and generates the reference shift number;
It is configured with.
[0020]
The second normalization apparatus of the present invention is a normalization apparatus 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 the mantissa part of each of the data in the data sequence;
A shift number memory that receives the data sequence transmitted in the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence; and
In response to a control data sequence sent through the control channel, it is determined whether or not each data in the data sequence is invalid data based on a control data shift number indicating an exponent part of each control data in the control data sequence. A DTX determination threshold value is calculated, each data shift number stored in the shift number memory is compared with the DTX determination threshold value, and whether the data corresponding to the data shift number is invalid data according to a comparison result. A reference shift number calculating means for determining whether or not and calculating an average value of the data shift numbers of the data other than invalid data to generate a reference shift number;
The reference shift number is subtracted from the data shift number 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 right by the subtracted value. A normalization unit to
It is configured with.
[0021]
The reference shift number calculating means of the second normalization apparatus of the present invention is:
An information memory that receives the control data sequence sent in the control channel and stores the control data shift number indicating the exponent part of each of the control data in the control data sequence;
A DTX determination threshold value for determining whether or not each data of the data series is invalid data is calculated from each control data shift number stored in the information memory, and each of the shift number memories stores the DTX determination threshold value. The data shift number is compared with the DTX determination threshold value, and it is determined whether 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 determined. A reference shift number calculation unit that calculates a mean value of the numbers and generates a reference shift number;
It is configured with.
[0022]
The first normalization method of the present invention is a normalization method for receiving a data series, normalizing each data in the data series, and outputting each data,
Receiving a data sequence sent on a data channel and storing a mantissa part of each of the data in the data sequence respectively;
A second step of receiving the data sequence sent on the data channel and storing a data shift number indicating an exponent part of each of the data in the data sequence;
A third step of receiving a control data sequence sent through the control channel and calculating an average value of the control data shift number indicating the exponent part of each control data in the control data sequence to generate a reference shift number;
In the first step corresponding to the data shift number, the reference shift number generated in the third step is subtracted from the data shift number stored in the second step. A fourth step of shifting each mantissa part of the stored data to the right;
It is comprised including.
[0023]
The second normalization method of the present invention is a normalization method for receiving a data series, normalizing each data in the data series, and outputting each data,
Receiving a data sequence sent on a data channel and storing a mantissa part of each of the data in the data sequence respectively;
A second step of receiving the data sequence sent on the data channel and storing a data shift number indicating an exponent part of each of the data in the data sequence;
In response to a control data sequence sent through the control channel, it is determined whether or not each data in the data sequence is invalid data based on a control data shift number indicating an exponent part of each control data in the control data sequence. A third step of calculating a DTX determination threshold;
Each data shift number stored in the second step is compared with the DTX determination threshold value 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,
A fifth step of generating a reference shift number by calculating an average value of the data shift numbers of the data not determined to be invalid data in the fourth step;
In the first step corresponding to the data shift number, the reference shift number generated in the fifth step is subtracted from the data shift number stored in the second step, respectively, and the subtracted value is obtained. A sixth step of shifting each mantissa part of the stored data to the right;
It is comprised including.
[0024]
DETAILED DESCRIPTION OF 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 a normalization apparatus of the present invention.
[0026]
The present embodiment shown in FIG. 1 is provided in the preceding stage of the 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. In response to data transmitted from the base station, the data is normalized.
[0027]
The data memory 1 receives a data sequence such as a slot and a frame transmitted through the data channel and stores a mantissa part of each data in the data sequence.
[0028]
The shift number memory 2 receives a data sequence transmitted through 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 a control data sequence transmitted through the control channel and stores a control data shift number indicating an exponent part of each control data in the control data sequence.
[0030]
The reference shift number calculation unit 4 calculates the average value of the control data shift numbers stored in the information memory 3 to generate the reference shift number.
[0031]
The normalization unit 5 subtracts the reference shift number from each data shift number stored in the shift number memory 2 and the respective data stored in the data memory 1 corresponding to these data shift numbers by the subtracted value. Are shifted to the right respectively.
[0032]
The data channel is a channel for transmitting user data, and the control channel is a dedicated physical control channel (hereinafter referred to as DPCCH) for transmitting a plurality of control information in the physical layer. Each control data in the control data sequence transmitted by the DPCCH has a mantissa part B and an exponent part C, and the exponent part C indicates the control data shift number.
[0033]
The plurality of control information items 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 related to at least one of the plurality of control information.
[0034]
Next, the operation of the normalization apparatus of the present embodiment will be described in detail with reference to FIG.
[0035]
FIG. 2 is a flowchart showing an example of the operation of the embodiment of the present invention.
[0036]
1, in step 21 in FIG. 2, a data series ((D [i], S [i]), i = 0 to n−1) sent by the data memory 1 through the data channel, 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 the processing unit (n). Store.
[0037]
In step 22 of FIG. 2, the shift number memory 2 receives a data sequence transmitted on the data channel and receives a data shift number (S [i], i = 0 to n) indicating the exponent part of each data in the data sequence. -1) is stored as a processing unit (n).
[0038]
2, a control data sequence ((B [i], C [i]), i = 0 to m−1), i = 0 to m−1 sent by the information memory 3 by the information memory 3, where B is the mantissa part of the control data , C is the exponent part of the control data) and stores the control data shift numbers (C [i], i = 0 to m−1) indicating the exponent part of each control data in the control data series.
[0039]
In step 24 of FIG. 2, the reference shift number calculation unit 4 calculates the average value of the control data shift numbers stored in the information memory 3 ((C [0] + C [1] +... + C [m−1] ) / M) to calculate a reference shift number (Sb).
[0040]
However, at the time of Multi Code in the case of W-CDMA specified by 3GPP, the average value of the control data shift number is ((C [0] + C [1] +... + C [m−1]) / m) × p is calculated to generate a reference shift number (Sb). However, p is a parameter for correcting this difference because the power of DPCCH is larger than DPDCH (Dedicated Physical Data Channel) at the time of Multi Code. If the power is 1.4 times the power of DPDCH, p = 1 / 1.4.
[0041]
In step 25 of FIG. 2, the normalization 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 a 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]
Thus, 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. Since the control data shift number (C [i], i = 0 to m−1) indicating the exponent part of the control data is used, the influence of invalid data (DTX) in the data series can be eliminated and normalized. Even if a lot of invalid data exists in the data input by the apparatus, the possibility that the mantissa part of the valid data overflows from the mantissa memory is reduced.
[0045]
FIG. 3 is a block diagram showing a second embodiment of the normalization apparatus of the present invention.
[0046]
The present embodiment shown in FIG. 3 is provided in the previous stage of the decoding circuit, and includes 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. In response to data transmitted from the base station, the data is normalized. The normalization apparatus of the first embodiment differs from the normalization apparatus only in the reference shift number calculation unit 6 and other components are the same.
[0047]
The reference shift number calculation unit 6 calculates a DTX determination threshold value for determining whether each data in the data series is invalid data from each control data shift number stored in the information memory 3. Each stored 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 number of data other than invalid data is determined. Is calculated to generate a reference shift number.
[0048]
Next, the operation of the normalization apparatus of the present embodiment will be described in detail with reference to FIG.
[0049]
FIG. 4 is a flowchart showing an example of the operation of the embodiment of the present invention.
[0050]
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 apparatus of the first embodiment.
[0051]
In step 44 of FIG. 4, the reference shift number calculation unit 6 determines whether each data in the data series is invalid data from each control data shift number stored in the information memory 3 in step 43 of FIG. DTX determination threshold T = ((C [0] +... + C [m−1]) / m) × E) is calculated. Here, E is a coefficient for setting the DTX determination threshold value to an intermediate value, and this value is determined by testing with an actual apparatus or the like.
[0052]
However, at the time of Multi Code in the case of W-CDMA specified 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 each data shift number (S [i], i = 0 to n−1) stored in the shift number memory 2 in step 42 and calculated in step 44. The DTX determination threshold value T is compared, and when the comparison result is S [i]> = T, it is determined that the data corresponding to this data shift number is invalid data.
[0054]
In the fourth step 46, the reference shift number calculation unit 6 calculates an average value of the data shift numbers (S [i] where S [i] <T) of the data not determined as invalid data in step 45. The reference shift number (Sb) is generated.
[0055]
A description will be added in steps 44 to 46 in FIG. The DTX determination threshold T is a threshold for separating DTX because there is a possibility that DTX is included in the data. The DTX is separated by utilizing the fact that the power is smaller than that of normal data. Here, since the exponent part is used as an approximate value of power, the average of the exponent part is taken. Basically, it is expected that the power of effective data (= exponential part) will be about the same. For example, if the exponent part is 10 and the exponent part of DTX is 20, for example (assuming that the power is smaller when the exponent part is larger), the value above the intermediate point 15 is DTX, and if it is less than 15, it is valid data. Judgment. In such a case, the threshold value 15 is obtained by setting E = 1.5. This value is determined by testing with an actual device.
[0056]
The operation from step 47 to step 48 in FIG. 4 is the same as the operation from step 25 to step 26 in FIG. 2 of the normalization apparatus of 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]
Thereby, 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 there is a lot of invalid data in the input data, the possibility that the mantissa part of the valid data overflows from the mantissa memory becomes low.
[0059]
In the normalization apparatus according to the first embodiment and the normalization apparatus according to the second embodiment, when normalization is performed in the processing unit slot as a control data sequence transmitted only by the control channel as a control data sequence of only PILOT, Since 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) are not required to be stored, and the circuit scale can be reduced.
[0060]
【The invention's effect】
As described above, the normalization apparatus of the present invention receives the control data sequence sent by the control channel by the reference shift number calculation means and controls the control data shift indicating the exponent part of each control data in the control data sequence. Calculate the average value of the number 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 by the result of this subtraction Since the mantissa part of the data stored in the data memory 1 is shifted to the right, the control data in the control data series is calculated without using the data shift number indicating the exponent part of the data in the data series. Since the 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 apparatus of the present invention.
FIG. 2 is a flowchart showing an example of the operation of the first exemplary embodiment of the present invention.
FIG. 3 is a block diagram showing a second embodiment of the normalization apparatus of the present invention.
FIG. 4 is a flowchart showing an example of the operation of the second exemplary embodiment of the present invention.
FIG. 5 is a block diagram illustrating a conventional normalization apparatus.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Data memory 2 Shift number memory 3 Information memory 4 Reference shift number calculation part 5 Normalization part 6 Reference shift number calculation part 10 Data memory 11 Shift number memory 12 Reference shift number calculation part 13 Normalization part

Claims (10)

データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えたことを特徴とする正規化装置。
In the normalization device that receives the 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 the mantissa part of each of the data in the data sequence;
A shift number memory that receives the data sequence transmitted in the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence; and
A reference shift number calculating means for receiving a control data sequence sent by the control channel and calculating an average value of the control data shift number indicating an exponent part of each control data in the control data sequence to generate a reference shift number;
The reference shift number is subtracted from the data shift number 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 right by the subtracted value. A normalization unit to
A normalization device comprising:
前記基準シフト数算出手段は、
前記コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数をそれぞれ格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数の平均値を算出して前記基準シフト数を生成する基準シフト数算出部と、
を備えたことを特徴とする請求項1記載の正規化装置。
The reference shift number calculating means includes
An information memory for receiving the control data sequence sent by the control channel and storing 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 each of the control data shift numbers stored in the information memory and generates the reference shift number;
The normalization apparatus according to claim 1, further comprising:
データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化装置において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納するデータメモリと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納するシフト数メモリと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出手段と、
前記シフト数メモリが格納したそれぞれの前記データシフト数から前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記データメモリが格納した前記データの仮数部をそれぞれ右シフトする正規化部と、
を備えたことを特徴とする正規化装置。
In the normalization device that receives the 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 the mantissa part of each of the data in the data sequence;
A shift number memory that receives the data sequence transmitted in the data channel and stores a data shift number indicating an exponent part of each of the data in the data sequence; and
In response to a control data sequence sent through the control channel, it is determined whether or not each data in the data sequence is invalid data based on a control data shift number indicating an exponent part of each control data in the control data sequence. A DTX determination threshold value is calculated, each data shift number stored in the shift number memory is compared with the DTX determination threshold value, and whether the data corresponding to the data shift number is invalid data according to a comparison result. A reference shift number calculating means for determining whether or not and calculating an average value of the data shift numbers of the data other than invalid data to generate a reference shift number;
The reference shift number is subtracted from the data shift number 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 right by the subtracted value. A normalization unit to
A normalization device comprising:
前記基準シフト数算出手段は、
前記コントロールチャネルで送られる前記コントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれの前記コントロールデータの指数部を示す前記コントロールデータシフト数を格納する情報メモリと、
前記情報メモリが格納したそれぞれの前記コントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出し、前記シフト数メモリが格納したそれぞれの前記データシフト数と前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定し、無効データ以外の前記データの前記データシフト数の平均値を算出して基準シフト数を生成する基準シフト数算出部と、
を備えたことを特徴とする請求項3記載の正規化装置。
The reference shift number calculating means includes
An information memory that receives the control data sequence sent in the control channel and stores the control data shift number indicating the exponent part of each of the control data in the control data sequence;
A DTX determination threshold value for determining whether or not each data of the data series is invalid data is calculated from each control data shift number stored in the information memory, and each of the shift number memories stores the DTX determination threshold value. The data shift number is compared with the DTX determination threshold value, and it is determined whether 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 determined. A reference shift number calculation unit that calculates a mean value of the numbers and generates 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 a Dedicated Physical Control Channel) for transmitting a plurality of control information in the physical layer. The control data in the control data sequence transmitted by the DPCCH has a mantissa part B and an exponent part C, and the exponent part C indicates the control data shift number. 5. The normalization apparatus according to claim 1, 2, 3 or 4. 複数の前記制御情報は、同期検波でのチャネル推定に用いる既知のパターンのパイロット情報(PILOT)、送信電力制御コマンド(TPC)、フィードバック情報(FBI)、トランス・ポート・コンビネーション・インジケータ(TFCI)であり、前記コントロールデータは、複数の前記制御情報のうちの少なくとも一つの制御情報に関するデータであることを特徴とする請求項5記載の正規化装置。The plurality of pieces of control information are known patterns of pilot information (PILOT), transmission power control command (TPC), feedback information (FBI), and transport combination indicator (TFCI) used for channel estimation in synchronous detection. 6. The normalization apparatus according to claim 5, wherein the control data is data relating to at least one of the plurality of control information. データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数の平均値を算出して基準シフト数を生成する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第3のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第4のステップと、
を含むことを特徴とする正規化方法。
In the normalization method of receiving the data series, normalizing each data in the data series and outputting each,
Receiving a data sequence sent on a data channel and storing a mantissa part of each of the data in the data sequence respectively;
A second step of receiving the data sequence sent on the data channel and storing a data shift number indicating an exponent part of each of the data in the data sequence;
A third step of receiving a control data sequence sent through the control channel and calculating an average value of the control data shift number indicating the exponent part of each control data in the control data sequence to generate a reference shift number;
In the first step corresponding to the data shift number, the reference shift number generated in the third step is subtracted from the data shift number stored in the second step. A fourth step of shifting each mantissa part of the stored data to the right;
The normalization method characterized by including.
データ系列を受けてこのデータ系列内のそれぞれのデータを正規化してそれぞれ出力する正規化方法において、
データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの仮数部をそれぞれ格納する第1のステップと、
前記データチャネルで送られる前記データ系列を受けてこのデータ系列内のそれぞれの前記データの指数部を示すデータシフト数をそれぞれ格納する第2のステップと、
コントロールチャネルで送られるコントロールデータ系列を受けてこのコントロールデータ系列内のそれぞれのコントロールデータの指数部を示すコントロールデータシフト数より前記データ系列のそれぞれの前記データが無効データであるか否かを判定するDTX判定閾値を算出する第3のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数と前記第3のステップで算出した前記DTX判定閾値とを比較し、比較結果に応じて前記データシフト数に対応する前記データが無効データであるか否かをそれぞれ判定する第4のステップと、
前記第4のステップで無効データと判定されなかった前記データの前記データシフト数の平均値を算出して基準シフト数を生成する第5のステップと、
前記第2のステップで格納したそれぞれの前記データシフト数から前記第5のステップで生成した前記基準シフト数をそれぞれ減じこの減じた結果の値分前記データシフト数に対応する前記第1のステップで格納した前記データの仮数部をそれぞれ右シフトする第6のステップと、
を含むことを特徴とする正規化方法。
In the normalization method of receiving the data series, normalizing each data in the data series and outputting each,
Receiving a data sequence sent on a data channel and storing a mantissa part of each of the data in the data sequence respectively;
A second step of receiving the data sequence sent on the data channel and storing a data shift number indicating an exponent part of each of the data in the data sequence;
In response to a control data sequence sent through the control channel, it is determined whether or not each data in the data sequence is invalid data based on a control data shift number indicating an exponent part of each control data in the control data sequence. A third step of calculating a DTX determination threshold;
Each data shift number stored in the second step is compared with the DTX determination threshold value 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,
A fifth step of generating a reference shift number by calculating an average value of the data shift numbers of the data not determined to be invalid data in the fourth step;
In the first step corresponding to the data shift number, the reference shift number generated in the fifth step is subtracted from the data shift number stored in the second step, respectively, and the subtracted value is obtained. A sixth step of shifting each mantissa part of the stored data to the right;
The normalization method characterized by including.
前記データチャネルは、ユーザデータを伝送するためのチャネルであり、前記コントロールチャネルは、物理レイヤでの複数の制御情報を伝送するためのデディケイティッド・フィジカル・コントロール・チャネル(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 a Dedicated Physical Control Channel) for transmitting a plurality of control information in the physical layer. The control data in the control data sequence transmitted by 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 method according to claim 7 or 8, characterized in that: 複数の前記制御情報は、同期検波でのチャネル推定に用いる既知のパターンのパイロット情報(PILOT)、送信電力制御コマンド(TPC)、フィードバック情報(FBI)、トランス・ポート・コンビネーション・インジケータ(TFCI)であり、前記コントロールデータは、複数の前記制御情報のうちの少なくとも一つの制御情報に関するデータであることを特徴とする請求項9記載の正規化方法。The plurality of pieces of control information are known patterns of pilot information (PILOT), transmission power control command (TPC), feedback information (FBI), and transport combination indicator (TFCI) used for channel estimation in synchronous detection. The normalization method according to claim 9, wherein the control data is data related to at least one of the plurality of 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 JP2004295490A (en) 2004-10-21
JP4241132B2 true 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
CN100588766C (en) * 2006-04-19 2010-02-10 太平洋机电(集团)有限公司 Device for cutting cylindraceous fabric on circumference direction

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ATE536666T1 (en) * 2004-12-20 2011-12-15 Ericsson Telefon Ab L M SCALING IN A RECEIVER FOR ENCODED DIGITAL DATA SYMBOLS

Cited By (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

Also Published As

Publication number Publication date
JP2004295490A (en) 2004-10-21

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
US7274681B2 (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
JP2010226400A (en) Decoding error detection method in radio communication system and decoder
CN101690055A (en) bursty interference suppression for communications receivers
EP1143624A2 (en) Decoding apparatus and decoding method
JP4241132B2 (en) Normalizer and normalization method
CN110661535A (en) Method, device and computer equipment for improving Turbo decoding performance
WO2001061844A1 (en) Radio receiver and radio receiving method
US20020003834A1 (en) Rate adjustment technique in a CDMA receiver
JP4219926B2 (en) Method and apparatus for performing multiplication or division in an electronic circuit
KR100304519B1 (en) Method and apparatus for decoding a coded signal in a communication system
US6775250B1 (en) Method of updating reference value in high speed closed loop based on likelihood
EP1050123B1 (en) Method and apparatus for encoding rate determination in a communication system
JP3526271B2 (en) Decoding device and decoding method
JP2008259198A (en) Moving channel tracking and signal detecting method and receiving side
JP3022822B2 (en) Error rate estimation circuit
EP2091170B1 (en) Scaling and clipping of a digital received signal according to the modulation format or the measured C/I
JP2004088519A (en) Tf decision apparatus, tf decision method to be used for same and program therefor
JP2004312145A (en) Adaptive equalizer
US9032008B2 (en) Communication device, reception data length determination method, multiple determination circuit, and recording medium
JP2008160260A (en) Decoding method and device
JP4348530B2 (en) Received signal normalization method and receiving apparatus
JP2002330102A (en) Transmission power control circuit by using w-cdma system
JP2001339466A (en) Variable-rate code receiving device

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