photo

rahul PAL


Last seen: 12 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

提问


Plot end-fire array for delta=0 and Henson woodyard array for delta =pi/N. When plotting ordinary is giving better performance than Henswoodyard. make it opposite
clc; clear; close all; c = physconst('LightSpeed'); fc = 300e6; lambda = c / fc; d_over_lambda_range = 0.1:0.02:2; N = 15; ...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Saving .mat file with different names
for k = 1 : 12 a = rand; b = rand; filename = sprintf('datset_%06d.mat',k) save(filename,'a','b') end

2 years 前 | 0