Click here to Skip to main content
15,912,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 21-Oct-11 19:43pm
v3

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).
 
Share this answer
 
v2
The most useful and handy tutorial for FIR filter design I have ever seen is here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900