This repository has been archived on 2023-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
ece45-project/README.md

11 lines
433 B
Markdown
Raw Normal View History

2021-12-01 23:43:48 +00:00
# ece45-project
2021-12-01 23:58:05 +00:00
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
2021-12-01 23:43:48 +00:00
2021-12-01 23:58:05 +00:00
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