How to represent InverseLaplaceTransform via Fourier transform?

35 Views Asked by At

I currently use the following code to represent Laplace transform via Fourier transform. It turned to be more powerful. But can I represent inverse Laplace transform in a similar way?

I/2 FourierTransform[I t f[I t] Sign[t], t, x, FourierParameters -> {1, -1}]