필터 지우기
필터 지우기

zigbee model in simulink

조회 수: 5 (최근 30일)
Asmaa Romia
Asmaa Romia 2017년 1월 18일
when I built a zigbee model in simulink , the last step in transmitter was O-QPSK modulator , so the data didn't transmits over 2.4 GHz , what does it mean , and how can i solve that ?

채택된 답변

Tasos Giannoulis
Tasos Giannoulis 2017년 1월 30일
Hi Asmaa,
1) The OQPSK modulator provides a baseband signal, not a passband signal. The motivation behind baseband processing is speed. It is much faster to generate or simulate a signal at baseband frequencies than at 2.4 GHz. Why exactly are you looking for passband operation? If you want to do the actual transmission at 2.4 GHz with a radio, then you can simply pass the baseband signal to the transmitter block (or System object) and this transmitter will do the upconversion to 2.4 GHz for you. No need to start with a passband OQPSK signal.
2) Be aware that ZigBee and IEEE 802.15.4 use half-sine pulses. The OQSPK tools of the Communication System Toolbox upsample the input signal (as of R2016b; see doc note), and a subsequent filtering operation will probably not produce the desired result. You will be better off if you conduct a joint modulation and filtering operation in this order (e.g., with a MATLAB Function block, or with 3 blocks in Simulink):
a. Split bits to odd (I) and even (Q)
b. Filter both I & Q streams for half-sine pulses
c. Delay the even-bit stream (Q) by half a simple and make a complex waveform I + j*Q
Tasos
  댓글 수: 1
Asmaa Romia
Asmaa Romia 2017년 1월 30일
thanks alot about your reply. my question is about" if I don't transmitte over 2.4 GHz , what is the affect of the transmitted signal ?? if I need to study the interference any problem with that at this case?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

MathWorks Communications Toolbox Team
As of R2023b, the content in the Communications Toolbox™ Library for ZigBee® and UWB has been absorbed into Communications Toolbox. With that release or later, you no longer need to download the library.

카테고리

Help CenterFile Exchange에서 PHY Components에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by