![]() |
|
|
#1 |
|
"Robert Gerbicz"
Oct 2005
Hungary
101110011002 Posts |
When you are loading from a precomputed cos/sin table at fft or compute these in-fly then you could reuse these values. Basically hide/halve this computation cost [or just the cost of load] if you'd compute multiple fft test at once. Ofcourse use "close" N values, so close p values [for Mersenne numbers] to have the same FFT size for the problems.
Say you'd compute cos(d)*a1[i]+sin(d)*b1[i] cos(d)*a2[i]+sin(d)*b2[i] or for more than 2 tests: cos(d)*a3[i]+sin(d)*b3[i] cos(d)*a4[i]+sin(d)*b4[i] etc. Got the idea? |
|
|
|
|
|
#2 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
2·5·7·139 Posts |
|
|
|
|
|
|
#3 | |
|
"Mihai Preda"
Apr 2015
3·457 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using multiple PCs | numbercruncher | Information & Answers | 18 | 2014-04-17 00:17 |
| Are multiple gpu's necessary for CUDA... | WraithX | GPU Computing | 16 | 2012-03-22 10:44 |
| Multiple Installations. | A_Pryme | Software | 35 | 2005-02-16 05:51 |
| multiple instances | Mayhem316 | Software | 2 | 2003-07-29 13:34 |
| Multiple systems/multiple CPUs. Best configuration? | BillW | Software | 1 | 2003-01-21 20:11 |