I learned Fourier transforms completely in $ f $ and never needed to convert to $ \omega $ until now, and I'm very confused on the translation between variables specifically in the context of the Fourier transform table of rules. I understand that $ \delta(ay) = \frac{1}{|a|} \delta(y)$ and that $ \delta(\omega) = \delta(2\pi f) = \frac{1}{2\pi} \delta(f)$. However, I'm having trouble actually applying this principle, especially in the cases of rectangular and triangular functions. For example, given this triangular function in the frequency ($ \omega $) domain:
$ H(\omega) = \begin{cases} 1 - \frac{T}{\pi}|\omega|, & |\omega| \leq \frac{\pi}{T}, \\ 0, & |\omega| > \frac{\pi}{T}. \end{cases} $
If I convert the bounds to $ f $ and apply the transformation rule $\Delta \left( \frac{f}{\tau} \right) = \frac{\tau}{2} \cdot \text{sinc}^2 \left( \frac{\pi t \tau}{2} \right)$ I get the time domain solution of $ h(t) = \frac{1}{2 \tau} \cdot \text{sinc}^2 \left( \frac{\pi t}{2 \tau} \right)$. However, if I leave the bounds in terms of $ \omega $ and apply the transformation rule $\Delta \left( \frac{\omega}{\tau} \right) = \frac{\tau}{2} \cdot \text{sinc}^2 \left( \frac{ t \tau}{4} \right)$, I get the time domain solution as $ h(t) = \frac{\pi}{\tau} \cdot \text{sinc}^2 \left( \frac{\pi t}{2 \tau} \right)$. I can see clearly that the former solution is just the latter solution divided by $ 2\pi $, but I don't understand why. The Fourier transform definitions I am using are: Fourier Transforms
And the “shortcut” formulas I’m referring to are: FT of triangle FT of triangle
Applying both the definitions of the inverse FT gives me a time domain solution of $ h(t) = \frac{1}{2 \tau} \cdot \text{sinc}^2 \left( \frac{\pi t}{2 \tau} \right)$. However, applying the $ f $ “shortcut rule” gives me this same answer, whereas applying the $ \omega $ “shortcut rule” gives me $ h(t) = \frac{\pi}{\tau} \cdot \text{sinc}^2 \left( \frac{\pi t}{2 \tau} \right)$. I don’t understand why this is.