Tuesday, December 18, 2018

From netlist to code: strategies to implement schematics modelling, the results

Last month, I presented my latest work on Audio ToolKit at ADC 2018, namely how I turned a SPICE netlist to a filter. It is now time to present some of the results here. What is ATK Modelling? The Modelling module is responsible for generating on the fly filters from a schema description. That description […]

from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...