Skip to content

Commit

Permalink
Update para_init.m
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaolin820 authored Oct 9, 2022
1 parent 873e303 commit c901f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/para_init.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

values.M = 8; % overall antennas
values.STAR_size = [10,2]; % array size of STARS
values.N = values.STAR_size(1)*values.STAR_size(2); % number of elements at STAR
values.N = values.STAR_size(1)*values.STAR_size(2); % number of elements at STARS

values.Pt = 10^(20/10); % overall transmit power in dBm
values.n = 1; % equivalent noise power
Expand Down

0 comments on commit c901f7b

Please sign in to comment.