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
There appears to be a small bug in the sinc filter. According to the reference the code refers to, the last term in this line should be 0.08 * np.cos((4 * np.pi * i) / M).
For kernel_size = 5, cutoff = 1/30, the difference is not too big though.
The text was updated successfully, but these errors were encountered:
There appears to be a small bug in the sinc filter. According to the reference the code refers to, the last term in this line should be
0.08 * np.cos((4 * np.pi * i) / M)
.For kernel_size = 5, cutoff = 1/30, the difference is not too big though.

The text was updated successfully, but these errors were encountered: