フィルターのクリア

Undefined receiver's location in NRSynchron​izationPro​cedures.m MatLab code example

2 ビュー (過去 30 日間)
ipshita panda
ipshita panda 2019 年 9 月 24 日
編集済み: Smruti Prava Panda 2020 年 2 月 12 日
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
Smruti Prava Panda 2020 年 2 月 12 日
編集済み: Smruti Prava Panda 2020 年 2 月 12 日
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.

カテゴリ

Help Center および File ExchangeBeamforming and Direction of Arrival Estimation についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by