|
|
|
|
|
by ttoinou
2443 days ago
|
|
Why is reversing the transform hard ? It's just about computing back values by following the transform definition, it should be even easier than doing the original transform. Unless the hard part is doing that 1. Fast 2. with Discrete values 3. inverse discrete transform( discrete transform( discrete values ) ) should be almost equal to discrete values with high accuracy is that right ? |
|
The inverse fourier trasnform, on the other hand, is limited to the imaginary axis of the complex plane (the exponent is a purely imaginary number), so you're restricting it to be monodimensional, hence the relative simplicity in reversing the transform
Also, keep in mind that all of this assumes you have infinite samples, so you need to use some form of windowing which doesn't distort too much the signal