%-------------------------------------------------------------------------------
% UF Sparse Matrix Collection, Tim Davis
% http://www.cise.ufl.edu/research/sparse/matrices/Bydder/mri1
% name: Bydder/mri1
% [MRI reconstruction (1), from Mark Bydder, UCSD]
% id: 1317
% date: 2005
% author: M. Bydder
% ed: T. Davis
% fields: title A name b id notes date author ed kind
% kind: computer graphics/vision problem
%-------------------------------------------------------------------------------
% notes:
% x = lsqr (A,b) ; imagesc (abs (fftshift (fft2 (reshape (x, 384, 384))))) ;
%-------------------------------------------------------------------------------
