|
|
|
|
|
by Y_Y
484 days ago
|
|
What's wrong with complex numbers on GPUs? You don't have to do anything special. It's obviously faster if you can make simplifying assumptions like "the input signal is purely real" but otherwise at worst you're dealing with pairs of reals (or floats) and don't have to think about philosophical implications. https://docs.nvidia.com/cuda/cufft/ |
|