How can i convert the analog input(voltage) from thermistor(sensor) to temperature(celsius)?

Answers (1)

Hi,
I think you can try using Simulink thermistor block to build a circuit to convert analog input voltage to temperature. Other approach could be calculating resistance of thermistor using analog input voltage and a potential divider circuit. If the nominal resistance at a reference temperature (Ro) and characteristic temperature constant (B) are known, temperature can be calculated using log function in MATLAB.
1/T = log(R/Ro) + 1/To , where To is the reference temperature.
For more information on Simulink thermistor block, refer : https://www.mathworks.com/help/physmod/sps/ref/thermistor.html
Hope this helps.

Products

Release

R2019a

Asked:

on 8 Nov 2019

Answered:

on 11 Nov 2019

Community Treasure Hunt

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

Start Hunting!