Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Modeling Sound in MATLAB

Code:

t=0:1/22050:2*pi;
x=sin(2*pi*1000*t);
sound(x,22050);


No comments

Popular Posts