首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > tltgen

tltgen

  • 资源大小:22.60 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

tltgen generates thermistor lookup tables for thermistors. Such lookup tables can be used for fast ADC to temperature conversions, for instance on an embedded CPU. The lookup tables generated by tltgen are based on either the beta equation (1/T = 1/T0 + 1/B*ln(R/R0)) or the Steinhart-Hart equation (1/T = A + B*ln(R) + C*(ln(R)^3)). The latter provides more accurate results over a larger temperature range, but some thermistor datasheets do not mention the required A, B and C parameters. tltgen has the ability to calculate the Steinhart-Hart parameters, when given at least 3 measured data points. These datapoints are either (temperature:adc-value) pairs or (temperature:resistance) pairs. If more than 3 data points are given, tltgen will use the least squares method to calculate the Steinhart-Hart parameters that fit most closely to the given data points. tltgen outputs a C source file and an accompanying header file. The C file contain

文 件 列 表

tltgen-0.1
steinhart.c
temp_convert.c
beta.c
circuit.c
output.h
tltgen.c
Makefile
circuit.h
steinhart.h
tltgen.h
gpl.txt
temp_convert.h
doc
beta.h
output.c

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.187207s