Wave-U-Net-Pytorch
Wave-U-Net-Pytorch copied to clipboard
Bug in sinc filter
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.