How to super impose the two signals, meanwhile conversion of 1-D data to 2-D data by using the simulink blocks?
조회 수: 3 (최근 30일)
이전 댓글 표시
Two Inputs of size 80*60 (colum1*row1) and it's transposed data 60*80 (column2 * row2) are avalible as input to the algorithm.
The simulink model agorithm gives the processed data for the first input is 4800*1 (Column*row), So i need to reconstruct the processed data into original size of 80*60 and transposed it as 60*80 and then convert into 4800*1 data.
The simulink algorithm gives the processed data for the second input is 4800*1 for the input size of 60*80.
Finally i need to super impose or add the same location pixel processed data for 4800*1 (processed data for input1) and 4800*1 (processed data for input2 data), for checking the performance of algorithm. I request to let me know anyone can help to reslove this simulink problem?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Model Compatibility에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!