X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 Sep 2014 10:55 AM by  anon
Butterworth filter order and cutoff frequency
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
08 Sep 2014 10:55 AM
    Hi, I am moving Matlab code to IDL which uses Butterworth filtering, and see that IDL provides this functionality via its butterworth function (http://www.exelisvis.com/...s/BUTTERWORTH.html). It is hard to tell from the documentation whether this is really the Matlab equivalent (http://www.mathworks.com/...al/ref/butter.html). Furthermore, the filter order and cutoff frequency are calculated with another function in Matlab (http://www.mathworks.com/...l/ref/buttord.html), whereas there seems to be no such equivalent in IDL. I realize it may be too specific to ask here, but perhaps some other Matlab users have looked at this and have some recommendations as to how to achieve these operations in IDL. Thanks in advance, Sebastian

    Deleted User



    New Member


    Posts:
    New Member


    --
    09 Sep 2014 10:49 AM
    I'm afraid I'm not very familiar with Matlab's Butterworth filtering. However, if you have access to both Matlab and IDL, you may be able to gain understanding the IDL routine by using the same data set with both Matlab and IDL's butterworth routines and see if the results match.

    Deleted User



    New Member


    Posts:
    New Member


    --
    09 Sep 2014 03:27 PM
    Thanks for following up. I do have access to Matlab and have started comparing the two implementations. Regards, Sebastian
    You are not authorized to post a reply.