Skip to content

v0.6.0

Compare
Choose a tag to compare
@mchitre mchitre released this 20 Aug 05:00
· 29 commits to master since this release

SignalAnalysis v0.6.0

Full Changelog: v0.5.1...v0.6.0

  • New function findsignal() to find copies of reference signal in a received signal (supports sub-sample timings)
  • New function compose() to create composite signal from reference signal and timings (supports sub-sample timings)
  • New function delay!() to create delayed copy of signals (supports sub-sample timings)
  • New function samerateas() to create signals with same sampling rate as other signals
  • New API time() to convert frame numbers to timings
  • Improvements to toframe()
  • Improvements to robustness of input types in mfilter()
  • Overload DSP filt(), filtfilt() and resample() to work with SampledSignal to propagate sampling rate information
  • Re-export symbols amp2db, db2amp, pow2db, db2pow, ms, Hz and kHz from other dependencies
  • Bug fixes, documentation fixes and other minor robustness improvements