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

39 次查看(过去 30 天)
what syntax will help me convert the voltage to temperature?

回答(1 个)

Kavya Vuriti
Kavya Vuriti 2019-11-11
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.

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by