measuring resistance in simulink

조회 수: 86 (최근 30일)
Yakup
Yakup 2024년 5월 28일
답변: Ganapathi Subramanian R 2024년 6월 3일
Hi everyone. There is such a basic circuit I need to model. It has only three resistors without any voltage source. I couldn't find any ohmmeter in simulink. How can I measure the equivalent resistance?

답변 (1개)

Ganapathi Subramanian R
Ganapathi Subramanian R 2024년 6월 3일
Hi Yakup,
I understand that you would like to measure the equivalent resistance of a circuit.
As per the latest MATLAB documentation, there isn't any block in Simulink which supports the functionality of an ohmmeter.
However, you can determine the equivalent resistance of a circuit in Simulink by adding a Voltage Source, Voltage Measurement block and Current Measurement block to the model.
Voltage Measurement block gives the total voltage from the Voltage Source.
Current Measurement block gives the overall current flowing from the voltage source to the entire circuit.
To find the equivalent resistance of a circuit, you simply divide the total voltage by the total current in the circuit using the Divide block.
Please refer to the attached Simulink model which computes the equivalent resistance of the circuit using the above method.
I hope this answers your query.
Thanks

카테고리

Help CenterFile Exchange에서 Converters (High Power)에 대해 자세히 알아보기

태그

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by