필터 지우기
필터 지우기

OQPSK Modulator Passband block

조회 수: 4 (최근 30일)
Asmaa Romia
Asmaa Romia 2017년 1월 28일
댓글: Asmaa Romia 2017년 1월 31일
I have a problem with my zigbee model, that i wanna to send the modulated signal over 2.4 GHz carrier frequency band ,and that is not allowed at OQPSK Modulator baseband block. I searched about OQPSK Modulator Passband block on Mat. 2013 and 2015 and I couldn't find it .any help with that ??

채택된 답변

Walter Roberson
Walter Roberson 2017년 1월 28일
It appears that R13SP2 was the last version that had that block. That is also the oldest version that you can still download from Mathworks.
  댓글 수: 5
Walter Roberson
Walter Roberson 2017년 1월 29일
The block was removed in 2004, not in "newest MATLAB releases". I see that a number of passband functions were removed; I do not know why.
I do not know much at all about passband and baseband. Perhaps this example will help? https://www.mathworks.com/help/comm/examples/passband-modulation-with-adjacent-channel-interference.html
Asmaa Romia
Asmaa Romia 2017년 1월 30일
thanks , that's very helpful for me. Appreciating your kind cooperation.

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

추가 답변 (1개)

Tasos Giannoulis
Tasos Giannoulis 2017년 1월 30일
편집: Walter Roberson 2017년 1월 30일
Hi Asmaa and Walter,
Some important notes:
1) Indeed, the passband OQSPK modulator/demodulator has been removed and only a baseband OQPSK modulator/demodulator exists.
2) 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.
3) If you really need to do passband simulation (but please be sure about this first), then you can use the Digital Up/Down Converter blocks / System objects from the DSP System Toolbox in conjuction with the baseband OQSPK modulator/demodulator. Alternatively, the featured example that Walter showed, and this one for Simulink: https://www.mathworks.com/help/comm/examples/passband-modulation.html can show another way to upconvert baseband signals.
4) 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
  댓글 수: 2
Walter Roberson
Walter Roberson 2017년 1월 30일
Thanks for the remarks!
One question: I am not sure what "half a simple" is? Half a symbol perhaps?
Asmaa Romia
Asmaa Romia 2017년 1월 31일
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?

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by