Skip to content
Snippets Groups Projects
Commit 1a5fa617 authored by Joose Mustonen's avatar Joose Mustonen
Browse files

Merge branch 'master' into 'main'

4. tehty

See merge request !2
parents b0b8730f 90c45003
Branches main
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