Optimization for getting amplitude of FFT results for real signals

271 Views Asked by At

I need to compute amplitude of FFT result for real signals, which means that I don't need the precise result of FFT or phase information of the result. So I think I don't need to implement the standard FFT for this purpose. Is this right? If so, how to do it?