Skip to content

Releases: org-arl/SignalAnalysis.jl

v0.9.0

09 Sep 07:09
Compare
Choose a tag to compare

SignalAnalysis v0.9.0

Diff since v0.8.0

Closed issues:

  • circular convolution implementation (#44)

v0.8.0

06 Jun 11:29
Compare
Choose a tag to compare

SignalAnalysis v0.8.0

Diff since v0.7.0

v0.7.0

15 Feb 17:33
Compare
Choose a tag to compare

SignalAnalysis v0.7.0

Diff since v0.6.0

Merged pull requests:

  • Resample multi-channel signals (#42) (@ymtoo)

v0.6.0

20 Aug 05:00
Compare
Choose a tag to compare

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

v0.5.1

08 Aug 17:27
Compare
Choose a tag to compare

SignalAnalysis v0.5.1

Diff since v0.5.0

Closed issues:

  • Real baseband data should be treated as complex (#37)
  • upconvert(::Matrix, ...) may return Vector (#38)

Merged pull requests:

  • Upconvert and downconvert matrix must return a matrix (#39) (@mchitre)
  • Real baseband data should be treated as complex (#40) (@mchitre)

v0.5.0

20 May 16:04
Compare
Choose a tag to compare

SignalAnalysis v0.5.0

Diff since v0.4.3

Closed issues:

  • Iterators.partition on signal gives views that are not signals (#17)
  • Added range support in toframe() (#23)
  • Updated support for InteractiveViz
  • Fix bug causing original signal to be modified in downconvert

Merged pull requests:

  • fix(signals): partition returns signals (#36) (@ymtoo)

v0.4.3

31 Dec 08:38
Compare
Choose a tag to compare

SignalAnalysis v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Define vec(s::SampledSignal) (#33) (@ymtoo)
  • Fix padded and partition of signals with custom indices (#34) (@ymtoo)
  • chore(Project): bump patch version to 0.4.3 (#35) (@ymtoo)

v0.4.2

20 Nov 19:40
Compare
Choose a tag to compare

SignalAnalysis v0.4.2

Diff since v0.4.1

Closed issues:

  • TagBot trigger issue (#26)

Merged pull requests:

v0.4.1

05 Sep 09:57
Compare
Choose a tag to compare

SignalAnalysis v0.4.1

Compatibility release for DSP and Makie changes:

  • Remove Makie test cases to avoid broken CI
  • Renamed freqresp() => plotfreqresp() to avoid overlap with newly introduced DSP.freqresp() function.

v0.4.0

21 Sep 18:00
Compare
Choose a tag to compare

SignalAnalysis v0.4.0

Diff since v0.3.0

Closed issues:

  • Views and padded views over a SampleBuf lose metadata (#4)
  • Add support for intervals (#10)

Merged pull requests:

  • CompatHelper: add new compat entry for "FFTW" at version "1.2" (#9) (@github-actions[bot])
  • fix(*): replace seconds with s (#11) (@ymtoo)