Aviv A. Rosenberg

Results 10 comments of Aviv A. Rosenberg

@dzackgarza did you prehaps find a fix/workaround for the `\begin{align}` and `\end{align}` case?

Hi, Thanks for pointing that out; I need to add something about it to the README (and update it in general, it's not really accurate anymore). Anyhow, until I do...

Hi, I can't reproduce this on my setup. Here's what I get: ``` >> mhrv.mhrv('db/mitdb/111', 'window_minutes', 15, 'plot', true); [0.030] >> mhrv: Processing record db/mitdb/111 (ch. 1)... [0.030] >> mhrv:...

Please follow the instructions in the README carefully. - Make sure to run the `mhrv_init` script before using the toolbox. - Make sure `wfdb` is installed (either manually or via...

It seems the links to download the `wfdb` binaries from `physionet.org` were out of date. I've pushed a new version (2b20b67) with updated links, you can try it.

I also encountered this but resolved it the opposite way - by patching `mongomock` to use the real `CodecOptions` type, instead of patching my code. Not sure it's better, but...

@peterhcharlton any feedback on this?

@peterhcharlton Thanks for your feedback. Ok, so I will begin by restructuring the project into two packages and incorporate your code. Later on, after that works and you can maintain...

I meant split the physiozoo code into two matlab packages, one for hrv and for respiration. This will prevent name collisions an confusion about what RR is. It also means...

Hi @peterhcharlton, I'm done restructuring and project. Sorry for the delay. I also had to fix the documentation generator to work with the new package-based structure so it took a...