Hi all,
Our problem is as following : We have a very large dataset , which limits us to work only with UINT16 numbers.
At a certain point, we have to take FFT of this data and that’s where we get stuck . The problem is not
a memory, but the variable type UINT16 .
Our questions would be :
- Is it possible to use cufftExecR2C with UINT16 data instead of float ( real ) ?
- If yes , how ? If no, are there any other tricks ( ways ) to overcome this obstacle ?
BR,
Coll