13.09.2013 06:38, Zujiang пишет:
Hi,
I am using Scilab 5.4.1. I have a problem with loadwave and savewave
functions. Here is my code:
z=[0.2404861 -0.2386475 0.0726242];
savewave('t1.wav',z);
Hi.
If you provide 'rate' and 'nbits' for 'savewave' the result will be better.
For example:
savewave('t1.wav',z,22050,32);
z1=loadwave('t1.wav');
-->z-z1
ans =
10^(-9) *
0.1496136 0.0530481 0.4419506
Stanislav
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users