Addition of signals in simulink
    9 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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 comentarios
  Chirag Nighut
    
 el 15 de Dic. de 2020
				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
Respuestas (1)
  Kranti Balaga
    
 el 24 de Mayo de 2021
        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 
0 comentarios
Ver también
Categorías
				Más información sobre QPSK en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


