Skip to content

v0.5.0 (October 5, 2020)

Compare
Choose a tag to compare
@psambit9791 psambit9791 released this 05 Oct 14:42
· 293 commits to master since this release

Release Notes

  • Included new module called IO for Read/Write

    • Added support for WAV File
  • Added new module for Window Functions. Presently supports the following window functions:

    • Boxcar
    • Hamming
    • Hanning
    • Bartlett-Hann
    • Bartlett
    • Blackman
    • Blackman-Harris
    • Poisson (exponential)
    • Gaussian
    • Flat Top
    • Nuttall
    • Triangular
    • Tukey
    • Bartlett-Hann
    • Bartlett
    • Bohman
New Utilities:
  • Added an abstract class _Window to support building custom windows
  • Added an interface _FrequencyFilter for building frequency-based filters
  • Added an interface _KernelFiIter for building kernel-based filters
Patches:
  • [Bug Fix] Frequency Filter now throws error if lower cutoff frequency is greater than or equal to the higher cutoff frequency.
  • Made changes to Plotting utility - saveAsPNG() function requires the extension along with the filename to work.