Robert Oostenveld

Results 454 comments of Robert Oostenveld

this does not seem to be implemented, it is not in `endorphines.py`

Evaluation with Redis on localhost shows a "modest" speed increase of about a factor 8x, but mostly reveals that interaction with localhost Redis is anyway really fast and can do...

I think of the modules like this ![screen shot 2016-12-23 at 11 25 13](https://cloud.githubusercontent.com/assets/899043/21451833/810540ee-c902-11e6-971c-08a235bccec3.png) This maps the primary input and output. Some modules also have a secondary input to switch...

here another copy, after some fixes and after sorting on all 6 columns ![screen shot 2016-12-23 at 11 38 42](https://cloud.githubusercontent.com/assets/899043/21452048/600c9f84-c904-11e6-8e41-b3d2208212df.png) [inserted corrected screenshot] [and once more]

interesting if you look at it like this is that you can classify them in blocks. Not all blocks have a clear label, but there are signal processing modules, output...

I don't think we should upload excel files. Better put it online as a proper table, that allows us to edit. This works for me on my homepage: https://wpbtips.wordpress.com/2013/04/09/table-coding-for-wordpress-com-users/ I...

I think that the wildcards are a good idea. We could use https://redis.io/commands/keys to get all keys, and then https://docs.python.org/2.7/library/fnmatch.html?highlight=fnmatch#module-fnmatch for the matching. Or use the wildcard in the keys()...

If we are going to en/disable plotting, I suggest to do it consistently in all plotting functions. And I propose to model it after the en/disabling of the saving of...

We have some modules that already have an on/off option in one of the other sections in the ini file, but I think that the `[general]` section is the most...

it would be nice if the quantizer would be more flexible in the input-output mapping, i.e. if the input list and output list would not have to be the same...