摘要:
最近调用FFTW来做reconstruction,遇到一个问题,先贴code:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#defineN102fftw_complexin[N],out[N];3fftw_planp;45p=fftw_plan_dft_1d(N,in,out,FFTW_FORWARD,FFTW_ESTIMATE);67//初始化in8for(inti=0;i<N;i++)9{10in[i][0]=i;//实数部分1 阅读全文
posted @ 2011-02-16 19:41
Tandy
阅读(994)
评论(0)
推荐(0)

浙公网安备 33010602011771号