Part Number: TMS320F28335
Hi
I'm trying to make a model of an older code, which involves IQmath. I'm not able to find anything regarding the multiplication method of IQmath, and unfortunatly i am not able to test it. I hope you can help instead. I am in no position to avoid the IQmath, i just want to model it.
When i read i.e.:
_IQmpy(5,6) is this to be understood as 5*6*2^24 ?
What about
_IQmpy(_IQ(3.14),_iq 5), would this be 3.14*2^24*5*2^24? Or is it 3.14*5*2^24?
Thank you !