简体   繁体   中英

Is there a python equivalent to Matlab's highpass function?

I am replicating an old code I had written in matlab which involves filtering signals using Matlab's highpass function ( https://www.mathworks.com/help/signal/ref/highpass.html ). Can anyone refer me to a python-equivalent to this function if one exists? If not, are there any references online so that I can maybe code this function myself? Anything helps :) Thank you!

Not exactly the same, but for simple highpass filtering is enough: ( https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html ).

Care if using filter order N > 10 , it had some issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM