JP2014182746A - Radio equipment software model generator and radio communication device - Google Patents

Radio equipment software model generator and radio communication device Download PDF

Info

Publication number
JP2014182746A
JP2014182746A JP2013058524A JP2013058524A JP2014182746A JP 2014182746 A JP2014182746 A JP 2014182746A JP 2013058524 A JP2013058524 A JP 2013058524A JP 2013058524 A JP2013058524 A JP 2013058524A JP 2014182746 A JP2014182746 A JP 2014182746A
Authority
JP
Japan
Prior art keywords
radio
model
unit
software model
software
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
JP2013058524A
Other languages
Japanese (ja)
Other versions
JP6095431B2 (en
Inventor
Toru Haneda
亨 羽田
Shinichi Oiwake
慎一 追分
Osamu Hasegawa
治 長谷川
Makoto Suzuki
鈴木  誠
Hiroyuki Morikawa
博之 森川
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.)
Japan Radio Co Ltd
University of Tokyo NUC
Original Assignee
Japan Radio Co Ltd
University of Tokyo NUC
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 Japan Radio Co Ltd, University of Tokyo NUC filed Critical Japan Radio Co Ltd
Priority to JP2013058524A priority Critical patent/JP6095431B2/en
Publication of JP2014182746A publication Critical patent/JP2014182746A/en
Application granted granted Critical
Publication of JP6095431B2 publication Critical patent/JP6095431B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a radio equipment software model generator of a radio communication device, which is capable of autonomously generating the most suitable software adapted to the change in communication environment to allow the significant reduction of dependence on hardware.SOLUTION: The radio equipment software model generator of a radio communication device includes: knowledge databases 31 and 32 in which function element information, connection information, and know-how information on design are stored; a radio equipment software model construction unit 34 which refers to the knowledge database 31 to construct a radio equipment software model 43 on the basis of at least a part of specifications and conditions required for designing radio equipment software of the radio communication device, which are required from external and internal environments of the radio communication device; and an optimality determination unit 35 which generates a radio equipment software model 45 by referring to the knowledge database 32 to optimize the radio equipment software model 43 on the basis of at least a part of the specifications and conditions. Thus the radio equipment software model 45 optimized in accordance with the environments is generated.

Description

本発明は、無線通信装置の無線機ソフトウェアモデルジェネレータおよび無線通信装置に関し、特に、ハードウェアに変更を加えることなく、ソフトウェアを変更することによって、例えば、帯域幅、フィルタリング、変復調、符号化等といった無線の基本的な機能を変更することが可能なシステムであるソフトウェア無線を生成するのに適した無線機ソフトウェアモデルジェネレータおよび無線通信装置に関する。   The present invention relates to a radio software model generator and a radio communication device of a radio communication device, and in particular, by changing software without changing hardware, for example, bandwidth, filtering, modulation / demodulation, encoding, etc. The present invention relates to a radio software model generator and a radio communication apparatus suitable for generating a software radio, which is a system capable of changing a basic function of a radio.

従来、無線通信装置として、ハードウェア部とソフトウェア部とを備えたものが広く普及している(例えば、特許文献1参照)。   2. Description of the Related Art Conventionally, wireless communication devices that include a hardware unit and a software unit have been widely used (see, for example, Patent Document 1).

図20に示すように、この無線通信装置100では、ハードウェア部101としては、例えば、増幅器102と、ミキサ103と、シンセサイザ104と、ディジタル/アナログ変換器105と、アナログ/ディジタル変換器106と、ASIC107と、FPGA(Field Programmable Gate Allay)108と、DSP(Digital Signal Processor)109と、I/O110等のデバイスと、各デバイスに接続されたCPU111とを備えている。   As shown in FIG. 20, in the wireless communication apparatus 100, the hardware unit 101 includes, for example, an amplifier 102, a mixer 103, a synthesizer 104, a digital / analog converter 105, and an analog / digital converter 106. ASIC 107, FPGA (Field Programmable Gate Allay) 108, DSP (Digital Signal Processor) 109, devices such as I / O 110, and CPU 111 connected to each device.

また、ソフトウェア部112としては、例えば、上述した各デバイスに対応するデバイスドライバ113と、オペレーティングシステム114と、ライブラリ115と、ライブラリ115に実装されたプログラムおよび制御コマンドを管理するライブラリ管理部116と、分配された機能に従って個々のデバイス用のプログラムおよびコマンドを生成するプログラム生成部117と、個々のデバイスに対して無線機能を分配する機能分配部118と、アプリケーションプログラム119とを備えている。   The software unit 112 includes, for example, a device driver 113 corresponding to each device described above, an operating system 114, a library 115, a library management unit 116 that manages programs and control commands installed in the library 115, A program generation unit 117 that generates programs and commands for individual devices according to the distributed functions, a function distribution unit 118 that distributes wireless functions to individual devices, and an application program 119 are provided.

アプリケーションプログラム119は無線通信装置100の動作が記述されたプログラムであり、仕様、機能、実現に関する定義、制約条件(消費電力上限、処理時間上限)等が記述されている。   The application program 119 is a program in which the operation of the wireless communication apparatus 100 is described, in which specifications, functions, definitions relating to realization, constraint conditions (upper power consumption, upper processing time), and the like are described.

プログラム生成部117は、アプリケーションプログラム119に記述された無線機能の定義および制約条件に従って、無線通信を実現するためのFPGA108のHDLプログラムと、各デバイスの個々の機能を制御するためのコマンドと、DSPやCPU111のプログラムとを生成する。さらに、プログラム生成部117では、アプリケーションプログラム119で定義された各機能の各デバイスに対する振り分けを決定する。   The program generation unit 117 includes an HDL program of the FPGA 108 for realizing wireless communication, a command for controlling individual functions of each device, a DSP, and the wireless function in accordance with the wireless function definition and restrictions described in the application program 119. And a program of the CPU 111 are generated. Further, the program generation unit 117 determines the allocation of each function defined by the application program 119 to each device.

プログラム生成部117は、機能分配部の割り当て結果に基づいてライブラリ115を参照して、その時点で最適なプログラムを生成する。すなわち、プログラム生成部117は、最適なプログラムをライブラリ115から読み出して、必要なデバイスに割り当てる。   The program generation unit 117 refers to the library 115 based on the assignment result of the function distribution unit, and generates an optimal program at that time. That is, the program generation unit 117 reads an optimal program from the library 115 and assigns it to a necessary device.

さらに、機能分配部118を外部から制御可能な外部制御部と、無線通信装置100の外部および内部の通信環境状態を評価する評価部とを備えている。そして、評価部の結果を機能分配部およびプログラム生成部117が利用するようになっている。これにより、無線通信装置100は、時系列的に変化する通信環境に動的に対応可能となっている。   Furthermore, an external control unit that can control the function distribution unit 118 from the outside and an evaluation unit that evaluates external and internal communication environment states of the wireless communication device 100 are provided. Then, the result of the evaluation unit is used by the function distribution unit and the program generation unit 117. As a result, the wireless communication device 100 can dynamically cope with a communication environment that changes in time series.

このように、従来の無線通信装置100では、通信環境の変化に対して所謂ハードウェアオリエンティッドであり、まずハードウェアの選択や変更があり、それに対応してソフトウェアの割り当て、すなわちソフトウェア生成があった。   As described above, the conventional wireless communication apparatus 100 is so-called hardware-oriented with respect to changes in the communication environment. First, there is selection or change of hardware, and software is allocated, that is, software is generated correspondingly. .

特開2001−230691号公報JP 2001-230691 A

しかしながら、上述のような無線通信装置100の構成にあっては、プログラム生成部117は決められた内容に従ってライブラリ115からプログラムを選択して各デバイスに割り当てているが、通信環境の変化に応じた最適性を十分に考慮してプログラムを生成しているとはいえない。上述の無線通信装置100では、例えば性能および演算量は複数のアルゴリズムの組合せにより変化するものであるが、その最適な妥当な点を探索するようにはなっていない。このため、電波環境や無線通信装置100の状態の変化に対しても予め決められた対応しかできないという問題があった。   However, in the configuration of the wireless communication apparatus 100 as described above, the program generation unit 117 selects a program from the library 115 according to the determined content and assigns it to each device. It cannot be said that the program is generated with due consideration of optimality. In the above-described wireless communication apparatus 100, for example, the performance and the amount of calculation vary depending on the combination of a plurality of algorithms, but the optimum reasonable point is not searched. For this reason, there is a problem that only a predetermined response can be made to changes in the radio wave environment and the state of the wireless communication device 100.

例えば、符号誤り率(BER:Bit error rate)を改善するために、周波数同期機能と、通信路等化機能と、誤り訂正機能等との複数の組合せの中に性能と演算量の最適なものが存在するはずである。しかしながら、上述した無線通信装置100では、そのような性能と演算量のバランスが最適となるものを探索するようにはなっていないという問題があった。   For example, in order to improve the bit error rate (BER), a combination of a frequency synchronization function, a channel equalization function, an error correction function, etc. has the best performance and computational complexity There should be. However, the above-described wireless communication apparatus 100 has a problem in that it does not search for an optimal balance between the performance and the calculation amount.

また、上述の無線通信装置100は、選択されたハードウェアに対してソフトウェアをマッピングするハードウェアオリエンティッドであり、ハードウェアに依存する割合も多くなっている。このため、ハードウェアに依存する割合を少なくして汎用性を高めるために、与えられた条件下で性能を満たすソフトウェアを生成し、これをハードウェアに割り付けるソフトウェアオリエンティッドな構成が望まれている。   Further, the above-described wireless communication device 100 is hardware-oriented that maps software to selected hardware, and the ratio depending on the hardware is also increasing. For this reason, in order to increase the versatility by reducing the ratio depending on hardware, a software-oriented configuration that generates software that satisfies the performance under given conditions and assigns the software to the hardware is desired.

本発明は、上述のような従来の問題を解決するためになされたもので、通信環境の変化に対応した最適なソフトウェアを自律的に生成可能で、ハードウェアへの依存を大きく減らすことができる無線通信装置の無線機ソフトウェアモデルジェネレータおよび無線通信装置を提供することを目的とする。   The present invention has been made to solve the above-described conventional problems, and can optimally generate optimal software corresponding to changes in the communication environment, and can greatly reduce the dependence on hardware. An object of the present invention is to provide a radio software model generator and a radio communication apparatus for a radio communication apparatus.

本発明に係る無線機ソフトウェアモデルジェネレータは、上記目的達成のため、(1)無線通信装置を構成する要素に関する機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベースと、前記無線通信装置の外部および内部の環境から要求される前記無線通信装置の無線機ソフトウェアを設計する際に必要な仕様および条件の少なくとも一部に基づき、前記知識データベースを参照して無線機ソフトウェアモデルを構築する無線機ソフトウェアモデル構築部と、前記仕様および前記条件の少なくとも一部に基づき、前記知識データベースを参照して前記無線機ソフトウェアモデルを最適化して、前記無線機ソフトウェアモデルを生成する最適性判定部とを備え、前記環境に応じて最適化された前記無線機ソフトウェアモデルを生成することを特徴とする。   In order to achieve the above object, a radio software model generator according to the present invention provides (1) a knowledge database storing functional element information, connection information, and design know-how information relating to elements constituting a radio communication device, and the radio communication Based on at least a part of specifications and conditions required when designing the radio software of the radio communication device required from the environment outside and inside the device, the radio software model is constructed with reference to the knowledge database A radio software model construction unit; and an optimization determination unit that generates the radio software model by optimizing the radio software model with reference to the knowledge database based on at least a part of the specifications and the conditions. The radio software optimized for the environment And generating a Dell.

この構成によれば、機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベースを利用して無線機ソフトウェアの最適化が行われるので、従来のように技術者の経験により無線機ソフトウェアを生成する場合に比べて、最適化の客観性を高めて高性能の無線機ソフトウェアを実現することができるようになる。   According to this configuration, the radio software is optimized using a knowledge database storing functional element information, connection information, and design know-how information. Compared with the case of generating the radio, the objectivity of the optimization can be improved and the high-performance radio software can be realized.

また、仕様としては、機能仕様と性能仕様等があり、機能仕様としては、必要帯域、通信周波数、変調方式、誤り訂正符号等があり、性能仕様としては、信号対ノイズ比(SNR)に対するビット誤り率(BER)要求特性等がある。条件としては、制約条件と環境条件等があり、制約条件としては、無線通信装置の状態(リソース空き、バッテリ残量等)、通信路条件(干渉状況、SNR等)等があり、環境条件としては、電波強度、周波数利用状況、干渉状況等がある。   The specifications include functional specifications and performance specifications. The functional specifications include necessary bandwidth, communication frequency, modulation method, error correction code, and the like. The performance specifications include bits for the signal-to-noise ratio (SNR). There are error rate (BER) required characteristics and the like. Conditions include restriction conditions and environmental conditions. Restriction conditions include wireless communication device status (resource availability, remaining battery power, etc.), communication path conditions (interference status, SNR, etc.), etc. Includes radio field strength, frequency utilization status, interference status, and the like.

上記(1)に記載の無線機ソフトウェアモデルジェネレータにおいては、(2)前記無線機ソフトウェアモデルが前記仕様を満足するか否かをシミュレートして検証するとともに、検証結果を前記最適性判定部に伝達して、前記最適性判定部における前記無線機ソフトウェアモデルの生成に反映させる仮想実行部を備えることが好ましい。   In the radio software model generator described in (1) above, (2) the radio software model is verified by simulating whether or not the specifications are satisfied, and the verification result is sent to the optimality determination unit. It is preferable to provide a virtual execution unit that is transmitted and reflected in the generation of the radio software model in the optimality determination unit.

この構成によれば、仮想実行部により、無線機ソフトウェアモデルについて機能仕様あるいは性能仕様を満足するか否かをシミュレートして検証しているので、より最適化された無線機ソフトウェアモデルを得ることができるようになる。   According to this configuration, since the virtual execution unit simulates and verifies whether the radio software model satisfies the functional specification or performance specification, a more optimized radio software model can be obtained. Will be able to.

上記(2)に記載の無線機ソフトウェアモデルジェネレータにおいては、(3)前記無線機ソフトウェアモデルは機能仕様と性能仕様に基づいて生成されるとともに、前記仮想実行部は、前記無線機ソフトウェアモデルが機能仕様を満足するか否かをシミュレートして機能面について検証する機能検証部と、前記無線機ソフトウェアモデルが性能仕様を満足するか否かをシミュレートして性能面について検証する性能検証部とを備えていることが好ましい。   In the radio software model generator described in (2) above, (3) the radio software model is generated based on a functional specification and a performance specification, and the virtual execution unit is configured so that the radio software model functions. A function verification unit that simulates whether or not a specification is satisfied and verifies the functional aspect; a performance verification unit that simulates whether or not the radio software model satisfies a performance specification and verifies the performance aspect; It is preferable to provide.

この構成によれば、機能仕様と性能仕様に基づいて構築された無線機ソフトウェアモデルは機能検証部により機能仕様の充足性を検証されるとともに、性能検証部により性能仕様の充足性を検証されるようになる。このため、各モデルの機能検証および性能検証を実現できるので、より最適化された無線機ソフトウェアモデルを得ることができるようになる。   According to this configuration, the radio software model constructed based on the functional specifications and performance specifications is verified by the function verification unit for the sufficiency of the functional specifications, and also by the performance verification unit for the sufficiency of the performance specifications. It becomes like this. For this reason, since the function verification and performance verification of each model can be realized, a more optimized radio software model can be obtained.

上記(1)ないし(3)に記載の無線機ソフトウェアモデルジェネレータにおいては、(4)前記無線機ソフトウェアモデル構築部は、前記仕様の機能仕様に基づき前記無線機ソフトウェアモデルを構築するとともに、前記最適性判定部は、無線機ソフトウェアモデルと前記仕様の性能仕様ならびに前記条件の制約条件および環境条件に基づき前記無線機ソフトウェアモデルを生成することが好ましい。   In the radio software model generator described in (1) to (3) above, (4) the radio software model construction unit constructs the radio software model based on the functional specifications of the specifications and The sex determination unit preferably generates the radio software model based on the radio software model, the performance specification of the specification, the constraint condition of the condition, and the environmental condition.

この構成によれば、まず機能仕様に基づいて無線機ソフトウェアモデルが構築され、この無線機ソフトウェアモデルに対して性能仕様、制約条件、環境条件に基づいて最適化された無線機ソフトウェアモデルが生成されるので、最適化された無線機ソフトウェアモデルを効率良く生成することができるようになる。   According to this configuration, a radio software model is first constructed based on the functional specifications, and a radio software model optimized based on performance specifications, constraint conditions, and environmental conditions is generated for the radio software model. Therefore, an optimized radio software model can be generated efficiently.

上記(1)ないし(4)に記載の無線機ソフトウェアモデルジェネレータにおいては、(5)前記無線機ソフトウェアモデルから選択ポリシーに基づいて最適モデルを選択する最適モデル選択部を備えることが好ましい。   The radio software model generator described in (1) to (4) above preferably includes (5) an optimal model selection unit that selects an optimal model from the radio software model based on a selection policy.

この構成によれば、例えば、回路規模の小さいことを優先する、あるいは回路規模よりも性能を優先する、といった選択ポリシーに基づいて最適モデルを選択できるので、仕様や条件だけでは反映し難い要求についても最適化の過程に含めることができ、より最適化を促進することができる。   According to this configuration, for example, it is possible to select an optimal model based on a selection policy that gives priority to a smaller circuit scale or to give priority to performance over a circuit scale. Can also be included in the optimization process, and further optimization can be promoted.

本発明に係る無線通信装置は、上記目的達成のため、(6)上述した(1)ないし(5)のいずれか1項に記載の無線機ソフトウェアモデルジェネレータと、前記環境を認識する環境認識部と、前記環境認識部により認識した前記環境を仕様に変換するとともに、前記無線機ソフトウェアモデルジェネレータに入力する仕様生成部と、前記無線機ソフトウェアモデルジェネレータにより生成された前記無線機ソフトウェアモデルをソフトウェア無線プラットフォーム用ソフトウェアに変換するモデル変換部と、前記モデル変換部から出力される前記ソフトウェア無線プラットフォーム用ソフトウェアを実行するソフトウェア無線プラットフォーム部とを備えることが好ましい。   In order to achieve the above object, a wireless communication apparatus according to the present invention provides (6) the radio software model generator described in any one of (1) to (5) above and an environment recognition unit that recognizes the environment. A specification generation unit that converts the environment recognized by the environment recognition unit into a specification and inputs the specification to the radio software model generator; and the radio software model generated by the radio software model generator is software radio It is preferable to include a model conversion unit that converts to platform software, and a software wireless platform unit that executes the software wireless platform software output from the model conversion unit.

この構成によれば、環境認識部が、電波利用状態、ユーザ通信内容、無線機の状態等の無線通信装置の外部および内部の環境を認識する。そして、仕様生成部が、環境認識部により認識された環境を機能仕様、性能仕様、制約条件等の仕様に変換する。さらに、無線機ソフトウェアモデルジェネレータが、仕様生成部で生成された仕様から最適化された無線機ソフトウェアモデルを生成する。そして、モデル変換部が、無線機ソフトウェアモデルジェネレータにより生成された無線機ソフトウェアモデルをソフトウェア無線プラットフォーム用ソフトウェアに変換する。ソフトウェア無線プラットフォーム部は、モデル変換部により生成されたソフトウェアを実行する。   According to this configuration, the environment recognition unit recognizes the environment inside and outside the wireless communication device, such as the radio wave usage state, the contents of user communication, and the state of the wireless device. Then, the specification generation unit converts the environment recognized by the environment recognition unit into specifications such as a functional specification, a performance specification, and a constraint condition. Further, the radio software model generator generates an optimized radio software model from the specification generated by the specification generation unit. The model conversion unit converts the wireless device software model generated by the wireless device software model generator into software for software wireless platform. The software defined radio platform unit executes the software generated by the model conversion unit.

このように、無線通信環境に適応して、ソフトウェアを都度生成するので、現状に対して最適なソフトウェアを用いて動作する無線通信装置を実現することができる。これにより、電波状況に適合した適切な周波数あるいは帯域の通信を行うことによる電波資源の有効利用や、無線通信装置のマルチモード化、無線通信装置のバッテリ残量に応じた省電力化等を実現できる。   As described above, since the software is generated each time in conformity with the wireless communication environment, it is possible to realize a wireless communication apparatus that operates using software that is optimal for the current situation. This makes it possible to effectively use radio wave resources by performing communication at an appropriate frequency or band suitable for the radio wave conditions, make the wireless communication device multi-mode, save power according to the remaining battery power of the wireless communication device, etc. it can.

