TorchDSP / torchsig

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

GMSK/GFSK also needs faster filtering due to convolution of long signals with gaussian pulse shape #85

Closed MattCarrickPL closed 1 year ago

MattCarrickPL commented 1 year ago

Much computation required to apply pulse shaping filters for narrow bandwidth signals with a high oversampling rate (large samples per symbol). Run time could be improved via either:

MattCarrickPL commented 1 year ago

GMSK/GFSK also needs faster filtering due to convolution of long signals with gaussian pulse shape