summaryrefslogtreecommitdiff
path: root/tests/test6/octave2.txt
blob: 91d0d538a8123f16588ef7a60cda9973cced04be (plain)
1
2
3
4
5
6
7
filename="test.raw";
fh=fopen (filename,"r");
sound=fread(fh,Inf,"float32");
fclose(fh);

real(fft(sound(1:256)))