how to compare a measured voltage signal with a reference signal which is a function of time in simulink?
2 次查看(过去 30 天)
显示 更早的评论
i am working on designing a grid connected solar PV system. the problem is that i have to compare the measured grid voltage with a LVRT curve shown in picture. this comparison should start only when the measured grid voltage is below a certain threshold value. in other words, the task can be sumarised as:- measure grid voltage if grid voltage is found to be less than a certain value, then start comparing it with the LVRT curve. if it is below LVRT curve at any point in time, then trip the system. i have tried to program it using timer function, but it does not support code generation. can somebody suggest a simple solution or where i should look for solution?
0 个评论
回答(1 个)
Sabin
2024-12-20
A good starting point is this example from Simscape Electrical:
This example shows how to model a three-phase grid-connected solar photovoltaic (PV) system. This example supports design decisions about the number of panels and the connection topology required to deliver the target power. The model represents a grid-connected rooftop solar PV system without an intermediate DC-DC converter. To parameterize the model, the example uses data from a solar panel manufacturer datasheet. Solar power is injected into the grid with unity power factor (UPF).
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!