You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
259 B
Plaintext

s.quit
s.boot
// allocates a 16-sample buffer and fills it with ascending values
b = Buffer.alloc(s,50000);
b.sine1([0,0,0,0,0,0,0,0,0,1],true,false);
b.plot;
c = Buffer.alloc(s,50000);
// run the code
b.fdNMF(c, 5, 2048, 1024, 256);
// read to check
c.plot