一般に無線通信装置では、電波環境、位置、ユーザ要求等の環境によって、必要とされる性能が異なるが、無線通信装置のリソースは一定である。様々な環境にも適応できるようなソフトウェアを最初から用意すると、無線通信装置において必要とされる無線通信装置のリソースが大きくなり、回路規模や消費電力が大きくなってしまう。   In general, in a wireless communication device, required performance varies depending on an environment such as a radio wave environment, a position, and a user request, but resources of the wireless communication device are constant. If software that can be adapted to various environments is prepared from the beginning, the resources of the wireless communication device required in the wireless communication device increase, and the circuit scale and power consumption increase.

これに対し、本発明に係る無線通信装置では、外部および内部の環境を認識し、その環境に適し、かつ現状の無線通信装置のリソースに収まるよう性能と演算量等を最適化する。これにより、限られたリソースを最大限に利用できる無線通信装置を実現できる。   On the other hand, the wireless communication apparatus according to the present invention recognizes external and internal environments, and optimizes the performance, the amount of calculation, and the like so as to be suitable for the environment and fit within the resources of the current wireless communication apparatus. Thereby, it is possible to realize a wireless communication apparatus that can utilize limited resources to the maximum.

本発明によれば、機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベースを利用して無線機ソフトウェアの生成および最適化が行われるので、通信環境の変化に対応した最適なソフトウェアを自律的に生成可能で、ハードウェアへの依存を大きく減らすことができる無線機ソフトウェアモデルジェネレータおよび無線通信装置を提供することができる。   According to the present invention, radio software is generated and optimized using a knowledge database that stores functional element information, connection information, and design know-how information. Can be autonomously generated, and a radio software model generator and a radio communication apparatus that can greatly reduce the dependence on hardware can be provided.

本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の全体を機能別ブロックで示す概略図である。It is the schematic which shows the whole radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention by a block according to a function. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置のソフトウェア部を示す概略図であり、(a)は最適ソフトウェア生成部の構成の詳細を記載しない場合、(b)は最適ソフトウェア生成部の構成の詳細を記載した場合をそれぞれ示す。It is the schematic which shows the software part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention, (a) does not describe the detail of a structure of an optimal software production | generation part, (b) A case where details of the configuration of the optimum software generation unit are described is shown. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置のソフトウェア部を示す概略図である。It is the schematic which shows the software part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置のモデルジェネレータ部を示す概略図である。It is the schematic which shows the model generator part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置のモデルジェネレータ部およびモデル変換部を示す概略図である。It is the schematic which shows the model generator part and model conversion part of the radio | wireless communication apparatus which mount the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の機能要素リストの例を示す図である。It is a figure which shows the example of the functional element list | wrist of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の機能要素の接続順序を表す雛型リストの例を示す図である。It is a figure which shows the example of the model list | wrist showing the connection order of the functional element of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の構成を階層状に示す概略図である。It is the schematic which shows the structure of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention in hierarchy. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置のモデルジェネレータにおけるモデル構成アルゴリズムを示すフローチャートである。It is a flowchart which shows the model structure algorithm in the model generator of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の無線機ソフトウェアモデル構築部において、仕様から内容を解釈する例を示す説明図である。It is explanatory drawing which shows the example which interprets a content from a specification in the radio | wireless machine software model construction part of the radio | wireless communication apparatus carrying the radio | wireless software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の無線機ソフトウェアモデル構築部において、抽象機能モデルを生成する例を示す説明図である。It is explanatory drawing which shows the example which produces | generates an abstract function model in the radio | wireless machine software model construction part of the radio | wireless communication apparatus carrying the radio | wireless software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の変換部において、抽象機能モデルから実行機能モデルを生成する例を示す説明図である。It is explanatory drawing which shows the example which produces | generates an execution function model from an abstract function model in the conversion part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の無線機ソフトウェアモデル構築部において、知識データベースを利用して抽象機能モデルを生成する例を示す説明図である。It is explanatory drawing which shows the example which produces | generates an abstract function model using a knowledge database in the radio | wireless machine software model construction part of the radio | wireless communication apparatus carrying the radio | wireless software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の最適性判定部において、抽象機能モデルから抽象改善モデルを生成する手順の一例を示す説明図である。It is explanatory drawing which shows an example of the procedure which produces | generates an abstract improvement model from an abstract function model in the optimality determination part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の最適性判定部において、機能補完およびパラメータ変更を行う場合の例を示す説明図である。It is explanatory drawing which shows the example in the case of performing function complementation and parameter change in the optimality determination part of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention. 本発明の他の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の機能要素の接続順序を表す雛型リストの例を示す図である。It is a figure which shows the example of the model list | wrist showing the connection order of the functional element of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on other embodiment of this invention. 本発明の他の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の構成を階層状に示す概略図である。It is the schematic which shows the structure of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on other embodiment of this invention in hierarchy. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の実施例を示す説明図であり、(a)は実施例1、(b)は実施例2である。It is explanatory drawing which shows the Example of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention, (a) is Example 1 and (b) is Example 2. FIG. 本発明の実施の形態に係る無線機ソフトウェアモデルジェネレータを搭載した無線通信装置の実施例を示す説明図であり、(a)は環境変化前の実施例1、(b)は環境変化後の実施例1、(c)は環境変化後の実施例2である。It is explanatory drawing which shows the Example of the radio | wireless communication apparatus carrying the radio | wireless machine software model generator which concerns on embodiment of this invention, (a) is Example 1 before environmental change, (b) is implementation after environmental change. Example 1 and (c) are Example 2 after an environmental change. 従来の無線通信装置の構成を階層状に示す概略図である。It is the schematic which shows the structure of the conventional radio | wireless communication apparatus in hierarchy.

以下、本発明の無線機ソフトウェアモデルジェネレータの実施の形態について、図面を参照して説明する。本実施の形態では、無線機ソフトウェアモデルジェネレータを無線通信装置に搭載した場合について説明している。   Hereinafter, embodiments of a radio software model generator of the present invention will be described with reference to the drawings. In the present embodiment, a case where a radio software model generator is mounted on a radio communication apparatus has been described.

まず、本実施の形態に係る無線通信装置1の構成について説明する。
図1に示すように、無線通信装置1は、ソフトウェア部2とハードウェア部3とを備えている。これらソフトウェア部2とハードウェア部3とは、単一の無線機本体1aに収容されている。
First, the configuration of radio communication apparatus 1 according to the present embodiment will be described.
As shown in FIG. 1, the wireless communication device 1 includes a software unit 2 and a hardware unit 3. The software unit 2 and the hardware unit 3 are accommodated in a single radio main body 1a.

図1および図2に示すように、ソフトウェア部2は、外部および内部の環境を認識する環境認識部4と、環境認識部4により認識した環境に対して最適化されたソフトウェアを生成する最適ソフトウェア生成部5と、最適ソフトウェア生成部5から出力されるソフトウェアを実行するソフトウェア無線プラットフォーム部6とを備えている。ソフトウェア部は、単一または複数のプロセッサ(またはFPGA、あるいはこれらの組合せ)7に内蔵されている。   As shown in FIGS. 1 and 2, the software unit 2 includes an environment recognition unit 4 that recognizes external and internal environments, and optimum software that generates software optimized for the environment recognized by the environment recognition unit 4. A generation unit 5 and a software defined radio platform unit 6 that executes software output from the optimum software generation unit 5 are provided. The software unit is built in a single or a plurality of processors (or FPGAs, or a combination thereof) 7.

このプロセッサ7では、OS上等で、変復調等の無線機信号処理ソフトウェアを動作させるようになっている。プロセッサ7で動作される無線機信号処理ソフトウェアは、周波数変更等のアナログ系の各種制御も行うようになっている。   The processor 7 operates radio signal processing software such as modulation / demodulation on the OS or the like. The radio signal processing software operated by the processor 7 also performs various analog control such as frequency change.

環境認識部4は、電波環境、電波利用状態、ユーザ通信内容、無線機の状態等の無線通信装置1の外部および内部の環境を認識する。   The environment recognition unit 4 recognizes external and internal environments of the wireless communication device 1 such as a radio wave environment, a radio wave use state, user communication contents, and a wireless device state.

環境認識部4は、例えばユーザ要求として、通信内容がメール伝送であるのか動画通信であるのか等を認識する。また、環境認識部4は、例えば無線機の状態として、無線機リソース空きやバッテリ残量を認識する。さらに、環境認識部4は、例えばスペクトル利用状況センシング結果から空き周波数を認識する(例えば、周波数範囲f1〜f2の間に空き周波数10MHzあり等)。また、環境認識部4は、例えば信号対ノイズ比(SNR:Signal to Noise Ratio)を測定して認識する(例えば、SNR=10dB等)。また、環境認識部4は、例えば干渉の状況を認識する(例えば、干渉は無し等)。   The environment recognition unit 4 recognizes, for example, as a user request, whether the communication content is mail transmission or video communication. Further, the environment recognition unit 4 recognizes, for example, the state of the wireless device, that the wireless device resources are free and the remaining battery level. Furthermore, the environment recognizing unit 4 recognizes a vacant frequency from, for example, a spectrum usage situation sensing result (for example, there is a vacant frequency of 10 MHz between the frequency ranges f1 and f2). Further, the environment recognition unit 4 measures and recognizes, for example, a signal to noise ratio (SNR) (for example, SNR = 10 dB). Further, the environment recognition unit 4 recognizes the state of interference, for example (for example, there is no interference).

図2(b)に示すように、最適ソフトウェア生成部5は、環境認識部4により認識した環境を仕様に変換する仕様生成部10と、仕様生成部10により生成された仕様から最適化されたソフトウェアを生成するソフトウェア生成部20とを備えている。さらに、ソフトウェア生成部20は、仕様から最適化された汎用ソフトウェアモデルを生成する無線機ソフトウェアモデルジェネレータとしてのモデルジェネレータ部30と、モデルジェネレータ部30により生成された汎用ソフトウェアモデルをソフトウェア無線プラットフォーム部6で動作する形式に変換するモデル変換部50とを備えている。   As shown in FIG. 2B, the optimum software generation unit 5 is optimized from the specification generated by the specification generation unit 10 and the specification generation unit 10 that converts the environment recognized by the environment recognition unit 4 into a specification. And a software generation unit 20 for generating software. Further, the software generation unit 20 includes a model generator unit 30 as a radio software model generator that generates a general-purpose software model optimized from the specifications, and the general-purpose software model generated by the model generator unit 30 as a software radio platform unit 6. And a model conversion unit 50 for conversion into a format that operates in

