I need to transform a function from Fourier domain to Laplace domain. This function's equivalent in time domain is too much complicated and MATLAB can only estimate it with considerable errors. On the other hand, this function includes some derivatives in time domain that should be applied to an unknown signal. MATLAB cannot distinguish derivative operators in the inverse Fourier transform, so gives me a function which is only dependent to time and the dependence to the derivative of the unknown input signal cannot be considered in inverse Fourier transform. In other words, "d/dt"operator with no function to be differentiated and similar higher order derivative operators could not be distinguished by MATLAB in this way. I know that the dynamic behavior of the system is applied with convolution integral in time domain but I cannot include convolution in my simulated system. As a result, I decided to find this function's equivalent in Laplace domain, then find the Taylor series expantion for this function in Laplace domain, and then replace S^1, S^2, S^3, and etc with d/dt, d^2/dt^2, d^3/dt^3, and etc. So I need to transform this function from Fourier domain to Laplace directly as the first step while I could not find any way except transforming it from Fourier to time domain and then transforming it from time to Laplace.

I would appreciate it if you could also suggest any other solutions for solving this problem.

More Kianoosh Karimi's questions See All
Similar questions and discussions