simulink real to IQ
조회 수: 8 (최근 30일)
이전 댓글 표시
is there a simulink block that can convert real sine wave data to IQ data?
댓글 수: 0
답변 (1개)
Walter Roberson
2025년 2월 14일
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!