|
|
|
|
|
by robotsteve2
1708 days ago
|
|
Once you've got the waveforms as arrays, what do you need the ASCII rendering for? Instead of diffing ASCII-rendered waveforms, save the arrays and diff the arrays (and then use any kind of numerical metric on the residual). Scientist programmers have all sorts of techniques for testing and debugging software that processes sampled signals. |
|