How to generate a wireless signal in LR-WPAN using IEEE 802.15.4 ?
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am trying to create a simulation iwhere I will have a wireless signal that goes from one wireless node to another. I would like to be able to see waveform, as well as set up parameters, such as tx noise, ambient noise, message length, bitrate, etc. Is there any way to do it in Matlab? I've searched around but the closest solution to it that I found was here zigbee_spectrum_analyzer, however when I try to run the following command
model = 'simrfV2_zigbee_xtrans';
open_system(model);
sim(model);
it throws the error
No system or file called 'simrfV2_zigbee_xtrans' found.
and it looks like I have all tollboxes needed to run this script, which are
Signal Processing ToolBox
Communications Toolbox
and Communication Toolbox Library for the Zigbee Protocol
Also, my matlab version is R2018b. Please share any ideas or suggestions or code examples. Thanks a lot.
6 件のコメント
Walter Roberson
2019 年 4 月 30 日
That example requires DSP System Toolbox, and the RF Blockset .
I don't know why the RF Blockset is a seperate product instead of part of one of the others, but so it is.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!