Posts by Leonardo Ferreira Velho • 151 points
1 post
-
15
votes1
answer1287
viewsQ: How to generate sound in Matlab from a wave?
If I create a sine wave: x=0:0.1:6*pi; is the range of the wave y=sin(x); is the wave with amplitude 1 f=440; is the desired frequency How to generate a sound from this data? I tried to sound(y, f),…