You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I don't really get the point of the upfirdn (apart from reducing the dim of the height and width of x by one)?
How is the resample kernel chosen? ([1,3,3,1] in the code)
Why is the filter 4x4 (In the doc of the upfirdn of scipy, it says the filter should be 1-D https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.upfirdn.html )?
The text was updated successfully, but these errors were encountered:
Hello, I don't really get the point of the upfirdn (apart from reducing the dim of the height and width of
x
by one)?How is the
resample kernel
chosen? ([1,3,3,1] in the code)Why is the filter 4x4 (In the doc of the upfirdn of scipy, it says the filter should be 1-D https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.upfirdn.html )?
The text was updated successfully, but these errors were encountered: