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 Center および File ExchangeSolar Power についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by