numerator=square_abs(h_k{k}' *f_ki{k}) denominator=inv_pos(total+nois_var_ak_2pow(1) + nois_var_dk_2pow(1)) numerator*denominator>=bar_r(1) cvx_end Does anyone know how to modify the error code? denominator=inv_pos(total+nois_var_ak_2...
代码如下: function [minimun_power] = socp(h,gamma,sigma_2,N,K) % 利用SOCP求解功率最小化问题 cvx_begin quiet variable W(N,K) complex minimize(norm(W(:))) subject to for i=1:K imag(h(:,i)'*W(:,i)) == 0; sqrt((1+1/gamma))*real((h(:,i)'*W(:,i))) >= norm([h(...
abs(x) vector operators (map vectors to scalars) norm(x) norm2(x), equivalent to norm(x) Atoms The atoms we provide are: scalar atoms (map scalars to scalars) pos(x), defined as max(x, 0) neg(x), defined as max(-x, 0) square(x) inv_pos(x) geo_mean(x,y) sqrt(x)...
cvxgrp/l1_ls - This is the repository for the l1_ls, a simple Matlab solver for l1-regularized least squares problems. christianwengert/calib_toolbox_addon - Hand-eye calibration addon for the Matlab camera calibration toolbox chrisjmccormick/hog_matlab - Matlab implementation of the HOG descri...
cvxgrp/l1_ls - This is the repository for the l1_ls, a simple Matlab solver for l1-regularized least squares problems. christianwengert/calib_toolbox_addon - Hand-eye calibration addon for the Matlab camera calibration toolbox chrisjmccormick/hog_matlab - Matlab implementation of the HOG descri...