buzsakilab / buzcode

Code for internal lab sharing - polishing has started but is by no means complete
http://www.buzsakilab.com/
GNU General Public License v3.0
119 stars 129 forks source link

bz_FindRipples issue with unity fx #208

Closed raswanson closed 6 years ago

raswanson commented 6 years ago
  1. The unity function called on line 137 of bz_FindRipples is not MATLAB native - it belongs to the Dat Toolbox, but this toolbox is not included in the external toolboxes folder of buzcode.
  2. The unity fx used has 3 input arguments, however the unity function in the Dat Toolbox only accepts 1.
  3. Consequence: "restrict" functionality broken - there is no way to restrict determination of signal standard deviation to specific intervals (for example, during non-artificially driven times).
raswanson commented 6 years ago

Problem resolved - unity fx with multiple inputs is contained in bz_FindRipples