I am trying to optimize some code for performance and i notice that i am forced to make a conversion from sparse to full vectors since the built-in ifft and fft functions do not support the sparse matrix type. My signal is however sparse and I want to exploit this fact.
Does anybody have a suggestion what you can do here?
Nithin