How do you read it in matlab (what commands ?) and how do you create and read the dumped file in SPTK (what commands ?). Can you give us an example ?
how many bytes are missing ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I read the binary file with fid = fopen(…); and then with fread function. I read the binary file in float32 format.
I miss 4 vectors with dimension 25 at the end. (100 float number, 100*4Bytes = 400 Bytes are missed).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
when I read a binary file in matlab, it's length is shorter than from dumped file in SPTK.
can any one have a solution in this case?
How do you read it in matlab (what commands ?) and how do you create and read the dumped file in SPTK (what commands ?). Can you give us an example ?
how many bytes are missing ?
I read the binary file with fid = fopen(…); and then with fread function. I read the binary file in float32 format.
I miss 4 vectors with dimension 25 at the end. (100 float number, 100*4Bytes = 400 Bytes are missed).