図3に示すように、仕様生成部10は、ルールデータベース11を備えている。仕様生成部10は、環境認識部4により認識された環境を機能仕様、性能仕様、制約条件、環境条件等の仕様に変換するようになっている。仕様生成部10での変換は、単純に選択するのではなく、ルールデータベース11を利用して複数の可能性の組合せから認識結果、すなわち現状に最適な機能仕様、性能仕様、制約条件、環境条件等を生成するようになっている。   As shown in FIG. 3, the specification generation unit 10 includes a rule database 11. The specification generation unit 10 converts the environment recognized by the environment recognition unit 4 into specifications such as functional specifications, performance specifications, constraint conditions, and environmental conditions. The conversion in the specification generation unit 10 is not simply selected, but a recognition result from a combination of a plurality of possibilities using the rule database 11, that is, the functional specification, performance specification, constraint condition, and environmental condition that are optimal for the current situation. Etc. are generated.

機能仕様としては、必要帯域、通信周波数、変調方式、誤り訂正符号等がある(例えば、必要帯域=5MHz、通信周波数=f1〜f2の間のf4、変調方式=16QAM、誤り訂正符号=R1/2の畳込み符号等)。性能仕様としては、SNRに対するBER要求特性等がある(例えば、SNR=10dBでBER<10−5等)。制約条件としては、無線通信装置1の状態(リソース空き、バッテリ残量等)、通信路条件(干渉状況、SNR等)がある。環境条件としては、電波強度、周波数状況、干渉状況等がある。 The functional specifications include a necessary band, a communication frequency, a modulation method, an error correction code, and the like (for example, necessary band = 5 MHz, communication frequency = f4 between f1 and f2, modulation method = 16 QAM, error correction code = R1 / 2 convolutional code, etc.). As performance specifications, there are BER required characteristics for SNR (for example, SNR = 10 dB and BER <10 −5 etc.). The constraint conditions include the state of the wireless communication device 1 (resource availability, remaining battery capacity, etc.), and communication path conditions (interference status, SNR, etc.). Environmental conditions include radio wave intensity, frequency conditions, interference conditions, and the like.

図3〜図5に示すように、モデルジェネレータ部30は、仕様生成部10で生成された仕様から最適化された汎用ソフトウェアモデルを生成するようになっている。モデルジェネレータ部30は、モデル生成用の知識データベース31と、設計上のノウハウ情報を含む他の知識データベースとしての性能改善データベース32とを備えている。知識データベース31は、機能要素データベース31a(図10参照)と接続情報データベース31b(図11参照)とを含んで構成されている。   As shown in FIGS. 3 to 5, the model generator unit 30 generates a general-purpose software model optimized from the specification generated by the specification generation unit 10. The model generator unit 30 includes a knowledge database 31 for model generation and a performance improvement database 32 as another knowledge database including know-how information on design. The knowledge database 31 includes a functional element database 31a (see FIG. 10) and a connection information database 31b (see FIG. 11).

図6に示すように、機能要素データベース31aには、カテゴライズされた機能要素情報である機能要素リスト41が記録されている。ここでの機能要素は、無線機ソフトウェアにおける信号処理機能を表す要素であり、例えば、誤り訂正符号化(符号41a)、変調(符号41b)、歪補正、フィルタ等である。機能要素データベース31aの機能要素リスト41では、各機能要素に入出力定義やパラメータ定義等が付随されている。   As shown in FIG. 6, a functional element list 41 that is categorized functional element information is recorded in the functional element database 31a. The functional elements here are elements representing signal processing functions in the radio software, and are, for example, error correction encoding (reference 41a), modulation (reference 41b), distortion correction, filters, and the like. In the functional element list 41 of the functional element database 31a, an input / output definition, a parameter definition, and the like are attached to each functional element.

図7に示すように、接続情報データベース31bには、機能要素データベース31aにカテゴライズされて記録された機能要素の接続順序を表す接続の雛型リスト42が記録されている。ここでの接続順序の雛型は、例えば、図示するように、誤り訂正符号化→変調→フィルタ(符号42a)、あるいは誤り訂正符号化→変調→歪補正→フィルタ(符号42b)のような接続順序をそのまま雛型としたものである。   As shown in FIG. 7, in the connection information database 31b, a connection template list 42 indicating the connection order of the functional elements categorized and recorded in the functional element database 31a is recorded. The connection order template here is, for example, a connection such as error correction coding → modulation → filter (symbol 42a) or error correction coding → modulation → distortion correction → filter (symbol 42b) as shown in the figure. The order is a template as it is.

図3〜図5に示すように、モデルジェネレータ部30は、無線機ソフトウェアモデル構築部34と、最適性判定部35と、仮想実行部36とを備えている。   As shown in FIGS. 3 to 5, the model generator unit 30 includes a radio software model construction unit 34, an optimality determination unit 35, and a virtual execution unit 36.

無線機ソフトウェアモデル構築部34は、仕様生成部10で生成された機能仕様に基づき、知識データベース31を参照して無線機ソフトウェアモデルの原形である抽象機能モデル43を構築する。抽象機能モデル43は、送信抽象機能モデル43aと受信抽象機能モデル43bとを備えている(図11参照)。   The wireless device software model construction unit 34 refers to the knowledge database 31 based on the functional specifications generated by the specification generation unit 10 and constructs an abstract function model 43 that is the original form of the wireless device software model. The abstract function model 43 includes a transmission abstract function model 43a and a reception abstract function model 43b (see FIG. 11).

最適性判定部35は、性能仕様、制約条件、環境条件、後述する仮想実行部36の検証結果に基づき、性能改善データベース32を参照して無線機ソフトウェアモデルとしての抽象機能モデル43を最適化して、無線機ソフトウェアモデルとしての抽象改善モデル45を生成する。最適性判定部35では、性能改善データベース32を参照しながら抽象機能モデル43に対して機能追加を適宜行い、また各機能のパラメータ調整を行うことで新たな抽象機能モデル43を生成し、性能仕様、制約条件等に基づく評価関数を利用して複数の可能性の中から最適性の判定を行い、最適な抽象機能モデル(抽象改善モデル45)を絞り込む(最適化)。この最適化における評価関数には各機能の組合せが無線機の演算リソースに収まること等(演算量最小化等)の要件が反映される。すなわち、例えば、通信路条件、無線機リソース、バッテリ残量を考慮して複数のアルゴリズムから制約条件を満たしつつ最適となる機能構成の組合せとパラメータが生成される。   The optimality determination unit 35 optimizes the abstract function model 43 as a radio software model with reference to the performance improvement database 32 based on the performance specification, the constraint condition, the environmental condition, and the verification result of the virtual execution unit 36 described later. Then, an abstract improvement model 45 is generated as a radio software model. The optimality determination unit 35 appropriately adds a function to the abstract function model 43 while referring to the performance improvement database 32, and generates a new abstract function model 43 by adjusting parameters of each function. Then, the optimality is determined from a plurality of possibilities using an evaluation function based on the constraint condition and the like, and the optimal abstract function model (abstract improvement model 45) is narrowed down (optimization). The evaluation function in this optimization reflects requirements such that the combination of functions can be accommodated in the computation resources of the wireless device (computation amount minimization, etc.). That is, for example, a combination of optimal functional configurations and parameters are generated from a plurality of algorithms in consideration of communication path conditions, radio resources, and remaining battery capacity while satisfying the constraint conditions.

また、モデルジェネレータ部30は、抽象機能モデル43を仮想実行環境に合わせた実行機能モデル44に変換する変換部37と、変換に必要な情報を記憶した実行検証用データベース38とを備えている。実行検証用データベース38は、実行環境データベース38aおよび実行環境構文データベース38bを備えている(図12参照)。   The model generator unit 30 includes a conversion unit 37 that converts the abstract function model 43 into an execution function model 44 that matches the virtual execution environment, and an execution verification database 38 that stores information necessary for the conversion. The execution verification database 38 includes an execution environment database 38a and an execution environment syntax database 38b (see FIG. 12).

抽象機能モデル43は、変換部37により実行検証用データベース38を参照して仮想実行環境に合わせた実行機能モデル44に変換される。抽象改善モデル45は、変換部37により実行検証用データベース38を参照して仮想実行環境に合わせた実行改善モデル46に変換される。   The abstract function model 43 is converted by the conversion unit 37 into an execution function model 44 that matches the virtual execution environment with reference to the execution verification database 38. The abstract improvement model 45 is converted by the conversion unit 37 into an execution improvement model 46 that matches the virtual execution environment with reference to the execution verification database 38.

仮想実行部36は、機能検証部36aと性能検証部36bとを備えている。機能検証部36aは、実行機能モデル44が仮想実行環境上で正しい機能を有して作動するかシミュレートして検証する。性能検証部36bは、実行改善モデル46が仮想実行環境上で各種性能を満たすかシミュレートして検証する。これらの検証結果は、最適性判定部35に伝達されて、最適性判定部35における抽象改善モデル45の生成に反映される。   The virtual execution unit 36 includes a function verification unit 36a and a performance verification unit 36b. The function verification unit 36a performs verification by simulating whether the execution function model 44 operates with a correct function in the virtual execution environment. The performance verification unit 36b performs verification by simulating whether the execution improvement model 46 satisfies various performances in the virtual execution environment. These verification results are transmitted to the optimality determination unit 35 and reflected in the generation of the abstract improvement model 45 in the optimality determination unit 35.

また、モデルジェネレータ部30は、最適性判定部35より生成される複数の抽象改善モデル45から選択ポリシーに基づいて最適モデルを選択し、抽象最適モデル47を生成する最適モデル選択部39を備えている。ここでの選択ポリシーは、例えば、回路規模の小さいことを優先する、回路規模よりも性能を優先するといったモデルを選択するための基準である。   Further, the model generator unit 30 includes an optimal model selection unit 39 that selects an optimal model based on a selection policy from a plurality of abstract improvement models 45 generated by the optimality determination unit 35 and generates an abstract optimal model 47. Yes. Here, the selection policy is a criterion for selecting a model that gives priority to a smaller circuit scale or prioritizes performance over circuit scale, for example.

