nengolib icon indicating copy to clipboard operation
nengolib copied to clipboard

Nengo library of additional extensions

Results 63 nengolib issues
Sort by recently updated
recently updated
newest added

``` $ python3 -c "import nengolib" Traceback (most recent call last): File "", line 1, in File "/Users/carlos/Library/Python/3.11/lib/python/site-packages/nengolib/__init__.py", line 51, in from .connection import Connection File "/Users/carlos/Library/Python/3.11/lib/python/site-packages/nengolib/connection.py", line 1, in...

When I try a LegendreDelay(theta=0.3, order=10) with a 1 Hz sine input, I get the orange line below : ![image](https://user-images.githubusercontent.com/2380772/116773030-f1f56a00-aa20-11eb-80b8-97ac14c24b23.png) With a larger theta or higher order, it goes horribly...

Both `PadeDelay(theta-dt/2, ...)` and `LegendreDelay(theta-dt/2, ...)` better-approximate the delay line of `theta`. But this is only significant/visible at large values of `dt` and `q`. This may have something to do...

research

Work in progress. This `nengo3` branch currently works for the purposes of importing and using the `nengolib` library with `nengo>=3.0`. TODO: - [ ] Drop Python3 - [ ] Update...

enhancement
work in progress
meta

Once the thesis is published on UWSpace. Connected to #149.

meta
documentation

https://arvoelke.github.io/nengolib-docs/notebooks/examples/rolling_window.html is still using the older basis.

documentation

http://compneuro.uwaterloo.ca/publications/voelker2019lmu.html

documentation

Connected to #175 and supercedes #183.

meta

Supersedes #163, #140.

meta

The builder tries to call `d=None` which raises an error.

bug