We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
该文件可以正常工作:只需复制并粘贴到您的计算机中即可。
在网上冲浪时,我在维基百科页面此处找到了这个简单的实现。该页面是意大利语,所以我用一些翻译重新编写了代码。 这里有几乎相同的信息,但是是英文的。享受!
This file works properly as it is: just copy and paste in your computer.
Surfing on the web I have found this easy implementation on wikipedia page here. The page is in italian, so I re-wrote the code with some translations. Here there are almost the same informations but in english. ENJOY!
你最好的选择是 KissFFT - 顾名思义,它是 简单,但它仍然相当快,并且比 FFTW 轻得多。它也是免费的,但如果您想将 FFTW 包含在商业产品中,则需要支付高额许可费。
Your best bet is KissFFT - as its name implies it's simple, but it's still quite respectably fast, and a lot more lightweight than FFTW. It's also free, whereas FFTW requires a hefty licence fee if you want to include it in a commercial product.
这里是一个许可许可的 C 库各种不同的 FFT 实现,每个实现都位于其自己的独立 C 文件中。
Here is a permissively-licensed C library with a variety of different FFT implementations, each of which is in its own self-contained C-file.
您可以开始将 这个 java 片段 转换为 C,作者表示他已将其从 C 转换为基于您可以在网上找到的数字食谱这本书! 此处
You could start converting this java snippet to C the author states he has converted it from C based on the book numerical recipies which you find online! here