Undefined receiver's location in NRSynchronizationProcedures.m MatLab code example
Ältere Kommentare anzeigen
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 ?
Antworten (1)
Smruti Prava Panda
am 12 Feb. 2020
Bearbeitet: Smruti Prava Panda
am 12 Feb. 2020
0 Stimmen
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.
Kategorien
Mehr zu Beamforming and Direction of Arrival Estimation finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!