How would one go about obtaining the Fourier Transform of a general signal $x(-2t+4)$? I know one can use a table of Fourier Transform properties to easily evaluate this, but I want to use the definition of the Fourier Transform:
$$ X(w) = \int_{-\infty}^\infty x(t) e^{-jwt} dt $$
The first thing I do is plug in $-2t+4$ for $t$, let's call the transform of this new function $Y(w)$: $$ Y(w) = \int_{-\infty}^\infty x(-2t+4) e^{-jw(-2t+4)} dt $$
I notice that an exponential can be factored out:
$$ Y(w) = \int_\infty^\infty x(-2t+4) e^{j2wt-j4w)} dt $$ $$ Y(w) =e^{-j4w} \int_\infty^\infty x(-2t+4) e^{j2wt} dt $$
I'm not sure how to proceed from here?