How to Calculate NTC Resistance Value

8 vues (au cours des 30 derniers jours)
Matin Ahmadi
Matin Ahmadi le 25 Sep 2019
Commenté : sutee somaket le 8 Juil 2021
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 commentaire
sutee somaket
sutee somaket le 8 Juil 2021
>> R = 47000*exp(4050*((1/(40+273.15)-(1/(25+273.15)))))

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Solar Power dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by