Skip to content

ravetools 0.0.8

Choose a tag to compare

@dipterix dipterix released this 16 Oct 12:06
· 181 commits to master since this release

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