Skip to content

Releases: dipterix/ravetools

ravetools 0.2.1

25 Jan 14:59

Choose a tag to compare

ravetools 0.0.8

16 Oct 12:06

Choose a tag to compare

ravetools 0.0.8

  • Added interpolate_stimulation to detect stimulation signals within the response and interpolate with smooth signals
  • The package now imports splines
  • Added fast_quantile and fast_mvquantile to improve the quantile/median calculation speed
  • Fixed the plot_signals plotting range too large when signals have large values (such as stimulation)
  • Fixed TinyThreads library memory leak issues
  • Simplified diagnose_channel, avoid duplicated pwelch calculation

ravetools 0.0.7

  • Added signal filter, filtfilt that produce the same results as Matlab (with precision error)
  • Added two ways to perform band-pass filters
  • Allows multiple channels through pwelch as a row-major matrix to speed up calculation
  • Added wavelet_cycles_suggest to provide default calculation of wavelet cycles
  • Added internal argument signature to wavelet to resolve potential cache conflicts when running in multiple processes. (This allows RAVE to run wavelet on multiple subjects at the same time)

ravetools 0.0.6

  • Added decibel average in pwelch
  • Allowed pwelch sampling frequency to be greater than the signal length
  • Adjusted parameters diagnostic plot and pwelch plot to properly handle graph text, margin, axis
  • Added plot_signals to plot multiple functional data within the same canvas

0.0.5

07 Aug 02:09

Choose a tag to compare

  • Exposed C++ code to inst/includes so other users can dynamically link to the functions (#5)
  • Removed confusing in-place arguments in the fftw related code
  • Corrected fftw plans and respect the flags
  • Added C++ to convert raw binary bytes to uint, int, float, and string

Full Changelog: https://github.com/dipterix/ravetools/blob/master/NEWS.md