Python Forum

Full Version: Build Lapalce symbolic expression from nominator/denominator arrays
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Different filter approximation functions from scipy (e.g. ""Butterworth") return nominator and denominator arrays.
Here is one of such functions...
scipy.signal.butter
Does exist a function that take these 2 arrays (i.e. nominator and denominator) and generate symbolic expression ?
Thanks.