![]() |
|
|
#1 |
|
Sep 2009
5 Posts |
what is the fft length and how does it effect speed?
which test actually only look for numbers that aren't prime and how does it help? when I see something like 2^68 what does it mean? I know its an exponent but i happen to see it a lot. |
|
|
|
|
|
#2 | ||
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
230728 Posts |
FFT stands for Fast Fourier Transform, the bigger the number that you are testing, the larger the FFT length. It has to be big enough to handle the number. The larger the FFT, the harder the computer has to work. So, the larger the FFT, the slower the test runs, but there is little that you can do about it (only near the edges)
Quote:
Quote:
|
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with FFT length | Gradient | Software | 3 | 2013-12-16 01:53 |
| Factorization length test? | siegert81 | Math | 17 | 2011-12-20 15:33 |
| FFT Length | Samoflan | Information & Answers | 8 | 2010-02-16 22:05 |
| llr: FFT-length not monotone in n? | hhh | Software | 4 | 2008-12-20 09:49 |
| Q: FATAL: length 840 K not available. Halting... ? | MartinHvidberg | Software | 14 | 2003-07-23 16:14 |