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.

TMS320F28335: C2000ware Digital Power里的锁相环使用接口

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE, C2000WARE-DIGITALPOWER-SDK, TIDM-02008

如图,稍微有点糊。

说明文档的意思就是将结构体和采样到的电压,以固定的中断频率执行锁相环运算。文档说这里的ac_vol_sensed是测量交流电压的pu值,也就是标幺值吧。我在实际开发过程中计算得到了交流电压的有名值之后,以何值为基准来得到pu值呢?

  • 截图出自哪个文档?请提供下链接。

  • file:///D:/C2000ware/C2000Ware_DigitalPower_SDK_4_03_00_00/docs/html/dplib_html/index.html

    这个是TI的C2000ware Digital Power SDK的doc文件下的一个文档,查不到他的url

  • 1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    <!DOCTYPE HTML>
    <html lang="en-US">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="1;url=./html/dplib_html/index.html">
    <script type="text/javascript">
    window.location.href = "./html/dplib_html/index.html"
    </script>
    <title>Page Redirection</title>
    </head>
    <body>
    If you are not redirected automatically, follow the <a href='./html/dplib_html/index.html'>link to the API Guide</a>
    </body>
    </html>
    \ No newline at end of file
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • acValue的典型值是60。你可以参考C2000Ware-DigitalPower-SDK中的TIDM-02008。