[Scilab-users] The sound of mathematical formulas

Rafael Guerra jrafaelbguerra at hotmail.com
Sat Nov 5 13:43:22 CET 2016


Dear Scilab'ers,

Are you aware of any good references showing how to produce brief, nice and useful sounds using simple mathematical formulas?
This is primarily out of curiosity but they could well be played using sound() or playsnd() functions, and provide different sound warnings during Scilab code execution/interaction.

E.g., something like but hopefully nicer to listen than the following tests:

--> x=1e2:1e4; b=0.6; y=window('hm',length(x)).*sin(x.^b.*log(x)); sound(y,9944)
or:
--> x=1e2:1e4; b=sqrt(2); y=window('hm',length(x)).*sin(x.^b.*log(x)); sound(y,9944)

Thanks and regards,
Rafael

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20161105/801dfd91/attachment.htm>


More information about the users mailing list