在C#中为FFT,IFT,杉木设计提供帮助 [英] help for fft,ifft,fir design in c#

查看:167
本文介绍了在C#中为FFT,IFT,杉木设计提供帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近在一个数字信号处理项目(C#)中,需要使用FFT,IFFT,FIR滤波器设计,所有专家都可以给我相关链接的类库,非常感谢

I recently in a digital signal processing project(C#), need to use FFT, IFFT, FIR filter design, all experts can you give me the class library of related links, thank you very much

推荐答案

看看以下链接:

http://www.extremeoptimization.com/solutions/FastFourierTransformsFft.aspx?gclid=CLHQYY4O [ ^ ]

http://www.exocortex.org/dsp/ [ http://www.lomont.org/Software/Misc/FFT/LomontFFT.html [ ^ ]

如何实现FFT算法 [
Take a look at the following links :

http://www.extremeoptimization.com/solutions/FastFourierTransformsFft.aspx?gclid=CLHnzYfO-6sCFYSo4AodqBGHjg[^]

http://www.exocortex.org/dsp/[^]

http://www.lomont.org/Software/Misc/FFT/LomontFFT.html[^]

How to implement the FFT algorithm[^]


有几种设计FIR滤波器的方法.看看:
There are several ways to design FIR filter. Take a look:
"Sinc FIR filter design".
The main idea is to find the set of numbers which have a "filtering properties". All you need to do is to convolve the initial signal with the gotten "set of numbers". So, the job you need to do can be made in the time domain (without FFT and IFFT).


我见过的最有用,最方便的FIR滤波器设计教程是此处.
The most useful and handy tutorial for FIR filter design I have ever seen is here.


这篇关于在C#中为FFT,IFT,杉木设计提供帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