Commit Graph

234 Commits

Author SHA1 Message Date
Alex Nguyen
f241f1d616 Renamed function 2021-12-08 19:47:51 -08:00
Alex Nguyen
44d53234e9 Polished function to look like a heart beat kinda 2021-12-08 19:46:28 -08:00
Daniel Doan
e1cf7e1f5e
Merge pull request #25 from ltcptgeneral/Daniel-Doan-Branch
added convolution function
2021-12-08 19:45:09 -08:00
Daniel Doan
c3dbd29cab added convolution function 2021-12-08 19:30:22 -08:00
Alex Nguyen
03f7c5f0e5 Added first draft of generating heart monitor wave 2021-12-08 17:05:52 -08:00
Alex Nguyen
4fd1c6a119 Merge branch 'main' into alex 2021-12-08 16:47:15 -08:00
Nicolas Schluep
e95ff67e8d
Merge pull request #24 from ltcptgeneral/Nicolas-Schluep-Branch
Nicolas Schluep Functions Submission
2021-12-08 15:33:48 -08:00
Nicolas Schluep
ed9faaa333 Nicolas Schluep Functions Submission 2021-12-08 15:17:47 -08:00
SeaSponge
64fa15d5a9
Merge pull request #23 from ltcptgeneral/Squidwarder-patch-1
Squidwarder patch 1
2021-12-08 15:03:49 -08:00
SeaSponge
472ca761c2
moved fade_in() to src folder 2021-12-08 14:54:32 -08:00
SeaSponge
4b0273fc65
moved bandreject_filter() to src folder 2021-12-08 14:54:11 -08:00
SeaSponge
45acae9f75
Moved fade_out() to be in src folder 2021-12-08 14:53:19 -08:00
SeaSponge
a7af33ba25
Created 3 new functions, see in description
Created functions bandreject_filter(), fade_in(), and fade_out(). Should be in the standards asked, but if not please contact me
2021-12-08 14:50:40 -08:00
darrll27
3c0e3da032
Merge pull request #22 from ltcptgeneral/DarellsAnnex
Update app.mlapp
2021-12-07 00:40:32 -08:00
Darell Chua Yun Da
7484dd2fef Update app.mlapp
App updated. Note: Change SRC folder location to your own Github.

-Darell
2021-12-07 16:40:02 +08:00
darrll27
d0ab85c760
Merge pull request #21 from ltcptgeneral/DarellsAnnex
App is functional except EQ.
2021-12-07 00:23:58 -08:00
Darell Chua Yun Da
01631e89e2 App is working
Try out app. App is working except equalizer
2021-12-07 16:23:30 +08:00
darrll27
1061dfdfd0
Merge pull request #20 from ltcptgeneral/DarellsAnnex
Added Pitch Envelope, most of GUI now working except GUI and EQ.
2021-12-06 15:27:33 -08:00
darrll27
8b76754943
Merge branch 'main' into DarellsAnnex 2021-12-06 15:26:58 -08:00
Darell Chua Yun Da
0984b75d36 Created a Pitch Envelope
App updated to work with pitch envelope. Works with Harmonic Offset. Added Equalizer GUI elements.

Still does not work with LFO and does not work with Equalizer.
2021-12-07 07:25:21 +08:00
Alex Nguyen
74e088c403 Cleaned links to useful websites 2021-12-06 11:17:55 -08:00
khannuuuuur
415c353844
Merge pull request #19 from ltcptgeneral/pitchshiftenvelope
added pitch shift envelope (file name amplifyFreqRange.m)
2021-12-06 09:04:34 -08:00
khannuuuuur
576e49d428 added pitch shift envelope (file name amplifyFreqRange.m) 2021-12-06 09:01:44 -08:00
khannuuuuur
069d7cbf0a
Merge pull request #18 from ltcptgeneral/amplify
Amplify and Reverse function
2021-12-05 22:20:39 -08:00
khannuuuuur
9be6ba3991 fixing 2021-12-05 22:17:23 -08:00
Arthur Lu
6dc0d72f9b revert deltas:
sample wav file,
modified Main_test.m
2021-12-05 22:04:07 -08:00
khannuuuuur
6414d2c1ee removed more unecessary files 2021-12-05 21:57:29 -08:00
Ben Zhang
79016660ff
Merge pull request #17 from ltcptgeneral/bz010-patch-2
Update generate_sawtooth.m
2021-12-05 21:09:19 -08:00
Ben Zhang
2e950c69ff
Update generate_sawtooth.m
edit comments
2021-12-05 21:09:12 -08:00
Ben Zhang
b5158c6e83
Merge pull request #16 from ltcptgeneral/bz010-patch-1
Fix the equation for generating sawtooth wave
2021-12-05 20:53:51 -08:00
Ben Zhang
d2e2bac659
Fix the equation for generating sawtooth wave
fix the equation for generating sawtooth wave
2021-12-05 20:53:41 -08:00
Ben Z
74978464b5
Merge pull request #15 from ltcptgeneral/generate_sawtooth
add sawtooth generator function
2021-12-05 20:30:35 -08:00
Ben Zhang
c1942eab18 add sawtooth generator function 2021-12-05 20:24:45 -08:00
Arthur Lu
8a5e33fd77 move add_sine, lfo_sine to src folder 2021-12-05 14:25:37 -08:00
khannuuuuur
cb31b1dc1c added reverse function 2021-12-05 13:39:07 -08:00
khannuuuuur
9fa884beae added reverse function 2021-12-05 13:38:35 -08:00
wehsu1
86a560f029
Merge pull request #14 from ltcptgeneral/petha-hsu-pitchoffset
add Petha_Hsu_PitchOffset function
2021-12-05 13:32:19 -08:00
Arthur Lu
1739ce6d75 added Petha_Hsu_PitchOffset function 2021-12-05 13:30:51 -08:00
khannuuuuur
0dd2fbb61b removed unecessary files 2021-12-05 13:04:20 -08:00
khannuuuuur
52b8f0fc22 added amplifier function 2021-12-05 12:40:27 -08:00
bliou000
7764118c60
Merge pull request #12 from ltcptgeneral/bliou000-patch-3
LFO based on generate_sine() code
2021-12-05 09:16:49 -08:00
bliou000
e4580cf56a
Merge pull request #11 from ltcptgeneral/bliou000-patch-2
additive sine wave synthesis
2021-12-05 09:16:38 -08:00
bliou000
6c390ff604
Merge pull request #9 from ltcptgeneral/bliou000-patch-1
generate white noise
2021-12-05 09:16:26 -08:00
Darell Chua Yun Da
ef5b43b354 Update
Yes important
2021-12-05 16:04:46 +08:00
darrll27
e4ac5c04c2
Merge pull request #13 from ltcptgeneral/DarellsAnnex
App is partially functional. Change directory to your directory inside the app to use functions.
2021-12-05 00:03:35 -08:00
Darell Chua Yun Da
ab55430fae Updates to App
Soundgenerator Selector Added
2021-12-05 15:58:24 +08:00
Darell Chua Yun Da
e7fdfda8e3 Semifunctional App
Added helper functions for scalability. App functions is 80 percent complete. Requires Pitch Envelope and LFO to fully complete testing.
2021-12-05 15:14:12 +08:00
bliou000
2152d2a8e3
LFO based on generate_sine() code 2021-12-04 16:28:11 -08:00
bliou000
0bfffeed1e
additive sine wave synthesis
same as a previous pull request i made (i just gave it a better name instead of "addSynth")
2021-12-04 16:10:14 -08:00
bliou000
86f4d02bba
Delete addSynth.m 2021-12-04 16:06:57 -08:00