How to Calculate NTC Resistance Value

8 visualizaciones (últimos 30 días)
Matin Ahmadi
Matin Ahmadi el 25 de Sept. de 2019
Comentada: sutee somaket el 8 de Jul. de 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 comentario
sutee somaket
sutee somaket el 8 de Jul. de 2021
>> R = 47000*exp(4050*((1/(40+273.15)-(1/(25+273.15)))))

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Solar Power en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by