arvoelke / nengolib

Nengo library of additional extensions
Other
29 stars 6 forks source link

L1-normalizer does not always work well #50

Closed arvoelke closed 8 years ago

arvoelke commented 8 years ago

Seems to be some numerical issues with PadeDelay of higher order. Requires investigation. Using HankelNorm as default normalizer for now.

arvoelke commented 8 years ago

This was a problem with how the passthrough was handled. I think both the references (paper and Matlab code) also failed to handle it correctly. Solved.