필터 지우기
필터 지우기

Error on transmitting image simulink [MODEL INCLUDED]

조회 수: 2 (최근 30일)
Raúl Parada Medina
Raúl Parada Medina 2023년 2월 21일
댓글: Raúl Parada Medina 2023년 2월 22일
Hi,
I'm creating a simulink scheme to transmit an image through QAM modulation. However, I get this error:
Cannot propagate 3-D signal from 'Output Port 1' of block 'ImageQAM_2023/Image From File' to 'Input Port 1' of block 'ImageQAM_2023/Integer to Bit Converter'. The latter block does not accept signals with greater than 2 dimensions (either entirely or in its current configuration). Here is my scheme. Any clue? Thanks
UPDATED (23/2/2023): I've uploaded the model and an image to check.

채택된 답변

Walter Roberson
Walter Roberson 2023년 2월 21일
Your image is rgb but the downstream cannot handle rgb. You will need to convert to gray or convert to pseudocolor or reshape to be same number of rows but 3 times as many columns
  댓글 수: 9
Walter Roberson
Walter Roberson 2023년 2월 22일
Please attach your model so someone can examine in more detail to figure out where the continuous parts are arising.
Raúl Parada Medina
Raúl Parada Medina 2023년 2월 22일
Done! Thanks

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Communications Toolbox에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by