simulink real to IQ

6 visualizaciones (últimos 30 días)
wen
wen el 14 de Feb. de 2025
Respondida: Walter Roberson el 14 de Feb. de 2025
is there a simulink block that can convert real sine wave data to IQ data?

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Feb. de 2025
Simulink does not have an IQ datatype, so it is difficult to know what you are asking for.
Simulink has a real + imaginary to complex block https://www.mathworks.com/help/simulink/slref/realimagtocomplex.html but that forms complex numbers.
The MATLAB / Simulink internal representation of complex numbers currently interweaves real and complex data; this is relatively new, with it not being all that many releases ago when complex numbers were represented by an array of real values and a seperate array of imaginary components.
I guess you could use the real+imaginary to complex block with constant imaginary part of 0; the result would in some meaningful sense be IQ data

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by