PLL_mfile_cal

版本 1.2.0.0 (6.2 KB) 作者: Aubai
Phase-locked loop.m this is an mfile to calculate the same outputs of the PLL simulink block.
1.1K 次下载
更新时间 2014/2/10

查看许可证

Use this file to get the frequency of an input signal and to generate a pu sine and cos signal with the wt from your input signal it can do the same function as the PLL block in simulink but without using an PI controller (canot be used online) or also can build up the Wt signal for better accurcy from the Zerocrossing of the input signal.
Use the option = 1 to do the same steps in PLL simulink block or option = 0 to build up your own Wt signal (R_Z_G) from the zerocrossing inofrmation

引用格式

Aubai (2024). PLL_mfile_cal (https://www.mathworks.com/matlabcentral/fileexchange/45039-pll_mfile_cal), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrical Block Libraries 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

In this update the cumtrapz.m function in matlab was updated into cumtrapzt.m function in order to get the same effects of the (1/s) Intgrator block of simulink (Looking at point t-1 from simulation time t).

1.1.0.0

the variable option was added to allow the user to choose between doing the exact steps like the matlab PLL simulink block (option = 1) or to build up the Wt signal from the zerocrossing(option ~= 1)

1.0.0.0