Wideband LOS channel block - propagate to multiple destinations
이전 댓글 표시
The Wideband LOS channel block mentions that it can propagate one point in space to multiple points or from multiple points back to one point via line-of-sight (LOS) channels. I want to propagate a signal from one location to 8 locations - so I set the Pos2 and Vel2 ports to be 3x8 arrays, assuming it will give a matrix of the propagated signals at the output port. But it instead causes an error :
'Expected input Pos2 to be of size [3 1] when it is actually size [3 8]'
How do you propagate one signal to multiple locations? Is using multiple copies of the same block the only way?
채택된 답변
추가 답변 (1개)
majd abdullah
2020년 12월 10일
0 개 추천
you should to add (duplicate columns) block befor (free space channel) block
and in (duplicate columns) block add array from 8 elements

카테고리
도움말 센터 및 File Exchange에서 Signal Radiation, Collection, and Reflection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!