From: Magnus L. H. <ma...@he...> - 2002-07-25 19:15:42
|
After posting to the list (sorry about that ;) a possible solution occurred to me... To get an approximation, I used fft(seq, 10) and then inverted that using inverse_fft(signature, 100)... I guess that fouled up the scale of things -- when I use fft(seq, 100)[:10] to get the signature, it seems that everything works just fine... Even though this _seems_ to do the right thing, I just wanted to make sure that I'm not doing something weird here... -- Magnus Lie Hetland The Anygui Project http://hetland.org http://anygui.org |