TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Removing redundant anti-aliasing filter within resample() transform #211

Closed MattCarrickPL closed 1 year ago

MattCarrickPL commented 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