[chuck-users] analog to digital conversion simulation

eduard aylon eduard.aylon at gmail.com
Sat Oct 13 00:13:53 EDT 2007


by the way, supplying the resolution bits doesn't work unless you  
change the following line in adc-to-dac2.ck:

if( me.args() > 2 ) Std.atoi( me.arg(2) ) => nbits;

to

if( me.args() > 1 ) Std.atoi( me.arg(1) ) => nbits;


eduard



More information about the chuck-users mailing list