This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am not using any lookup table or iqmath for sincos. My all variables are in float except for some int variables. My switching frequency is 10kHz
I find some mistake happening in park transformation which uses sines and cosines.
Is it because it is taking too much time to look up the sine cos values from some internal memory.
In that case, can u suggest how to generate a LUT for sincos.
Thanks