- First, measure the SimPowerSystems current and apply it on the Simscape side: Current Measurement (SimPowerSystems) -> Simulink-PS Converter -> Controlled Current Source (Simscape).
- Next, measure the Simscape voltage and apply it on the SimPowerSystems side: Voltage Measurement (Simscape) -> PS-Simulink Converter -> Controlled Voltage Source (SimPowerSystems).
- If you keep things as they are, you will get warnings about algebraic loops. The interface block also has this problem, which is why it lets you place a low-pass filter (Transfer Fcn) block on one of the two Simulink lines. Just make sure you pick a small enough time constant so your signals don't get completely filtered out. Generally, in electrical systems, this is in the order of microseconds (1e-6).
is current voltage simscape interface present in matlab R2009a?
조회 수: 5 (최근 30일)
이전 댓글 표시
is the current voltage simscape interface block present in matlab R2009a. If so, please tell me the library it is in(the whole path) because i don't find any fundamental blocks library or sub-library in simpower systems or simElectronics
댓글 수: 0
채택된 답변
Sebastian Castro
2015년 7월 29일
Based on the release notes, this block came out in R2011b, so it's not there.
However, you can implement the block yourself fairly easily. Here is an example of one of the two interface directions (I always get them mixed up):
If you want to do the other type, just switch the voltage sources and sensors and there you have it!
- Sebastian
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Electrical Sensors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!