I have a sequence of real numbers and I want to compute the FFT on it. The FFT function requires complex numbers.
So can I set the imaginary value to 0 and compute the FFT?
Next question is when I get the result values (frequency domain values), they are in complex format.
If I do the inverse of the FFT on these complex values, can I discard the imaginary component and use just real part of the result?