Can You Hear This?
#41
My co-worker wrote a quick bit of code to play a tone in SAS. If any of you are able to run SAS code (doubt it)

First number is the frequency. Second number is the length.

data one;
call sound(11000,2000);
run;

My work laptop could play as low as 37, but there seemed to be lots of distortion.
  Reply


Forum Jump: