Releases: dipterix/ravetools
Releases · dipterix/ravetools
ravetools 0.2.1
ravetools 0.0.8
ravetools 0.0.8
- Added
interpolate_stimulationto detect stimulation signals within the response and interpolate with smooth signals - The package now imports
splines - Added
fast_quantileandfast_mvquantileto improve the quantile/median calculation speed - Fixed the
plot_signalsplotting range too large when signals have large values (such as stimulation) - Fixed
TinyThreadslibrary memory leak issues - Simplified
diagnose_channel, avoid duplicatedpwelchcalculation
ravetools 0.0.7
- Added signal
filter,filtfiltthat produce the same results asMatlab(with precision error) - Added two ways to perform band-pass filters
- Allows multiple channels through
pwelchas a row-major matrix to speed up calculation - Added
wavelet_cycles_suggestto provide default calculation of wavelet cycles - Added internal argument
signatureto wavelet to resolve potential cache conflicts when running in multiple processes. (This allowsRAVEto run wavelet on multiple subjects at the same time)
ravetools 0.0.6
- Added decibel average in
pwelch - Allowed
pwelchsampling frequency to be greater than the signal length - Adjusted parameters diagnostic plot and
pwelchplot to properly handle graph text, margin, axis - Added
plot_signalsto plot multiple functional data within the same canvas
0.0.5
- Exposed
C++code toinst/includesso other users can dynamically link to the functions (#5) - Removed confusing in-place arguments in the
fftwrelated code - Corrected
fftwplans and respect the flags - Added
C++to convert raw binary bytes touint,int,float, andstring
Full Changelog: https://github.com/dipterix/ravetools/blob/master/NEWS.md