how can i calculate or estimate FNBW & SLL ? here is my matlab code for beamforing .. Im using matlab version R2015A

4 ビュー (過去 30 日間)
close all clear all clc m = input('enter the number of elements = '); d = input('direction = '); signal=(sin(d* pi/180)); ad = exp (-1j * pi [0: m-1]'*signal); thetas = [-90:.1:90]; tm = thetas * pi/180; am = exp (-1j * pi * [0: m-1]' (sin (tm))); A = abs (ad'* am); A = A / max (A); figure, polar (tm, A) A = 10*log10 (A); figure, plot (thetas, A); xlabel ('angle[degrees]'); ylabel ('Normalized Beam Power[dB]'); grid on

回答 (1 件)

Ricardo Gutierrez
Ricardo Gutierrez 2019 年 8 月 6 日
Hi.
Good morning.
You could give examples of recommended values of:
number of elements =
address =
Greetings.

カテゴリ

Help Center および File ExchangeDesign of Experiments (DOE) についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by