Skip to content

TorchSig v0.5.2

Compare
Choose a tag to compare
@TorchDSP TorchDSP released this 09 Jul 02:19
· 23 commits to main since this release
  1. Fixed pickle issue causing OOM issues. No longer stores tensors to db
  2. Updated pytorch and timm dependencies to pytorch v2.3.0 and timm v1.0.7
  3. All three foundational modulators now resample to the appropriate bandwidth & perform upconversion to the right center frequency
    this creates a much simpler wideband.py, because now it gets a IQ snapshot that requires no additional DSP mods/
  4. Added in anti-aliasing filtering after upconversion into modulators to minimize the amount of energy that wraps around the -fs/2 and +fs/2 boundary
  5. Irrational rate resampler in utils/dsp.py which is much higher quality than scipy's resample_poly() implementation
    bounding boxes are much tighter in frequency dimension for FSK/MSK.

@MattCarrickPL, @pvallance