All Cytomic core analog modelling DSP is handled by an automated symbolic circuit solver and optimised code generator that uses symbolic expressions throughout. This way expressions can be simplified by standard algebraic rules, which is essential to automate optimisations. For exampleWhat is this "symbolic simplification engine"?![]()
Code:
a*b + a*c -> a*(b + c)
The rabbit hole goes a lot deeper, but that gives you the general idea. For more info you can check out the technical papers section of the Cytomic web page, in particular there is an Audio Developer Conference (ADC) talk I gave linked at the top of the page called "From Circuit to Code: Under the Hood of Analog Modelling" -
https://cytomic.com/technical-papers/
Statistics: Posted by andy-cytomic — Wed Nov 13, 2024 9:41 am