モデル変換部50は、モデルジェネレータ部30により生成された汎用ソフトウェアモデル(抽象最適モデル)47をソフトウェア無線プラットフォーム部6で動作する形式に変換するようになっている。モデル変換部50は、無線機ソフトウェアモデルの各機能を無線機プラットフォーム内のプロセッサ(あるいはFPGA)7に割り当て、各デバイスの実行形式への変換(モデルのコンパイル、あるいはコンパイル済みの機能コンポーネントのリンク)を実施する。   The model conversion unit 50 converts the general-purpose software model (abstract optimal model) 47 generated by the model generator unit 30 into a format that operates on the software defined radio platform unit 6. The model conversion unit 50 assigns each function of the wireless device software model to the processor (or FPGA) 7 in the wireless device platform, and converts each device into an execution format (compile the model or link the compiled functional component). To implement.

モデル変換部50は、変換部51と、変換データベース52と、コンパイラ53とを備えている。変換部51は、変換データベース52を参照して、例えば、速度制約から誤り訂正復号をFPGAに割り当て、残りはプロセッサ上のソフトウェアとして実装するよう決定し、実行用ソース54を生成する。コンパイラ53は、実行用ソース54に対してそれぞれデバイス用のライブラリを用いてコンパイルを実施し、実行用オブジェクト55を生成する。   The model conversion unit 50 includes a conversion unit 51, a conversion database 52, and a compiler 53. The conversion unit 51 refers to the conversion database 52, for example, assigns error correction decoding to the FPGA based on speed constraints, determines the rest to be implemented as software on the processor, and generates the execution source 54. The compiler 53 compiles the execution source 54 using the device library, and generates an execution object 55.

さらに、モデル変換部50は、実行用オブジェクト55を無線機プラットフォームのプロセッサとFPGAにロードすることで無線機ソフトウェアを実行する。モデル変換部50は、実行用オブジェクト55を無線機プラットフォームのプロセッサ(あるいはFPGA)7にロードすることで無線機ソフトウェアを実行するようになっている。   Further, the model conversion unit 50 executes the radio software by loading the execution object 55 into the processor and FPGA of the radio platform. The model conversion unit 50 executes the radio software by loading the execution object 55 into the processor (or FPGA) 7 of the radio platform.

一方、図1に示すように、ハードウェア部3は、送信部70と、受信部80と、共通部90とを備えている。送信部70は、ディジタル/アナログ変換器71と、各種デバイスである送信用中間周波(IF:Intermediate Frequency)変換・増幅器72と、送信用高周波(RF:Radio Frequency)変換・増幅器73、電力増幅器(PA:Power Amplifier)74とを備えている。受信部80は、アナログ/ディジタル変換器81と、各種デバイスである受信用中間周波変換・増幅器82と、受信用高周波変換・増幅器83、低雑音増幅器(LNA:Low Noise Amplifier)84とを備えている。共通部90は、アンテナ共用器91と、アンテナ92とを備えている。   On the other hand, as illustrated in FIG. 1, the hardware unit 3 includes a transmission unit 70, a reception unit 80, and a common unit 90. The transmission unit 70 includes a digital / analog converter 71, a transmission intermediate frequency (IF) conversion / amplifier 72 which is various devices, a transmission high frequency (RF) conversion / amplifier 73, a power amplifier ( PA: Power Amplifier) 74. The receiving unit 80 includes an analog / digital converter 81, a receiving intermediate frequency conversion / amplifier 82 which is various devices, a receiving high frequency conversion / amplifier 83, and a low noise amplifier (LNA) 84. Yes. The common unit 90 includes an antenna duplexer 91 and an antenna 92.

ハードウェア部3の各構成要素については、公知または新規のものを適用することができるので、詳細な説明を省略する。   About each component of the hardware part 3, since a well-known or new thing can be applied, detailed description is abbreviate | omitted.

図8に示すように、この無線通信装置1では、無線機本体1aであるハードウェアプラットフォームにプロセッサ7を搭載し、このプロセッサ7においてソフトウェア部2を全て実行するようになっている。   As shown in FIG. 8, in the wireless communication device 1, a processor 7 is mounted on a hardware platform that is a wireless device main body 1a, and the software unit 2 is entirely executed by the processor 7.

次に、無線通信装置1の作用について以下に説明する。   Next, the operation of the wireless communication device 1 will be described below.

環境認識部4により電波環境、電波利用状態、ユーザ通信内容、無線機の状態等の無線通信装置1の外部および内部の環境が認識され、無線機ソフトウェアを変更する必要が生じたときは、仕様生成部10により、環境認識部4で認識された環境が機能仕様、性能仕様、制約条件、環境条件等の仕様に変換される。   When the environment recognition unit 4 recognizes the external and internal environments of the wireless communication device 1 such as the radio wave environment, radio wave usage status, user communication content, radio status, etc., and the radio software needs to be changed, The generation unit 10 converts the environment recognized by the environment recognition unit 4 into specifications such as functional specifications, performance specifications, constraint conditions, and environmental conditions.

以下、仕様生成部10で生成された仕様から抽象機能モデル43および実行機能モデル44を生成する手順、すなわちモデル構成アルゴリズムを、図9のフローチャートにおよび図10〜図13の説明図に基づいて説明する。   Hereinafter, a procedure for generating the abstract function model 43 and the execution function model 44 from the specifications generated by the specification generation unit 10, that is, the model configuration algorithm will be described based on the flowchart of FIG. 9 and the explanatory diagrams of FIGS. To do.

プロセッサ7は、無線機ソフトウェアモデル構築部34において、与えられた仕様の具体的内容を解釈する(ステップS1)。例えば、図10に示すように、仕様として生成された図示するXMLファイルの場合、機能要素データベース31aを参照して、畳込み符号化、QPSK変調、RRCフィルタという内容を読み取り、これに対する機能要素を機能要素データベース31aから抽出することができる。   The processor 7 interprets the specific contents of the given specification in the radio software model construction unit 34 (step S1). For example, as shown in FIG. 10, in the case of the illustrated XML file generated as a specification, the contents of convolutional coding, QPSK modulation, and RRC filter are read with reference to the function element database 31a, and the function elements for this are read. It can be extracted from the functional element database 31a.

次に、プロセッサ7は、無線機ソフトウェアモデル構築部34において、送信抽象機能モデル43aを構成する(ステップS2)。これは、仕様から読み取られた機能構成に対して、接続情報データベース31bを参照して、順番を設定することで送信抽象機能モデル43aを構成する。   Next, the processor 7 configures the transmission abstract function model 43a in the radio software model construction unit 34 (step S2). This constitutes the transmission abstract function model 43a by setting the order with reference to the connection information database 31b with respect to the function configuration read from the specification.

ここで、図13に示す例では、接続情報データベース31bに記録された雛型リスト42のうちで誤り訂正符号化→変調→フィルタという雛型42aが選択されている。そこで、この雛型42aの各要素に対して、先に選択した機能要素データベース31aに記録された機能要素リスト41から機能要素を当てはめる。誤り訂正符号化がRS符号、変調が16QAMである場合の機能要素データベース31aに記録された機能要素リスト41の例を図13に示す。   Here, in the example shown in FIG. 13, a template 42a of error correction coding → modulation → filter is selected from the template list 42 recorded in the connection information database 31b. Therefore, a functional element is applied to each element of the template 42a from the functional element list 41 recorded in the previously selected functional element database 31a. FIG. 13 shows an example of the functional element list 41 recorded in the functional element database 31a when the error correction coding is RS code and the modulation is 16QAM.

次に、プロセッサ7は、無線機ソフトウェアモデル構築部34において、受信抽象機能モデル43bを構成する(ステップS3)。これは、仕様から読み取られた機能構成に対して、接続情報データベース31bを参照して、順番を設定することで受信抽象機能モデル43bを構成する。具体的な手順としては、送信抽象機能モデル43aを構成する場合と同様であるので詳細な説明は省略する。   Next, the processor 7 configures the reception abstract function model 43b in the wireless device software model construction unit 34 (step S3). This constitutes the reception abstract function model 43b by setting the order with reference to the connection information database 31b with respect to the function configuration read from the specification. The specific procedure is the same as that in the case where the transmission abstract function model 43a is configured, and thus detailed description thereof is omitted.

さらに、プロセッサ7は、変換部37において、実行検証用データベース38を参照して抽象機能モデル43を仮想実行環境に合わせた実行機能モデル44に変換する(ステップS4)。変換部37では、例えば、図12に示すように、送信抽象機能モデル43aおよび受信抽象機能モデル43bに対して、実行環境データベース38aおよび実行環境構文データベース38bを参照して変換し、実行機能モデル44を生成する。   Further, the processor 7 refers to the execution verification database 38 and converts the abstract function model 43 into the execution function model 44 adapted to the virtual execution environment in the conversion unit 37 (step S4). For example, as shown in FIG. 12, the conversion unit 37 converts the transmission abstract function model 43a and the reception abstract function model 43b with reference to the execution environment database 38a and the execution environment syntax database 38b, and executes the execution function model 44. Is generated.

生成された実行機能モデル44は、機能検証部36aにおいて機能検証が行われる。   The generated execution function model 44 is subjected to function verification in the function verification unit 36a.

次に、抽象機能モデル43を最適化して抽象改善モデル45を生成する手順、すなわちモデル最適化アルゴリズムを、図14に基づいて説明する。   Next, a procedure for optimizing the abstract function model 43 to generate the abstract improvement model 45, that is, a model optimization algorithm will be described with reference to FIG.

プロセッサ7は、最適性判定部35に抽象機能モデル43と、性能仕様と、制約条件と、環境条件等を入力する(ステップS10)。プロセッサ7は、最適性判定部35において、入力された性能仕様と、制約条件と、環境条件等に対して評価すべき性能項目および性能項目に対応する劣化要素を抽出する(ステップS11)。これにより、性能に対する劣化要素を考慮した性能評価系が構築される。   The processor 7 inputs the abstract function model 43, performance specifications, constraint conditions, environmental conditions, and the like to the optimality determination unit 35 (step S10). In the optimality determination unit 35, the processor 7 extracts performance items to be evaluated with respect to the input performance specifications, constraint conditions, environmental conditions, and the like and degradation factors corresponding to the performance items (step S11). As a result, a performance evaluation system is constructed in consideration of degradation factors with respect to performance.

