How to generate a wireless signal in LR-WPAN using IEEE 802.15.4 ?

6 次查看(过去 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
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.
Danila Frolov
Danila Frolov 2019-4-30
Hi, I did not know it either. So seems like with downloading RF Blockset Add-on the code runs fine on my machine. Thanks a lot, that solved my question.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Transmitters and Receivers 的更多信息

产品


版本

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by