Updating Descriptions

This commit is contained in:
Darell Chua Yun Da
2021-12-10 05:33:09 +08:00
parent 11df159351
commit 8c8570ea75
9 changed files with 82 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
%Written by Darell
% CONTRIBUTORS:
% Person1: Darell
% DOCUMENTATION:
%Pass-through function used by app
function output = SoundGeneratorSelect(amplitude, frequency, phase, fs, duration, duty,number)
if(number == "Option 1")
output = generate_sine(amplitude, frequency, phase, fs, duration, duty);