Releases: org-arl/SignalAnalysis.jl
Releases Β· org-arl/SignalAnalysis.jl
v0.10.3
SignalAnalysis v0.10.3
v0.10.2
SignalAnalysis v0.10.2
v0.10.1
SignalAnalysis v0.10.1
- Fix bug in
decompose()
causing bare array inputs to fail - Reorganized and cleaned up re-exports for
DSP
,FFTW
,LinearAlgebra
,Statistics
andPeaks
Full Changelog: v0.10.0...v0.10.1
v0.10.0
SignalAnalysis v0.10.0
Full Changelog: v0.9.2...v0.10.0
- Adds
decompose()
to decompose a signal into its constituent signals (inverse ofcompose()
) - Re-exports commonly used peak-finding functions from
Peaks.jl
v0.9.2
v0.9.1
v0.9.0
v0.8.0
SignalAnalysis v0.8.0
v0.7.0
SignalAnalysis v0.7.0
Merged pull requests:
v0.6.0
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()
andresample()
to work withSampledSignal
to propagate sampling rate information - Re-export symbols
amp2db
,db2amp
,pow2db
,db2pow
,ms
,Hz
andkHz
from other dependencies - Bug fixes, documentation fixes and other minor robustness improvements