Location: 12 L Platform 1 model codes @ 2585da81062f / USMC / Maggio2012 / triangle.m

Author:
aram148 <a.rampadarath@auckland.ac.nz>
Date:
2021-11-08 11:40:18+13:00
Desc:
Added updated order3
Permanent Source URI:
https://models.physiomeproject.org/workspace/6b0/rawfile/2585da81062ff07f754993f4bbb065c930b09754/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);