When I run the code here, it doesn't work right because matlab CVX does not perform divide. ThemeCopy M = 7; Nt = 8; L = 5; Pmax = 40; u = 0.5; sigma = -70; delta = -50; SNRdB = 10; gamma = 10.^(SNRdB/10); Iota = 40; h = zeros(Nt,M); g = zeros...
do you find you answer? Sign in to comment. Sign in to answer this question.Answers (1) Sam Chak on 8 Jan 2022 Vote 1 Link Open in MATLAB Online Hi @admane hocine You can try something like the following: ThemeCopy t = 0:0.001:1; iota = [-1 0 1]; plot(iota(1)*...