Playing with FFT

if you set A=1, all your samples will be small values

More to the point, if you are using the same library as I am, the samples are all 8-bit integers so if A=1 the only values you would be giving the FFT would be -1, 0 and +1 which would result in a very noisy signal!

Pete