Hello.
I'm trying to float type ifft function.
but I can't understand some parameter.
what is brev, n_min.
In Reference just mentioned brev is pointer to bit reverse table containning 64 entries and n_min mentioned should be 4 if N can be represented as Power of 4 else, n_min should be 2.
but I can't understand about that.
follow is DSPF_sp_ifftSPxSP function's Reference.
Please your help