What is the difference between phasor measurement unit (PMU) blocks in Simulink?
6 views (last 30 days)
Show older comments
Hello,
I would like to know the following regarding the PMU functionality (IEEE Std C37.118) recently implemented in MATLAB/Simulink.
- What is the basic algorithm inside this block - https://www.mathworks.com/help/physmod/sps/powersys/ref/pmupllbasedpositivesequence.html?s_tid=srchtitle (PMU (PLL-Based, Positive-Sequence))? Does it follow the P or M Class filter paradigm defined in C37.118?
- There seems to be one other PMU block introduced in R2020a: https://www.mathworks.com/help/releases/R2020a/physmod/sps/ref/phasormeasurementunitpmuthreephase.html (Phasor Measurement Unit (PMU, Three-Phase)). I cannot find any information on this block's algorithm either.
Generally, both of them only output positive sequence phasors.
Could anyone please tell me which one is preferred?
Thank you.
0 Comments
Accepted Answer
Joel Van Sickel
on 17 Aug 2021
Hello Igor,
if you want more specifics on the implementation of the algorithm, much of it is availabling from within Simulink. If you right click the block, you will see a menu item labelled "mask". This will have an expanding menu that has the option to look under the mask. Then you can view exactly how the algorithm was implemented. Alternatively, you can use the shorcut ctrl + "u".
Regards,
Joel
More Answers (0)
See Also
Categories
Find more on Control and Measurements in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!