필터 지우기
필터 지우기

Addition of signals in simulink

조회 수: 5 (최근 30일)
Abbey Stock
Abbey Stock 2020년 12월 10일
답변: Kranti Balaga 2021년 5월 24일
Hi,
I have two signals I would like to add together using simulink (Inphase and Quadrature). These would have to be added using a signal from t = 0- 1 from inphase, then t = 0-1 quadrature, then t = 1-2 inphase, t = 1-2 quadrature etc..
How would i do this without using the QPSK demodulator block? I already have the inphase and quadrature signals in two differrent 'streams'
Thanks
  댓글 수: 2
Chirag Nighut
Chirag Nighut 2020년 12월 15일
In order to add 2 signals and combine into one signal, you can use the Simulink merge block present in the Signal Routing library.
To know more about the same refer the following link: https://www.mathworks.com/help/simulink/slref/merge.html
Abbey Stock
Abbey Stock 2020년 12월 15일
Hi, thanks for your answer. However this does not merge the signals in the way i need. Is there a way to add them as in one inphase timestep, one quadrature timestep, one inphase timestep, one quadrature...

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

답변 (1개)

Kranti Balaga
Kranti Balaga 2021년 5월 24일
Hi,
To demodulate the I and Q signals without using QPSK demodulator block can be done for the hard decision. You can get I and Q signals in two different streams and give it to the hard decision using the following block by setting a constant value to 'zero'
You will get bit outputs.
For combining real I and real Q to complex data, you can use

카테고리

Help CenterFile Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by