Hi Mcalex and Mihai,
Thank you so much indeed. I am trying to find some java library for IIR Digital filter in google with out any success. I happen to see in the internet that there are signal processing library in C++ though I haven’t used that before. I also don’t know how to import C++ library in Java. Is there any C library in Signal processing which can be imported in java? Regards Indu On Mon, Apr 12, 2010 at 10:04 PM, Mihai DINCA <[email protected]> wrote: > Hi Indu, > > I Googled for you on "Java IIR Digital Filter" and I found several links, > such as: > > http://www.vclcomponents.com/s/0__/source_code_for_______iir_digital_filter > http://www.dsptutor.freeuk.com/IIRFilterDesign/IIRFilterDesign.html > ... and so on ... > and an article in Wikipedia who contains further links: > http://en.wikipedia.org/wiki/Infinite_impulse_response > > On the other hand, it is not possible to import C/C++ source code in Java > (there must be some translators somewhere over Internet), but you can call > DLL functions from Java (I never tried), but such mixed technology can be > difficult to maintain. All depend on your purpose (for e.g. for a one shot > try for a diploma project you don't care too much about maintenance). > > Hope it helps > mihai > > > Indira Pandey a écrit : > > Hi guys, > > > > Is there any java library available for Signal Processing especially IIR > Digital Filter? Can we import C or C++ library in java ? Please help me. > > > > Thank you > > Indu > > > > > -- > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/javaprogrammingwithpassion?hl=en > > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
