How to Calculate NTC Resistance Value

조회 수: 8 (최근 30일)
Matin Ahmadi
Matin Ahmadi 2019년 9월 25일
댓글: sutee somaket 2021년 7월 8일
Hi there
Can anyone help me with this question, how to write the function of this question using Matlab?
Calculate NTC resistance value, Design a Matlab function which can evaluate the NTC resistance based on the datasheet parameters (see Murata NTC Thermistor datasheet)?
Note that: 1.21=12×(?1||?2)/(?ntc+?1||?2)
Use B=4050 %1, and R0=47k %1
The input is T = 40 deg C.
  댓글 수: 1
sutee somaket
sutee somaket 2021년 7월 8일
>> R = 47000*exp(4050*((1/(40+273.15)-(1/(25+273.15)))))

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Solar Power에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by