Undefined receiver's location in NRSynchronizationProcedures.m MatLab code example
显示 更早的评论
Receiver's location has not been defined properly to verify which beam in the beam sweep was most effective at directing the signal towards the receiver.
Can someone please help me know as to where in the code is the receiver's position mentioned ?
回答(1 个)
Smruti Prava Panda
2020-2-12
编辑:Smruti Prava Panda
2020-2-12
0 个投票
In NRSynchronizationProcedures example the beamforming weights are calculated as below (simple fft based beamforming & beamform weights are not generated for a receiver’s position)
% Configure beamforming weights
W = fft(eye(ntxants)) / sqrt(ntxants);
So, Receiver location is not taken into consideration here.
类别
在 帮助中心 和 File Exchange 中查找有关 Beamforming and Direction of Arrival Estimation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!