そして、プロセッサ7は、最適性判定部35において、基本性能の評価を行う(ステップS12)。ここでは改善要素は無い。さらに、プロセッサ7は、最適性判定部35において、機能(性能改善要素)の補完および各機能のパラメータ調整を行って抽象改善モデル45を生成し、仮想実行環境36上で実行改善モデル46を含む性能評価系を動作させ、性能仕様、制約条件等に基づく評価関数を用いて静的性能の評価(ステップS13)と動的性能の評価(ステップS14)を行う。また、これらの機能補完および各機能のパラメータ調整は、性能改善データベース32を参照して行われる。   Then, the processor 7 evaluates the basic performance in the optimality determination unit 35 (step S12). There is no improvement here. Further, the processor 7 generates an abstract improvement model 45 by complementing functions (performance improvement elements) and adjusting parameters of each function in the optimality determination unit 35, and includes an execution improvement model 46 on the virtual execution environment 36. The performance evaluation system is operated to perform static performance evaluation (step S13) and dynamic performance evaluation (step S14) using an evaluation function based on performance specifications, constraint conditions, and the like. Further, these function complementation and parameter adjustment of each function are performed with reference to the performance improvement database 32.

ここで、機能補完およびパラメータ変更の例として、図15に示すように、例えば最初に雛型42cがあった場合、性能改善データベース32を参照して、等化(符号41c)および周波数同期(符号41d)の機能要素を追加して、各パラメータを調整するようにできる。   Here, as an example of function complementation and parameter change, as shown in FIG. 15, for example, when there is a template 42c for the first time, referring to the performance improvement database 32, equalization (reference numeral 41c) and frequency synchronization (reference numeral 41d) can be added to adjust each parameter.

また、プロセッサ7は、ステップS14の実行後、性能改善要素ごとにステップS13に戻り、また、性能項目ごとにステップS11に戻ってループ処理を行う。すなわち、個々の性能項目を順次評価するようにしている。   In addition, after executing step S14, the processor 7 returns to step S13 for each performance improvement element, and returns to step S11 for each performance item to perform loop processing. That is, individual performance items are evaluated sequentially.

そして、プロセッサ7は、ステップS14までの評価で評価関数を満たす性能改善要素を性能改善候補として記憶する。記憶された性能改善候補の組合せに対して評価関数を用いた結合総合評価を行う(ステップS15)。さらに、プロセッサ7は、最適性判定部35において演算量の評価を行い(ステップS16)、単一あるいは複数の抽象改善モデル45が生成される。   And the processor 7 memorize | stores the performance improvement element which satisfy | fills an evaluation function by evaluation to step S14 as a performance improvement candidate. A combined comprehensive evaluation using an evaluation function is performed on the stored combination of performance improvement candidates (step S15). Further, the processor 7 evaluates the calculation amount in the optimality determination unit 35 (step S16), and a single or a plurality of abstract improvement models 45 are generated.

同時に、プロセッサ7は、抽象機能モデル43と、性能仕様と、制約条件と、環境条件等を利用して、仮想実行環境36上に上述した性能改善データベース32を参照して行われる機能補完およびパラメータ変更の結果が反映された実行改善モデル46を含む性能評価系を構築する。この性能評価系における実行改善モデル46が、ステップS13およびステップS14での性能評価とステップS16の演算量の評価において参照される。   At the same time, the processor 7 uses the abstract function model 43, the performance specifications, the constraint conditions, the environmental conditions, and the like to perform the function complementation and parameters performed by referring to the performance improvement database 32 described above on the virtual execution environment 36. A performance evaluation system including the execution improvement model 46 reflecting the result of the change is constructed. The execution improvement model 46 in this performance evaluation system is referred to in the performance evaluation in step S13 and step S14 and the evaluation of the calculation amount in step S16.

ステップS13、ステップS14、およびステップS15において機能補完およびパラメータ調整されたモデルは、変換部37により実行検証用データベース38を参照して実行改善モデル46に変換されて、前述の性能評価系に組み込まれ、性能検証部36bにおいて性能検証が行われる。その結果は、最適性判定部35に伝達されてステップS13およびステップS14における機能補完、パラメータ調整に反映される。   The model whose function is complemented and adjusted in step S13, step S14 and step S15 is converted into an execution improvement model 46 by the conversion unit 37 with reference to the execution verification database 38, and incorporated into the above-described performance evaluation system. The performance verification is performed in the performance verification unit 36b. The result is transmitted to the optimality determination unit 35 and reflected in the function complementation and parameter adjustment in steps S13 and S14.

また、抽象改善モデル45からは、最適モデル選択部39により、選択ポリシーに基づいて最適モデルが選択され、抽象最適モデル47とされる。これにより、モデルジェネレータ部30から抽象最適モデル47が出力される。   Also, from the abstract improvement model 45, the optimal model selection unit 39 selects the optimal model based on the selection policy and sets it as the abstract optimal model 47. As a result, the abstract optimum model 47 is output from the model generator unit 30.

さらに、モデル変換部50において、変換部51が、変換データベース52を参照して、例えば、速度制約から誤り訂正復号をFPGAに割り当て、残りはプロセッサ上のソフトウェアとして実装するよう決定し、実行用ソース54を生成する。そして、コンパイラ53が、実行用ソース54に対してそれぞれデバイス用のライブラリを用いてコンパイルを実施し、実行用オブジェクト55を生成する。   Further, in the model conversion unit 50, the conversion unit 51 refers to the conversion database 52 and decides, for example, that error correction decoding is assigned to the FPGA from the speed constraint, and the rest is implemented as software on the processor, and the execution source 54 is generated. Then, the compiler 53 compiles the execution source 54 using a device library, and generates an execution object 55.

実行用オブジェクト55は、ソフトウェア無線プラットフォーム部6に入力されて実行され、無線通信装置1が動作される。   The execution object 55 is input to the software defined radio platform unit 6 and executed, and the wireless communication apparatus 1 is operated.

以上のように、本実施の形態に係る無線通信装置1のモデルジェネレータ部30によれば、機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベース31,32を利用して無線機ソフトウェアの生成および最適化が行われるので、通信環境の変化に対応した最適なソフトウェアを自律的に生成可能で、ハードウェアへの依存を大きく減らすことができるモデルジェネレータ部30を得ることができる。特に、機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベース31,32を利用して無線機ソフトウェアの最適化が行われるので、従来のように技術者の経験により無線機ソフトウェアを生成する場合に比べて、最適化の客観性を高めて高性能の無線機ソフトウェアを実現することができるようになる。   As described above, according to the model generator unit 30 of the wireless communication apparatus 1 according to the present embodiment, the wireless device is used by using the knowledge databases 31 and 32 storing the functional element information, the connection information, and the design know-how information. Since the software is generated and optimized, it is possible to obtain the model generator unit 30 that can autonomously generate the optimum software corresponding to the change in the communication environment and can greatly reduce the dependence on the hardware. In particular, radio software is optimized by using knowledge databases 31 and 32 storing functional element information, connection information and design know-how information. Compared to the case of generating, it is possible to improve the objectivity of optimization and realize high-performance radio software.

また、本実施の形態に係るモデルジェネレータ部30によれば、仮想実行部36により、抽象機能モデル43および抽出改善モデル45の少なくとも一方について機能仕様あるいは性能仕様を満足するか否かをシミュレートして検証しているので、より最適化された無線機ソフトウェアモデルを得ることができるようになる。   Further, according to the model generator unit 30 according to the present embodiment, the virtual execution unit 36 simulates whether at least one of the abstract function model 43 and the extraction improvement model 45 satisfies the function specification or performance specification. Therefore, a more optimized radio software model can be obtained.

また、本実施の形態に係るモデルジェネレータ部30によれば、機能仕様に基づいて構築された抽象機能モデル43は機能検証部36aにより機能仕様の充足性を検証されるとともに、抽象機能モデル43と性能仕様に基づいて生成された抽象改善モデル45は性能検証部36bにより性能仕様の充足性を検証されるようになる。このため、各モデルの機能検証および性能検証結果を最適性判定部35にフィードバックすることができるので、より最適化された無線機ソフトウェアモデルを得ることができるようになる。   Further, according to the model generator unit 30 according to the present embodiment, the abstract function model 43 constructed based on the function specification is verified by the function verification unit 36a for the sufficiency of the function specification, and the abstract function model 43 The abstract improvement model 45 generated based on the performance specification is verified by the performance verification unit 36b for the satisfaction of the performance specification. For this reason, since the function verification and performance verification results of each model can be fed back to the optimality determination unit 35, a more optimized radio software model can be obtained.

また、本実施の形態に係るモデルジェネレータ部30によれば、最適モデル選択部39を備えているので、例えば、回路規模の小さいことを優先する、あるいは回路規模よりも性能を優先する、といった選択ポリシーに基づいて最適モデルを選択でき、仕様や条件だけでは反映し難い要求についても最適化の過程に含めることができ、より最適化を促進することができる。   Further, according to the model generator unit 30 according to the present embodiment, since the optimum model selection unit 39 is provided, for example, selection that priority is given to a small circuit scale or priority is given to performance over the circuit scale. The optimal model can be selected based on the policy, and requirements that are difficult to reflect only by the specifications and conditions can be included in the optimization process, thereby further promoting the optimization.

また、本実施の形態に係る無線通信装置1によれば、通信環境の変化に対応した最適なソフトウェアを自律的に生成可能で、ハードウェアへの依存を大きく減らすことができる無線通信装置1を得ることができる。   In addition, according to the wireless communication device 1 according to the present embodiment, the wireless communication device 1 that can autonomously generate optimum software corresponding to changes in the communication environment and can greatly reduce the dependence on hardware. Can be obtained.

また、無線通信環境に適応して、ソフトウェアを都度生成するので、現状に対して最適なソフトウェアを用いて動作する無線通信装置1を実現することができる。これにより、電波状況に適合した適切な周波数あるいは帯域の通信を行うことによる電波資源の有効利用や、無線通信装置1のマルチモード化、無線通信装置1のバッテリ残量に応じた省電力化等を実現できる。   In addition, since the software is generated each time in conformity with the wireless communication environment, the wireless communication device 1 that operates using software that is optimal for the current situation can be realized. This makes it possible to effectively use radio wave resources by performing communication at an appropriate frequency or band suitable for radio wave conditions, to make the wireless communication device 1 multi-mode, to save power according to the remaining battery level of the wireless communication device 1, and the like. Can be realized.

