由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - fft algorithm
相关主题
FFTFourier question
[转载] 做FFT的陷阱What is a supercomputer?
关于三维快速傅立叶(FFT)a C language question regarding pointer usage
求DFT的Fortran源代码。。。。。。。。。。。。。。。。。。。。matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
一个发现: fftw里面的C语言做Fourier transform比Matlab快6倍 (无内文)问个比较初级的问题关于cosine transform 解篇微分的
compile lammps using fftw-2.1.5 and intel compilerfftw有memory leak
FFT in C请问fftw和nag的fft谁好?
[转载] Question about Energy spectrumAlgorithm 课程及教材选择疑问
相关话题的讨论汇总
话题: fft话题: algorithm话题: write话题: fftw话题: myself
进入Computation版参与讨论
1 (共1页)
s*****k
发帖数: 3
1
i am trying to write code for fft myself. of cause i think it is ok if it can
run. someone can tell me some references on fft algorithm.
thanks!
m****n
发帖数: 51
2
nRC

can

【在 s*****k 的大作中提到】
: i am trying to write code for fft myself. of cause i think it is ok if it can
: run. someone can tell me some references on fft algorithm.
: thanks!

w**f
发帖数: 7794
3
google.

【在 s*****k 的大作中提到】
: i am trying to write code for fft myself. of cause i think it is ok if it can
: run. someone can tell me some references on fft algorithm.
: thanks!

d*****w
发帖数: 124
4
waste time. r u sure u can beat FFTW?

can

【在 s*****k 的大作中提到】
: i am trying to write code for fft myself. of cause i think it is ok if it can
: run. someone can tell me some references on fft algorithm.
: thanks!

t*****o
发帖数: 74
5
why bother to write it by youself?
there are many very good standard fft routines
very fast and stable
already developed tens year by supercomputer center
S***y
发帖数: 186
6
I think the problem is that the best algorithms are usually not
well documented.

【在 d*****w 的大作中提到】
: waste time. r u sure u can beat FFTW?
:
: can

X****r
发帖数: 3557
7
IMHO, the documentation of fftw is good enough.

【在 S***y 的大作中提到】
: I think the problem is that the best algorithms are usually not
: well documented.

s*****k
发帖数: 3
8
I ever tried two different formulas of Fourier transform. One worked well, but
the other didn't. To know them more clearly, I try to write the code myself.
I don't expect that it will be nice to work on every machine or in any code,
but I hope it works well when I test it.
From www.google.com, it seems not easy to find some useful algorithm except
the private codes. Here somebody can show me the FFT algorithm.
Thanks!

it

【在 t*****o 的大作中提到】
: why bother to write it by youself?
: there are many very good standard fft routines
: very fast and stable
: already developed tens year by supercomputer center

1 (共1页)
进入Computation版参与讨论
相关主题
Algorithm 课程及教材选择疑问一个发现: fftw里面的C语言做Fourier transform比Matlab快6倍 (无内文)
并行的fft大家用什么library?compile lammps using fftw-2.1.5 and intel compiler
fftw mpiFFT in C
关于 fftw 的问题[转载] Question about Energy spectrum
FFTFourier question
[转载] 做FFT的陷阱What is a supercomputer?
关于三维快速傅立叶(FFT)a C language question regarding pointer usage
求DFT的Fortran源代码。。。。。。。。。。。。。。。。。。。。matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍
相关话题的讨论汇总
话题: fft话题: algorithm话题: write话题: fftw话题: myself