Bharathi
MKU,Madurai
2011년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
Algebraic Reconstruction Algorithm
From net I got a point of convergence i.e b(j) should be defined as - b = b + δb where as δ is an noise fac...
Algebraic Reconstruction Algorithm
From net I got a point of convergence i.e b(j) should be defined as - b = b + δb where as δ is an noise fac...
14년 초과 전 | 0
질문
Algebraic Reconstruction Algorithm
function [x,rs,rho] = kaczmarz(A,b,sweeps,os) x = zeros(size(A,2),1); N = sqrt(length(x)); r=size(b,1); omega = 0.5; temp=x...
14년 초과 전 | 답변 수: 1 | 0