*** empty log message ***
[chuck-blob.git] / examples / rect.ck
blob8472c7b5fe3d014006f05718d55f5e158c9c4e29
1 // mic to full rectifier to dac
2 adc => fullrect h => dac;
4 // infinite time-loop
5 while( true )
7     100::ms => now;