Hi,I am implementing a vanilla pricer for Heston model based on fft as explainedin Peter Carr "Option Valuation Using the Fast Fourier Transform", 1999.I checked that I get correct prices for calls of all strikes (I checked them against the web pricer in
http://kluge.in-chemnitz.de/tools/price ... _price.php whichcomputes the analytical prices).The problem is that I have to use a value for N (in fft) at least equal to 2^14=16384in order to get a relative error with respect to analytic prices < 1%.I read in Peter Carr "Option Valuation Using the Fast Fourier Transform", 1999 thata value of N=2^10=4096 should instead be sufficient.Do you have any idea to help me?Bye