psiext.m

来自「一种基于压缩感知技术的图像重建程序」· M 代码 · 共 22 行

M
22
字号
function psinu = PsiExt(nu)
% psinu = PsiExt(nu)
% Calculate PsiExt 
%

%erf is replaced by (1+erf)/2 to change from G(y) to Q(y)

xnu = CalcXnu(nu);
psinu = -(1-nu) .* log( (1+erf(xnu))/2 ) + nu .* xnu.^2;

%
% Copyright (c) 2006. David Donoho
%  

%
% Part of SparseLab Version:100
% Created Tuesday March 28, 2006
% This is Copyrighted Material
% For Copying permissions see COPYING.m
% Comments? e-mail sparselab@stanford.edu
%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?