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.

Motor power measurement using dq-frame

Hi, 

I am trying to measure the "bus" current consumed by a motor using the power calculated in the dq-frame. 
The 'active' dq-power is calculated with the following expression: P = 3/2*(Usq*Isq + Usd*Isd), found in this thesis https://pdfs.semanticscholar.org/3ac0/35f9868961eac064b2e2f1a3fd0a940ee4d4.pdf 

Is the power invariant? .i.e the current consume on the bus could be calculated like this: I_bus = P/V_bus? 

I have done some testing and found that the calculated and measured power differs with a factor of ~1.33 (P_calc/P_meas ~ 1,33).  
I found this tread on the forum http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/406263 where a factor of 1,33 is mentioned. 

I am not using the library so it could be something wrong with my code as well:)