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!