zignal icon indicating copy to clipboard operation
zignal copied to clipboard

C++ EDSL for describing dsp structures

zignal

This repository is a playground for experimental libraries around DSP and data flow modelling. It currently contains two independent sub-projects.

Flowz

Flowz is a C++ EDSL for describing dsp structures or flow-graphs.

Reactive Expressions

Reactive Expressions is a little C++ tool to model dependency graphs of expressions at compile time and allow to update them efficiently.