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!