From da20ef83c808e3a0e9850c15450b41249a51299f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Dec 2021 15:21:09 -0800 Subject: [PATCH 1/4] message --- src/test | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test diff --git a/src/test b/src/test new file mode 100644 index 0000000..7284ab4 --- /dev/null +++ b/src/test @@ -0,0 +1 @@ +aaaa \ No newline at end of file From 5a484cb6e1d69b9e6e1704100eb9f1b1fa98d41a Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Dec 2021 15:44:03 -0800 Subject: [PATCH 2/4] standardize sine generation --- src/generate_sine.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generate_sine.m b/src/generate_sine.m index 76c4a09..4add313 100644 --- a/src/generate_sine.m +++ b/src/generate_sine.m @@ -1,4 +1,4 @@ -function x = generate_sine(amplitude, frequency, phase, fs, duration) +function x = generate_sine(amplitude, frequency, phase, fs, duration, duty) %GENERATE_SINE:Arthur Lu returns a matrix of sampled sine wave, where the %phase shift is in number of periods x = zeros(1, fs * duration); From 97bf2320f643e1bb30251f78fbbd594c6b10d61f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Dec 2021 15:48:33 -0800 Subject: [PATCH 3/4] remove test file --- src/test | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/test diff --git a/src/test b/src/test deleted file mode 100644 index 7284ab4..0000000 --- a/src/test +++ /dev/null @@ -1 +0,0 @@ -aaaa \ No newline at end of file From c01ea88b2c7c606a89c978225e150dd0aae8111a Mon Sep 17 00:00:00 2001 From: SeaSponge <61109988+Squidwarder@users.noreply.github.com> Date: Wed, 1 Dec 2021 15:55:54 -0800 Subject: [PATCH 4/4] Updating README Made the README file more descriptive, added links provided in the project file. Committed by Squidwarder --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c731a..e47f073 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# ece45-project \ No newline at end of file +# ECE45-project + + Audio synthesizer project created by ECE 45 students, written using the MATLAB language and MATLAB GUI + + Will add member names shortly + + ## Useful websites + + - https://learningsynths.ableton.com + - https://learningsynths.ableton.com/en/playground + - https://blog.demofox.org/diy-synthesizer/ + - http://portaudio.com/ + - https://ccrma.stanford.edu/software/stk/ + - https://cycling74.com/products/max + - http://msp.ucsd.edu/software.html