This repository has been archived on 2023-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
ece45-project/src/play_wave.m

6 lines
102 B
Mathematica
Raw Normal View History

2021-12-01 23:17:58 +00:00
function play_wave(wave, fs)
%PLAY_WAVE:Arthur Lu plays a wave as sound
sound(wave, fs)
end