continuous-fourier Questions

1

Solved

I want to calculate the Fourier transform of some Gaussian function. Consider the simple Gaussian g(t) = e^{-t^2}. The Fourier transform of g(t) has a simple analytical expression , such that the 0...
Didst asked 15/5, 2019 at 17:43

1

Solved

I recently replaced Matlab with Python because I was real;y excited by Sympy. But now I have the following problem: I need a way to reliably calculate continuous fourier transforms with Python. S...
Henebry asked 19/10, 2015 at 7:21

2

Solved

This is probably a very naive question but here it is. I want to calculate Fourier transform of a function f(x). So I define a numpy array X and pass through vectorized function f. Now if I calcul...
Athenaathenaeum asked 16/5, 2014 at 17:7

1

Solved

Consider a function f(t), how do I compute the continuous Fouriertransform g(w) and plot it (using numpy and matplotlib)? This or the inverse problem (g(w) given, plot of f(t) unknown) occurs if...
Phatic asked 6/6, 2014 at 8:59

2

Solved

I think Sympy makes a mistake in calculating the Fourier transform of a trig function. For example: from sympy import fourier_transform, sin from sympy.abc import x, k print fourier_transform(sin(...
Gebhart asked 18/1, 2014 at 9:18
1

© 2022 - 2024 — McMap. All rights reserved.