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 years 前 | 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 years 前 | 1 个回答 | 0