From 542ba4e694980e318577f20669d4e4cfc54d92cb Mon Sep 17 00:00:00 2001 From: Darell Chua Yun Da Date: Thu, 2 Dec 2021 07:58:05 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1434ea..dbdaacc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # ece45-project -fuction x = envelope(input, fs, period, attack , decay, sustain, release), where attack, decay, sustain release are percentages between 0 to 1 of the period +fuction x = envelope(input, fs, period, attack , decay, sustain, release) +where attack, decay, sustain release are percentages between 0 to 1 of the period +where period is the time in seconds -function x = generate_wave(amplitude, frequency, phase, fs, duration, duty) \ No newline at end of file +function x = generate_wave(amplitude, frequency, phase, fs, duration, duty) + + +function output_timedomain = Filter(input_soundin_timedomain, Fs, LOW, MED, HIGH) +where LOW, MED, HIGH are user-selected variables of any value \ No newline at end of file