一般に無線通信装置1では、電波環境、位置、ユーザ要求等の環境によって、必要とされる性能が異なるが、無線通信装置1のリソースは一定である。様々な環境にも適応できるようなソフトウェアを最初から用意すると、無線通信装置1において必要とされる無線通信装置1のリソースが大きくなり、回路規模や消費電力が大きくなってしまう。   In general, in the wireless communication device 1, the required performance varies depending on the environment such as the radio wave environment, the position, and the user request, but the resources of the wireless communication device 1 are constant. If software that can be adapted to various environments is prepared from the beginning, the resources of the wireless communication device 1 required in the wireless communication device 1 increase, and the circuit scale and power consumption increase.

これに対し、本実施の形態に係る無線通信装置1では、外部および内部の環境を認識し、その環境に適し、かつ現状の無線通信装置1のリソースに収まるよう性能と演算量等を最適化する。これにより、限られたリソースを最大限に利用できる無線通信装置1を実現できる。   On the other hand, the wireless communication device 1 according to the present embodiment recognizes the external and internal environments, and optimizes the performance, the amount of computation, and the like so as to be suitable for the environment and fit within the resources of the current wireless communication device 1 To do. Thereby, the radio | wireless communication apparatus 1 which can utilize a limited resource to the maximum is realizable.

また、本実施の形態の無線通信装置1によれば、図2(b)に示すように、無線機本体1aに環境認識部4と、最適ソフトウェア生成部5と、ソフトウェア無線プラットフォーム部6とを含んでいるので、無線通信装置1は外部と通信を行うことなく単体の無線機本体1aのみで最適化されたソフトウェアを生成することができる。このため、外部と通信することなくソフトウェアを生成することができるので、不測の事態による通信エラー等の発生を考慮する必要が無く、ソフトウェア生成の確実性を高めることができる。   Further, according to the wireless communication device 1 of the present embodiment, as shown in FIG. 2B, the wireless device main body 1a includes the environment recognition unit 4, the optimum software generation unit 5, and the software wireless platform unit 6. Therefore, the wireless communication device 1 can generate optimized software only with the single wireless device main body 1a without performing communication with the outside. For this reason, since software can be generated without communicating with the outside, it is not necessary to consider the occurrence of communication errors due to unforeseen circumstances, and the reliability of software generation can be improved.

上述した本実施の形態の無線通信装置1においては、プロセッサ7は最適性判定部35において機能の補完および性能評価が静的性能および動的性能についてなされると(ステップS13およびステップS14)、性能項目ごとにステップS11に戻ってループ処理を行うが、本発明に係る無線通信装置においては、これに限られず、例えば複数の性能項目を同時に、すなわち多次元的に評価することにより、ステップS11へのループ処理を不要にしてもよい。   In the wireless communication apparatus 1 of the present embodiment described above, when the processor 7 complements the function and evaluates the performance for the static performance and the dynamic performance (step S13 and step S14), the performance is determined. Returning to step S11 for each item and performing the loop processing, the wireless communication apparatus according to the present invention is not limited to this. For example, by evaluating a plurality of performance items simultaneously, that is, in a multidimensional manner, the process proceeds to step S11. This loop processing may be unnecessary.

また、上述した本実施の形態の無線通信装置1においては、接続情報データベース31bには、機能要素データベース31aにカテゴライズされて記録された機能要素の接続順序を表す接続の雛型リスト42が記録されているが、本発明に係る無線通信装置においては、これに限られず、例えば「誤り訂正符号化は変調の前」等のように、接続の順序関係のリストで示すこともできる。   In the wireless communication device 1 of the present embodiment described above, the connection information database 31b records a connection template list 42 representing the connection order of functional elements categorized and recorded in the functional element database 31a. However, the wireless communication apparatus according to the present invention is not limited to this, and can also be represented by a list of connection order relations such as “error correction coding is before modulation”.

また、上述した本実施の形態の無線通信装置1においては、モデル構成アルゴリズムとモデル最適化アルゴリズムとが明確に分離されているが、本発明に係る無線通信装置においては、これに限られず、例えばモデル構成アルゴリズムとモデル最適化アルゴリズムとが明確に分離されていなくてもよい。この場合、例えば、図16に示すように、接続の雛型リスト42に性能改善要素を含め、このような接続の雛型リスト42を接続情報データベース31bに記録する。そして、機能要素データベース31a、接続情報データベース31b、および性能改善データベース32とを利用して、ソフトウェアの最適化を行うようにする。   In the wireless communication device 1 of the present embodiment described above, the model configuration algorithm and the model optimization algorithm are clearly separated. However, the wireless communication device according to the present invention is not limited to this, for example, The model construction algorithm and the model optimization algorithm may not be clearly separated. In this case, for example, as shown in FIG. 16, a performance improvement element is included in the connection template list 42, and such a connection template list 42 is recorded in the connection information database 31b. Then, the software is optimized using the functional element database 31a, the connection information database 31b, and the performance improvement database 32.

また、上述した本実施の形態の無線通信装置1においては、無線機本体1aに環境認識部4と、最適ソフトウェア生成部5と、ソフトウェア無線プラットフォーム部6とを含んでいるが、本発明に係る無線通信装置においては、これに限られず、例えば図17に示すように、無線機本体1aの外部に最適ソフトウェア生成部5を備えるようにしてもよい。この場合、無線機本体1aに最適ソフトウェア生成部5を設ける必要が無いので、無線機本体1aの構造を小型化かつ簡素化することができる。また、複数の無線機本体1aに対して1つの最適ソフトウェア生成部5を共用することができるので、無線通信システム全体の規模を小さく抑えることができる。   Further, in the wireless communication device 1 according to the present embodiment described above, the wireless device main body 1a includes the environment recognition unit 4, the optimum software generation unit 5, and the software wireless platform unit 6, but according to the present invention. The wireless communication apparatus is not limited to this. For example, as shown in FIG. 17, the optimum software generation unit 5 may be provided outside the wireless device main body 1a. In this case, since it is not necessary to provide the optimum software generation unit 5 in the radio main body 1a, the structure of the radio main body 1a can be reduced in size and simplified. In addition, since one optimum software generation unit 5 can be shared for a plurality of wireless device main bodies 1a, the scale of the entire wireless communication system can be kept small.

また、上述した本実施の形態の無線通信装置1においては、無線機本体1aに送信部70および受信部80の両方を備えているが、本発明に係る無線通信装置においては、これに限られず、送信部70あるいは受信部80の一方のみを備えるようにしてもよい。   In the wireless communication device 1 according to the present embodiment described above, the wireless device main body 1a includes both the transmission unit 70 and the reception unit 80. However, the wireless communication device according to the present invention is not limited thereto. Only one of the transmission unit 70 and the reception unit 80 may be provided.

また、上述した本実施の形態の無線通信装置1においては、送信部70に送信用中間周波変換・増幅器72を備えるとともに、受信部80に受信用中間周波変換・増幅器82を備えているが、本発明に係る無線通信装置においては、これに限られず、例えばダイレクトコンバージョン方式の場合は、これら送信用中間周波変換・増幅器72および受信用中間周波変換・増幅器82の一方または両方は無くてもよい。   In the wireless communication device 1 of the present embodiment described above, the transmission unit 70 includes the transmission intermediate frequency conversion / amplifier 72, and the reception unit 80 includes the reception intermediate frequency conversion / amplifier 82. The wireless communication apparatus according to the present invention is not limited to this. For example, in the case of the direct conversion method, one or both of the transmission intermediate frequency conversion / amplifier 72 and the reception intermediate frequency conversion / amplifier 82 may be omitted. .

また、上述した本実施の形態の無線通信装置1においては、コンパイラ53が実行用ソース54をコンパイルすることにより実行用オブジェクト55を生成するが、本発明に係る無線通信装置においては、これに限られず、例えばコンパイル済オブジェクトのリンクにより実行用オブジェクト55を生成するようにしてもよい。   In the wireless communication device 1 of the present embodiment described above, the compiler 53 generates the execution object 55 by compiling the execution source 54. However, the wireless communication device according to the present invention is not limited to this. Instead, for example, the execution object 55 may be generated by linking the compiled object.

上述した無線通信装置1を利用して、外部の環境が変化した場合の動作の実施例を説明する。   An example of the operation when the external environment changes using the above-described wireless communication device 1 will be described.

(実施例1)
図18(a)に示すように、機能仕様および性能仕様として、400MHz帯、BW=25kHz、QPSK、R=1/2CC、制約条件として、CNR=10dB以下、干渉無しである場合に、無線通信装置1のソフトウェア部2では、無線機モデルAが構成された。
Example 1
As shown in FIG. 18 (a), when the functional specification and the performance specification are 400 MHz band, BW = 25 kHz, QPSK, R = 1/2 CC, the constraint is CNR = 10 dB or less, and there is no interference, wireless communication In the software unit 2 of the apparatus 1, a radio model A is configured.

この場合、図18(a)および図19(a)に示すように、この無線機モデルAでは、BERとSNRに関する規格(図中、破線で示す。)を満たした。しかしながら、図18(a)および図19(b)に示すように、無線機モデルAでは、マルチパス条件下では規格を満たさなかった。   In this case, as shown in FIGS. 18 (a) and 19 (a), this wireless device model A satisfies the standards related to BER and SNR (indicated by broken lines in the figure). However, as shown in FIGS. 18A and 19B, the radio model A did not satisfy the standard under multipath conditions.

(実施例2)
次いで、機能仕様および性能仕様は変更することなく、制約条件をCNR=10dB以下、マルチパスに変更した。
(Example 2)
Next, the constraint condition was changed to CNR = 10 dB or less and multipath without changing the functional specification and the performance specification.

この場合、図18(b)および図19(c)に示すように、無線通信装置1のソフトウェア部2では、無線機モデルBが構成された。この無線機モデルBでは、BERとSNRに関する規格を満たした。
したがって、環境認識部4および最適ソフトウェア生成部5の動作により、環境に応じて無線機モデルが変更されることにより、性能が改善されたことが確認された。
In this case, as shown in FIG. 18B and FIG. 19C, the wireless device model B is configured in the software unit 2 of the wireless communication device 1. This radio model B satisfied the standards for BER and SNR.
Therefore, it was confirmed that the performance was improved by changing the radio model according to the environment by the operation of the environment recognition unit 4 and the optimum software generation unit 5.

