DSPRelated.com
Forums

crackling sound after FIR filtration

Started by Decay February 27, 2008
> >You might find http://www-users.cs.york.ac.uk/~fisher/cgi-bin/mkfscript >useful. I think a free copy of ScopeDSP from iowegian.com might also. > >Jerry >-- >Engineering is the art of making what you want from things you can get. >??????????????????????????????????????????????????????????????????????? >
Thanks Jerry, These tools are good as the reference as they provide proven results, but I need something more .. theoretical. I'm looking for some explanations which will allow me to implement coeffs calculation in c++.
Decay wrote:
>> You might find http://www-users.cs.york.ac.uk/~fisher/cgi-bin/mkfscript >> useful. I think a free copy of ScopeDSP from iowegian.com might also.
...
> Thanks Jerry, > > These tools are good as the reference as they provide proven results, but > I need something more .. theoretical. I'm looking for some explanations > which will allow me to implement coeffs calculation in c++.
Download the Java code and figure out what it does. Or get a textbook. Jerry -- Engineering is the art of making what you want from things you can get. �����������������������������������������������������������������������
>Decay wrote: >>> You might find
http://www-users.cs.york.ac.uk/~fisher/cgi-bin/mkfscript
>>> useful. I think a free copy of ScopeDSP from iowegian.com might also. > > ... > >> Thanks Jerry, >> >> These tools are good as the reference as they provide proven results,
but
>> I need something more .. theoretical. I'm looking for some
explanations
>> which will allow me to implement coeffs calculation in c++. > >Download the Java code and figure out what it does. Or get a textbook. > >Jerry >-- >Engineering is the art of making what you want from things you can get. >??????????????????????????????????????????????????????????????????????? >
Oh, I didn't see the link to sources at first: http://www-users.cs.york.ac.uk/~fisher/software/mkfilter Thanks. p.s. it's C actually..