I want to find the fourier transform of this input signal.
Let the unit function unit (t, a, b) have the value 1 on the interval a≤ t < b and the value 0 otherwise. f(t) = (t)unit(t, 0, 0.5) + (-t)unit(t, 0.5, 1.5) + (t)unit(t, 1.5, 2). I am lost on where to go from here. Without being able to write it using euler's formula(e^(it) = cos(t) + isin(t)), how should I proceed? I am not sure which fourier integral to use.


f(t) = {0 <= t < (1/2), 2t, (1/2) <= t < (3/2), 2-2t, (3/2) <= t < 2, 2t}
integral of [f(t) * e^(-iwt)] from 0 to 2 is the fourier transform of the function.