opnet 和 matlab 接口 (opnet and matlab interfacing)


問題描述

opnet 和 matlab 接口 (opnet and matlab interfacing)

任何人都可以幫助我在 opnet 與 matlab 的接口我有一個從 matlab 返回的增益值,這個值必須通過使用 op_td_set_dbl (pkptr, OPC_TDA_RA_RX_GAIN, gain) 設置為 OPC_TDA_RA_RX_GAIN;添加這個值後網絡性能沒有差異的問題對此問題有什麼建議嗎?


參考解法

方法 1:

The TDA value only set in the pipeline stage. Otherwise, the new value is not set in OPC_TDA_RA_RX_GAIN field.

Check where do u use the op_td_set_dbl() function move it to one of pipeline state. The best one would be 'receiver antenna gain` stage.

Thanks.

(by Neaam alsamaraieAllen Kim)

參考文件

  1. opnet and matlab interfacing (CC BY‑SA 2.5/3.0/4.0)

#matlab #opnet #integration






相關問題

MATLAB:多線程和多核之間的區別 (MATLAB: difference between Multithreading and Multicore)

在 matlab 中用 imread 讀取圖像文件會給出什麼樣的表示? (reading a image file with imread in matlab gives what kind of representation?)

Як прызначыць індывідуальныя пазнакі значэнняў на восях у Matlab? (How to assign individual labels to values on the axes in Matlab?)

覆蓋 MATLAB 默認靜態 javaclasspath 的最佳方法 (Best way to override MATLAB's default static javaclasspath)

如何在 Matlab 中為這個 3D 繪圖設置動畫? (How to animate this 3D plot in Matlab?)

如何轉換 x = [x_de,x_nu]; 從matlab到python? (How do I convert x = [x_de,x_nu]; from matlab to python?)

opnet 和 matlab 接口 (opnet and matlab interfacing)

Matlab:使用正非整數邊緣權重執行最小切割 (Matlab: perform min cut with positive non-integer edge weights)

帶矩陣的圖像疊加 (Image overlay with matrix)

在矩形 [a,b]x[c,d] 上離散最小二乘逼近。使用函數 1,x,y,sin(x) 和 sin(y) 作為基礎 (Discete least sqauare approximation on rectangle [a,b]x[c,d].Use functions 1,x,y,sin(x) and sin(y) as the basis)

如果這個變量在調用之間發生了變化,為什麼匿名函數的固定參數沒有更新? (Why is fixed argument of anonymous function not updated, if this variable has changed between calls?)

在 MATLAB 中通過 HTTP 接收數據 (Receive data via HTTP in MATLAB)







留言討論