以上説明したように、本発明に係る無線ソフトウェアモデルジェネレータおよび無線通信装置は、ハードウェアに変更を加えることなく、ソフトウェアを変更することによって、例えば、帯域幅、フィルタリング、変復調、符号化等といった無線の基本的な機能を変更することが可能なシステムであるソフトウェア無線に好適な無線通信装置全般に有用である。   As described above, the wireless software model generator and the wireless communication apparatus according to the present invention can change the software without changing the hardware, for example, wireless such as bandwidth, filtering, modulation / demodulation, and encoding. It is useful for all wireless communication apparatuses suitable for software defined radio, which is a system that can change the basic functions of the system.

1 無線通信装置
4 環境認識部
6 ソフトウェア無線プラットフォーム部
10 仕様生成部
30 モデルジェネレータ部(無線機ソフトウェアモデルジェネレータ)
31,32 知識データベース
31a 機能要素データベース
31b 接続情報データベース
34 無線機ソフトウェアモデル構築部
35 最適性判定部
36 仮想実行部
36a 機能検証部
36b 性能検証部
39 最適モデル選択部
43 抽象機能モデル(無線機ソフトウェアモデル)
45 抽象改善モデル(無線機ソフトウェアモデル)
50 モデル変換部
DESCRIPTION OF SYMBOLS 1 Wireless communication apparatus 4 Environment recognition part 6 Software radio | wireless platform part 10 Specification production | generation part 30 Model generator part (radio | wireless machine software model generator)
31, 32 Knowledge database 31a Functional element database 31b Connection information database 34 Radio software model construction unit 35 Optimality determination unit 36 Virtual execution unit 36a Function verification unit 36b Performance verification unit 39 Optimal model selection unit 43 Abstract function model (wireless software) model)
45 Abstract improvement model (wireless software model)
50 Model converter

Claims (6)

無線通信装置を構成する要素に関する機能要素情報、接続情報および設計上のノウハウ情報を記憶した知識データベースと、
前記無線通信装置の外部および内部の環境から要求される前記無線通信装置の無線機ソフトウェアを設計する際に必要な仕様および条件の少なくとも一部に基づき、前記知識データベースを参照して無線機ソフトウェアモデルを構築する無線機ソフトウェアモデル構築部と、
前記仕様および前記条件の少なくとも一部に基づき、前記知識データベースを参照して前記無線機ソフトウェアモデルを最適化して、前記無線機ソフトウェアモデルを生成する最適性判定部とを備え、
前記環境に応じて最適化された前記無線機ソフトウェアモデルを生成することを特徴とする無線機ソフトウェアモデルジェネレータ。
A knowledge database storing functional element information, connection information and design know-how information relating to elements constituting the wireless communication device;
A radio software model with reference to the knowledge database based on at least a part of specifications and conditions required when designing radio software of the radio communication apparatus required from the external and internal environments of the radio communication apparatus A radio software model building section for building
An optimality determination unit that optimizes the radio software model with reference to the knowledge database based on at least a part of the specification and the condition, and generates the radio software model;
A radio software model generator that generates the radio software model optimized in accordance with the environment.
前記無線機ソフトウェアモデルが前記仕様を満足するか否かをシミュレートして検証するとともに、検証結果を前記最適性判定部に伝達して、前記最適性判定部における前記無線機ソフトウェアモデルの生成に反映させる仮想実行部を備えることを特徴とする請求項1に記載の無線機ソフトウェアモデルジェネレータ。   Whether or not the radio software model satisfies the specifications is verified and verified, and a verification result is transmitted to the optimality determination unit to generate the radio software model in the optimality determination unit. The radio software model generator according to claim 1, further comprising a virtual execution unit to be reflected. 前記無線機ソフトウェアモデルは機能仕様と性能仕様に基づいて生成されるとともに、
前記仮想実行部は、
前記無線機ソフトウェアモデルが機能仕様を満足するか否かをシミュレートして機能面について検証する機能検証部と、
前記無線機ソフトウェアモデルが性能仕様を満足するか否かをシミュレートして性能面について検証する性能検証部とを備えていることを特徴とする請求項2に記載の無線機ソフトウェアモデルジェネレータ。
The radio software model is generated based on functional specifications and performance specifications,
The virtual execution unit
A function verification unit that simulates whether or not the radio software model satisfies a functional specification and verifies the functional aspect;
The radio software model generator according to claim 2, further comprising a performance verification unit that simulates whether or not the radio software model satisfies performance specifications and verifies performance.
前記無線機ソフトウェアモデル構築部は、前記仕様の機能仕様に基づき前記無線機ソフトウェアモデルを構築するとともに、
前記最適性判定部は、前記無線機ソフトウェアモデルと前記仕様の性能仕様ならびに前記条件の制約条件および環境条件に基づき前記無線機ソフトウェアモデルを生成することを特徴とする請求項1ないし請求項3のいずれか1の請求項に記載の無線機ソフトウェアモデルジェネレータ。
The radio software model construction unit constructs the radio software model based on the functional specifications of the specifications,
The said optimality determination part produces | generates the said radio | wireless machine software model based on the performance specification of the said radio | wireless machine model, the said specification, the constraint conditions of the said condition, and an environmental condition. A radio software model generator according to any one of the claims.
前記無線機ソフトウェアモデルから選択ポリシーに基づいて最適モデルを選択する最適モデル選択部を備えることを特徴とする請求項1ないし請求項4のいずれか1の請求項に記載の無線機ソフトウェアモデルジェネレータ。   5. The radio software model generator according to claim 1, further comprising an optimum model selection unit that selects an optimum model from the radio software model based on a selection policy. 6. 上述した請求項1ないし請求項5のいずれか1の請求項に記載の無線機ソフトウェアモデルジェネレータと、
前記環境を認識する環境認識部と、
前記環境認識部により認識した前記環境を仕様に変換するとともに、前記無線機ソフトウェアモデルジェネレータに入力する仕様生成部と、
前記無線機ソフトウェアモデルジェネレータにより生成された前記無線機ソフトウェアモデルをソフトウェア無線プラットフォーム用ソフトウェアに変換するモデル変換部と、
前記モデル変換部から出力される前記ソフトウェア無線プラットフォーム用ソフトウェアを実行するソフトウェア無線プラットフォーム部とを備えることを特徴とする無線通信装置。
A radio software model generator according to any one of claims 1 to 5;
An environment recognition unit for recognizing the environment;
A specification generation unit that converts the environment recognized by the environment recognition unit into a specification and inputs the specification to the radio software model generator;
A model converter that converts the radio software model generated by the radio software model generator into software for a software radio platform;
A radio communication apparatus comprising: a software radio platform unit that executes the software for software radio platform output from the model conversion unit.
JP2013058524A 2013-03-21 2013-03-21 Radio software model generator and radio communication apparatus Active JP6095431B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013058524A JP6095431B2 (en) 2013-03-21 2013-03-21 Radio software model generator and radio communication apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013058524A JP6095431B2 (en) 2013-03-21 2013-03-21 Radio software model generator and radio communication apparatus

Publications (2)

Publication Number Publication Date
JP2014182746A true JP2014182746A (en) 2014-09-29
JP6095431B2 JP6095431B2 (en) 2017-03-15

Family

ID=51701361

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013058524A Active JP6095431B2 (en) 2013-03-21 2013-03-21 Radio software model generator and radio communication apparatus

Country Status (1)

Country Link
JP (1) JP6095431B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020504391A (en) * 2017-02-14 2020-02-06 エルエス産電株式会社Lsis Co., Ltd. Communication data modeling method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010182031A (en) * 2009-02-04 2010-08-19 Hitachi Kokusai Electric Inc Software generation support device
WO2010131758A1 (en) * 2009-05-12 2010-11-18 日本電気株式会社 Model verification system, model verification method and recording medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010182031A (en) * 2009-02-04 2010-08-19 Hitachi Kokusai Electric Inc Software generation support device
WO2010131758A1 (en) * 2009-05-12 2010-11-18 日本電気株式会社 Model verification system, model verification method and recording medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020504391A (en) * 2017-02-14 2020-02-06 エルエス産電株式会社Lsis Co., Ltd. Communication data modeling method
US11102088B2 (en) 2017-02-14 2021-08-24 Lsis Co., Ltd. Communication data modeling method

Also Published As

Publication number Publication date
JP6095431B2 (en) 2017-03-15

Similar Documents

Publication Publication Date Title
US11334399B2 (en) Methods and apparatus to manage power of deep learning accelerator systems
Lynggaard et al. Deploying 5G-technologies in smart city and smart home wireless sensor networks with interferences
US9756130B2 (en) Method of and apparatus for reconfiguring protocol used by application program
JP2009500965A (en) Method and apparatus for radio frequency interference reduction
Smit et al. Run-time mapping of applications to a heterogeneous SoC
RU2008117117A (en) INVENTORY AND MASKING OF DYNAMIC FREQUENCIES
US20140173556A1 (en) Systems and methods for selection of specialized functions in dynamically-typed languages
Hu et al. Scheduling and aggregation design for asynchronous federated learning over wireless networks
Datla et al. Wireless distributed computing in cognitive radio networks
JP6095431B2 (en) Radio software model generator and radio communication apparatus
Zompakis et al. Enabling efficient system configurations for dynamic wireless applications using system scenarios
JP2016208504A (en) Network parameter determination method and determination device
JP6095430B2 (en) Wireless communication device
JP6262604B2 (en) Scheduling apparatus and method
GB2595114A (en) Spectrum management device, electronic device, radio communication method, and storage medium
CN112115667A (en) FPGA layout method, device, electronic equipment and computer readable medium
Sapio et al. Compact modeling and management of reconfiguration in digital channelizer implementation
CN111953730A (en) NOMA-based server cooperation edge calculation method
CN114641005A (en) Network resource management method and device for dynamic spectrum sharing
CN108365929A (en) The method and apparatus of transmission data and the method and apparatus for transmitting information
Jara Estupiñan et al. Optimal value of past samples for decision making in cognitive radio networks
Lin et al. The research of power allocation algorithm with lower computational complexity for non-orthogonal multiple access
US20160050651A1 (en) Method for Selecting Consecutive Resource Blocks and Associated Base Station
Lenzi et al. On the performance of code block segmentation for LTE-advanced
Detterer et al. Trading digital accuracy for power in an RSSI computation of a Sensor Network Transceiver

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160225

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20160225

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20170113

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: 20170131

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170214

R150 Certificate of patent or registration of utility model

Ref document number: 6095431

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150