Hi everyone,
I'm currently working on implementing Fourier Transform computations using SymPy to better understand the transforms of signals such as and .
However, when I use fourier_transform() on these functions, SymPy returns 0 instead of the expected result involving Dirac delta functions, for example:
From my understanding, these transforms are distributions (generalized functions), so I'm wondering:
Any guidance, examples, or best practices would be greatly appreciated. Thank you!