-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于热力图 #1
Comments
你好,代码中的接收信号r为161,依据cvx去求解凸优化问题,假设接收信号为16100时,无法正常运行代码,请问是否怎么解决这个问题呢。 |
你好,请问你知道这个问题该如何解决了?同时,我问下你知道,代码中的接收信号r为161,依据cvx去求解凸优化问题,假设接收信号为16*100时,无法正常运行代码,请问是否怎么解决这个问题呢。 |
好像就是CVX 维度大的时候算不了,并且维度大之后计算速度非常慢。
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月15日(星期三) 中午11:41
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [chenpengseu/PassiveDOA-ISAC-RIS] 关于热力图 (Issue #1)
你好,代码中的接收信号r为161,依据cvx去求解凸优化问题,假设接收信号为16100时,无法正常运行代码,请问是否怎么解决这个问题呢。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
你说的这个问题是针对“”代码中的接收信号r为16x1,依据cvx去求解凸优化问题,假设接收信号为16x100时“?我尝试的该cvx里面的内容,发现换成16x100时,里面的minimize(quad_form(r-param.G*est_xi-est_eta*b,eye(length(r)))+rho/2*(nu+1/param.M*trace(Z)))这块矩阵运算就会出现问题,quad_form函数应该满足 %QUAD_FORM(x,Q) is real(x'*Q*x) = x'*((Q+Q')/2)*x. 只允许x是向量,就是16x1,而换成矩阵就不行了
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月15日(星期三) 晚上8:29
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [chenpengseu/PassiveDOA-ISAC-RIS] 关于热力图 (Issue #1)
好像就是CVX 维度大的时候算不了,并且维度大之后计算速度非常慢。
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月15日(星期三) 中午11:41
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [chenpengseu/PassiveDOA-ISAC-RIS] 关于热力图 (Issue #1)
你好,代码中的接收信号r为161,依据cvx去求解凸优化问题,假设接收信号为16100时,无法正常运行代码,请问是否怎么解决这个问题呢。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
请问你还有其他基于RIS的doa估计的代码或网址?传统的doa估计无法作用在基于RIS的估计上,你是怎么解决这个问题的, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,我在仿真您的结果,对于Fig3热力图,请问这个CRLB是根据单target算出来(遍历所有target坐标)的吗?公式是根据equ.53 那个放缩后的结果算吗,还是根据F矩阵的逆,我在求逆时,总是出现出现矩阵不可逆的情况。谢谢~
The text was updated successfully, but these errors were encountered: