Design tool similar to Audio System Design Tool, but for generic analog signals.

Angelo

Well-known member
Hello,
I would like to replace old analog boards, full of op-amps and +-10V signals, by one Teensy.
As there are multiple variants of the same design base, it would be nice to use something like Audio System Design Tool, but for an external 16bits ADC and DAC, on SPI bus.
Is there something similar in the industry ?
Signals frequencies are from DC to 5kHz
 
Last edited:
There is labview.

If you want to make something yourself, you might want to have a look at PureData. It is a graphical environment together with the signal processing for PCs. Signals are usually sound there too, but this is not mandatory. You could debug on the PC.

It's on my list of ideas to write (in Forth) a compiler for the text representation of the PureData patch, which has a relatively simple format.

I have seen there is Flojoy, but I am not much of a Python fan, because it can slow down things very much....
Cheers Christof
 
Back
Top