Japan QualNet Community Forums Japan QualNet Community Forums
Welcome Guest 
ログイン
ユーザ名:

パスワード:


パスワード紛失

新規登録
検索
メインメニュー
アクセスカウンター
2024/05/02:12/15
2024/05/01:21/26

2024/03/03より301/1375
人気モジュール
No.1: フォーラム 78
No.2: QualNet概要 1
No.3: ニュース 1
日曜日からの合計
人気Browser&OS
No.1:巡回ロボット67
No.2:Windows NT1

No.1:どっかの巡回ロボット65
No.2:Safari1
No.3:Majestic-12巡回ロボット1

日曜日からの合計
メイン
   Routing Protocols Implementation & Model Development
     get the transmission power of a zigbee nodes.
投稿するにはまず登録を

スレッド表示 | 新しいものから 前のトピック | 次のトピック | 下へ
投稿者 スレッド
mannjeet
投稿日時: 2013/6/20 18:13
新米
登録日: 2013/5/22
居住地:
投稿: 2
get the transmission power of a zigbee nodes.

Dear Sir/madam,
How I compare the transmission power of the nodes? Means there are two or more nodes one of them having high transmission power(18dBm) and other nodes have default tx power value that is 3dBm. A node having a high tx power value which is the part of the path(route path) network which is dropped rreq packets. I'm doing that much works but Sir how I can detect this node in the given network. One method is I will define the threshold value for tx power and compare this value at every node but in this I faced a problem I don't know which function is used for that at the physical layer, which function is use to get the tx power at node. Sir I used the 802.15.4 radio type at physical and mac layer. Please help me.

Thanks and Regards.
manjeet singh
marimo
投稿日時: 2013/7/3 14:24
常連
登録日: 2005/9/22
居住地:
投稿: 49
Re: get the transmission power of a zigbee nodes.
phy802_15_4->txPower_dBmを確認すればよいのではないでしょうか?
下記のような部分がありました。


//
// Used by the MAC layer to start transmitting a packet.
//
void Phy802_15_4StartTransmittingSignal(
    Node* node,
    Int32 phyIndex,
    Message* packet,
    BOOL useMacLayerSpecifiedDelay,
    clocktype initDelayUntilAirborne)
{
...
    PROP_ReleaseSignal(node,
                       packet,
                       phyIndex,
                       channelIndex,
                       phy802_15_4->txPower_dBm,
                       duration,
                       delayUntilAirborne);
...
}
スレッド表示 | 新しいものから 前のトピック | 次のトピック | トップ
Copyright c KOZO KEIKAKU ENGINEERING Inc. All Rights Reserved.
XOOPS Cube PROJECT