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

Apply new signal description in TimeVaryingNoise transform #231

Closed nsbruce closed 2 months ago

nsbruce commented 5 months ago

In the TimeVaryingNoise transform, a new signal description is created but never used. This PR renames one variable so that the new description is returned along with the new IQ data.

An unused import is also removed.