Renamed function
This commit is contained in:
parent
44d53234e9
commit
f241f1d616
@ -1,8 +1,9 @@
|
|||||||
function x = generate_heart_monitor(amplitude, frequency, phase, fs, duration, duty)
|
function x = generate_heartbeat(amplitude, frequency, phase, fs, duration, duty)
|
||||||
% GENERATE_SINE: returns a matrix of sampled heart monitor wave
|
% GENERATE_SINE: returns a matrix of sampled heart monitor wave
|
||||||
|
|
||||||
% CONTRIBUTORS:
|
% CONTRIBUTORS:
|
||||||
% Alex Nguyen: Original Author
|
% Alex Nguyen: Original Author
|
||||||
|
% Conner Hsu: Reviewed Code and Assisted in polishing
|
||||||
|
|
||||||
% DOCUMENTATION:
|
% DOCUMENTATION:
|
||||||
% phase shift is in number of periods
|
% phase shift is in number of periods
|
Reference in New Issue
Block a user