필터 지우기
필터 지우기

Extracting Power from circuit [Simulink]

조회 수: 2 (최근 30일)
Jason Lee
Jason Lee 2011년 7월 5일
As for introduction,I had a simple circuit where it consists of a voltage supply, couple of resistors, inductors and capacitors either in series or in parallel. How it is possible to get the "Power Input and the Output" of the circuit? Basically Power = [Voltage x Current] I'd used the Current measurement as well as the voltage measurement blocks, but that it just for measuring. I need the power signal being extracted. Any possible answers? Thanks in advance.

채택된 답변

Rick Rosson
Rick Rosson 2011년 7월 5일
I do not understand why the Current and Voltage Measurement blocks will not allow you to accomplish what you need. If you measure the current flowing through a branch, and the voltage across the same branch, you can take the two resulting signals (in the Simulink domain) and multiply one by the other to compute electrical power. You can then attach the output of the multiplier to a Simulink scope and see how the power varies with time.
Does that work?
HTH.
Rick
  댓글 수: 5
Arnaud Miege
Arnaud Miege 2011년 7월 7일
It sounds like you are using an if..action subsystem incorrectly, which is where the problem lies. Could you upload your model to a filesharing site?
http://www.mathworks.co.uk/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Jason Lee
Jason Lee 2011년 7월 11일
Hi Arnaud.
I am sorry for the inactive status of mine.
But i had just figured out the solution which is,
By placing a unit delay block diagram just before the 2 inputs of my FLC block diagram solves the problem.
But i am yet to know the reason on why i should do this.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by