Implementation of FIR filter in C#
Posted
by user261924
on Stack Overflow
See other posts from Stack Overflow
or by user261924
Published on 2010-03-18T17:37:08Z
Indexed on
2010/03/18
18:21 UTC
Read the original article
Hit count: 1093
Hi, at the moment im trying to implement a FIR lowpass filter on a wave file. The FIR coefficients where obtained using MATLAB using a 40 order. Now i need to implement the FIR algorithm in C# and im finding it difficult to implement it.
Any help?
Thanks
© Stack Overflow or respective owner