PLL_mfile_cal

버전 1.2.0.0 (6.17 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