What is the difference between phasor measurement unit (PMU) blocks in Simulink?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Joel Van Sickel
il 17 Ago 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Control and Measurements in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!