Using SVM etpu api

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using SVM etpu api

1,438件の閲覧回数
amey_murkute
Contributor III

Hi all,

      I am using MPC5777C for my project & implementing SVM. As I have seen that NXP has provided 3 api function's for SVM are

1) FS_ETPU_PWMMAC_MOD_SVM_STD

2) FS_ETPU_PWMMAC_MOD_SVM_U0N

3) FS_ETPU_PWMMAC_MOD_SVM_U7N

  I am using the first one method in my implementation but I want to know the difference between the two.

The main question is when I am using the STD mod SVM API , we need to feed alpha & beta to the API. But only feeding this, it wont work... after multiplying some constant to alpha & beta it is working fine. So is this correct? 

ラベル(1)
タグ(3)
2 返答(返信)

1,374件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, I understand it this way.

pastedImage_1.png

The difference you may see in the following pictures:

pastedImage_2.png

pastedImage_3.png

0 件の賞賛
返信

1,374件の閲覧回数
amey_murkute
Contributor III

Hi david,

       Thanks for your responce.