[Scilab-users] The sound of mathematical formulas

Perrichon perrichon.pierre at wanadoo.fr
Sat Nov 5 14:33:53 CET 2016


Hello Rafael,

 

May be try with Pierre Henry, the famous author of  : « Messe pour le temps
présent »

 

This is still pop.

 

 

De : users [mailto:users-bounces at lists.scilab.org] De la part de Rafael
Guerra
Envoyé : samedi 5 novembre 2016 13:43
À : Users mailing list for Scilab <users at lists.scilab.org>
Objet : [Scilab-users] The sound of mathematical formulas

 

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/ee988f42/attachment.htm>


More information about the users mailing list