-
Tues-A17_01-Beatty-Gridding
In this session, I will focus on the gridding method for fast image reconstruction from non-
Cartesian data [1-5]. While gridding is not the only game in town, it is the reconstruction of
choice when reconstruction time is an issue. Other reconstruction techniques include rBURS
[6] and non-Cartesian iterative methods [7,8]. Non-Cartesian iterative methods generally use
gridding and inverse gridding as their core operation, so even when gridding is not the right
solution for an application, an understanding of gridding can be useful.
I will cover the main steps of the gridding algorithm and then discuss some implementation tips
that can signicantly reduce the computation time. Finally, I will present some illustrations and
viewpoints that I have found to aid in an intuitive understanding of the gridding method, which
can be helpful when designing the density compensation function and judging the appropriateness
of gridding as a solution for a particular application.
- 2012-05-27 18:19:18下载
- 积分:1
-
FullWave
Full wave rectifier simulation using matlab
- 2014-11-16 17:52:06下载
- 积分:1
-
Polynomial
polynomial functions
- 2016-08-16 18:09:06下载
- 积分:1
-
foc
this file contain all type of field orintation control matlab s program
- 2009-12-28 23:14:42下载
- 积分:1
-
junxunlianghua
说明: 基于matlab的pcm系统的仿真之对语音信号的均匀量化编码(Matlab-based system simulation of the pcm speech signal uniform quantization coding)
- 2011-04-14 09:18:26下载
- 积分:1
-
使用M&M算法进行载波频偏估计 MM
使用M&M算法进行载波频偏估计,主要应用于dvb-s2中(M &M algorithm with carrier frequency offset estimation, mainly used in the dvb-s2)
- 2020-06-27 04:40:01下载
- 积分:1
-
erfen
此程序是用二分法求非线性方程在一定精度下的近似解以及迭代次数,这是通用程序(This program is the dichotomy of nonlinear equations in the approximate solution under certain precision and number of iterations, which is a universal program)
- 2010-12-29 00:19:04下载
- 积分:1
-
matlab
一共15章,详细介绍了matlab的使用方法,是学习matlab的很好的教程。(A total of 15 chapters, details the use of matlab is a good tutorial to learn matlab.)
- 2013-03-22 14:58:22下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
LPR_2011
车牌定位程序,自己写的车牌定位的Matlab算法,能把车牌切分提取出来。(Locate the license plate program, write your own license plate location of the Matlab algorithm, can license plate segmentation out.)
- 2012-05-23 17:47:02下载
- 积分:1