Location: 12 L Platform 1 model codes @ 570b17538769 / USMC / Maggio2012 / triangle.m

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-06-22 16:19:03+12:00
Desc:
updated Airway FTU
Permanent Source URI:
https://models.physiomeproject.org/workspace/6b0/rawfile/570b17538769e0b862a411de9c2e69983b20f006/USMC/Maggio2012/triangle.m

% The usage is the same as sin(2*pi*f*t)
function y = triangle(t)
y = abs(mod((t+pi)/pi, 2)-1);