供参考
syms x t f = exp((1i*x+1i*3/2)*t-t^2/2); F = int(f,t,-inf,inf)
结果:
F = 2^(1/2)*pi^(1/2)*exp(-(3*x)/2)*exp(-9/8)*exp(-x^2/2)
如有帮助,还望采纳哟