Skip to content
Snippets Groups Projects
Commit 90c45003 authored by joemus's avatar joemus
Browse files

4. tehty

parent 1f2d98a7
No related branches found
No related tags found
1 merge request!24. tehty
f = 440;
fs = 1600;
dt = 1/fs;
StopTime = 1;
t = (0:dt:StopTime);
x = sin(2*pi*f*t);
player = audioplayer(x, fs);
play(player);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment