BASIC4MCU | 질문게시판 | Co 센서 값에 따른 ppm을 계산하려는데
페이지 정보
작성자 라칸 작성일2024-06-05 11:54 조회381회 댓글1건
https://www.basic4mcu.com/bbs/board.php?bo_table=gac&wr_id=23752
본문
https://github.com/swatish17/MQ7-Library/tree/master
/*
The coefficients are estimated from the sensitivity characteristics graph
of the MQ7 sensor for CO (Carbon Monoxide) gas by using Correlation function.
Explanation :
The graph in the datasheet is represented with the function
f(x) = a * (x ^ b).
where
f(x) = ppm
x = Rs/R0
The values were mapped with this function to determine the coefficients a and b.
*/
#define coefficient_A 19.32
#define coefficient_B -0.64
여기에 이런게 있는데
coefficient_A, coefficient_B의 값은 어떻게 나온건지 알 수 있나요?
제가 계산해야하면 찾아야해서
댓글 1
조회수 381master님의 댓글
master 작성일
https://cafe.naver.com/circuitsmanual/180179
게시판에 두어개의 설명글이 있을테니 찾아서 읽어보세요