Wave-U-Net-Pytorch icon indicating copy to clipboard operation
Wave-U-Net-Pytorch copied to clipboard

Bug in sinc filter

Open Parth92 opened this issue 9 months ago • 0 comments

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. Image

Parth92 avatar Jan 22 '25 04:01 Parth92