TorchDSP / torchsig

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

Fixing low_pass() transition_bandwidth parameter #208

Closed MattCarrickPL closed 12 months ago

MattCarrickPL commented 12 months ago

previously low_pass() discarded the transition_bandwidth parameter and instead recalculated internally, however low_pass() now accepts the transition_bandwidth parameter