repo.or.cz
/
chuck-blob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*** empty log message ***
[chuck-blob.git]
/
examples
/
rect.ck
blob
8472c7b5fe3d014006f05718d55f5e158c9c4e29
1
// mic to full rectifier to dac
2
adc => fullrect h => dac;
3
4
// infinite time-loop
5
while( true )
6
{
7
100::ms => now;
8
}