F28335 is a floating point dsp.
Then, I want to know what will happen if we use IQmath to convert floating point algorithm to fixed point algorithm, and implement it on a floating point dsp.
The implementing time becomes shorter?
example:
A: floating point algorithm + floating point dsp
B: fixed point algorithm + floating point dsp (using IQmath convert floating point algorithm to fixed point algorithm)
then, between A and B, which one is much faster?