Phased. FreeSpace - Multipath issue

조회 수: 1 (최근 30일)
Sruti Sivakumar
Sruti Sivakumar 2019년 11월 7일
We have used phased.FreeSpace for our channel. We could see the presence of two taps in the channel. Could you clarify this?
The following is the code.
fs = 8000; fop = 3e9;
channel = phased.FreeSpace('SampleRate',fs,'OperatingFrequency',fop,'TwoWayPropagation',false);
pos1 = [1000;0;0];
pos2 = [300;200;50];
vel1 = [0;0;0];
vel2 = [0;0;0];
y = channel([1;zeros(1000,1)],pos1,pos2,vel1,vel2);
figure;
z=abs(y);
plot(z(1:10));

답변 (0개)

카테고리

Help CenterFile Exchange에서 Propagation and Channel Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by