2010-02-21から1日間の記事一覧

Octave で raw ファイルの読出し

備忘録です。 > fd=fopen("poi19.raw", "r") fd = 3 > in=fread(fd, [2 Inf], "short"); > fclose(fd) ans = 0 > size(in) ans = 2 960000これで、音声ファイルを読めるようになった。