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 quantization transform #207

Closed MattCarrickPL closed 11 months ago

MattCarrickPL commented 1 year ago

Quantization now computed over real and imag elements independently, rather than using their complex magnitude as a reference

Maximum level for quantization now taken over real and imag elements independently, rather than using their complex magnitude as a reference

Resolves #166