How do you change the amplitude of a specific sine wave after applying the FFT to it?

25 Views Asked by At

Once I calculate the FFT of a given waveform, how do you change the amplitude of a specific wave or waves before passing it back the IFFT? I understand the imaginary part of the result of the FFT refers to the phase, so would you simply multiply the real part by the factor you want to increase the amplitude by?