TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
173
stars
39
forks
source link
Removing redundant anti-aliasing filter within resample() transform #211
Closed
MattCarrickPL closed 1 year ago
Removing a redundant anti-aliasing transform within resample(). The resample_poly() function has an implicit anti-aliasing filter internal to it.
Implements #196