Commit Graph
15 Commits
Author SHA1 Message Date
SeaSpongeandGitHub c09854bc9d Merge pull request #49 from ltcptgeneral/Squidwarder-patch-1
Fixed issue with the naming of the function result
2021-12-10 14:19:15 -08:00
SeaSpongeandGitHub 5bbf592611 Fixed issue with the naming of the function result
The return value is now renamed "Output". Should be working now.
2021-12-10 14:18:56 -08:00
SeaSpongeandGitHub 21a1b6cd24 Merge pull request #47 from ltcptgeneral/Squidwarder-patch-1
Squidwarder patch 1
2021-12-10 09:10:39 -08:00
SeaSpongeandGitHub 2b073610e0 Fixed fade_in.m and moved it to "Helper" folder
Made it so that it now accepts instances of time where: t < 1 or t is not a whole number.
Also moved it to the 'Helper' folder
2021-12-10 09:09:49 -08:00
SeaSpongeandGitHub 48a6dfa8ad Fixed fade_out.m and moved it to "Helper" folder
Made it so that it now accepts instances of time where: t < 1 or t is not a whole number.
Also moved it to the 'Helper' folder
2021-12-10 09:07:09 -08:00
SeaSpongeandGitHub 23fb666a57 fixed fade_in.m
changed it so that it accepts instances of time where t < 1 and not a whole number
2021-12-10 08:59:33 -08:00
SeaSpongeandGitHub 90e03cb118 Merge pull request #40 from ltcptgeneral/Squidwarder-patch-1
Squidwarder patch 1 (Fixed both fade_in.m and fade_out.m)
2021-12-09 19:04:35 -08:00
SeaSpongeandGitHub 0c39f41ce8 Fixed fade_out.m
Fixed the error of dimensions not matching in the operation input .* multiplier
2021-12-09 18:58:31 -08:00
SeaSpongeandGitHub ecf6ec01ea Fixed fade_in.m
Fixed the error where the dimensions don't agree for the operation input .* multiplier
2021-12-09 18:56:59 -08:00
SeaSpongeandGitHub 64fa15d5a9 Merge pull request #23 from ltcptgeneral/Squidwarder-patch-1
Squidwarder patch 1
2021-12-08 15:03:49 -08:00
SeaSpongeandGitHub 472ca761c2 moved fade_in() to src folder 2021-12-08 14:54:32 -08:00
SeaSpongeandGitHub 4b0273fc65 moved bandreject_filter() to src folder 2021-12-08 14:54:11 -08:00
SeaSpongeandGitHub 45acae9f75 Moved fade_out() to be in src folder 2021-12-08 14:53:19 -08:00
SeaSpongeandGitHub 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
SeaSpongeandGitHub c01ea88b2c Updating README
Made the README file more descriptive, added links provided in the project file. Committed by Squidwarder
2021-12-01 15:55:54 -08:00