为什么用超声波测距离的时候,测得很不准?尤其在近距离时#include#include#define uint unsigned int#define uchar unsigned charuchar code table[]="0123456789.m";uchar code table1[]="too far";uchar code table2[]="the distance is:";uc
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/24 09:21:41
为什么用超声波测距离的时候,测得很不准?尤其在近距离时#include#include#define uint unsigned int#define uchar unsigned charuchar code table[]="0123456789.m";uchar code table1[]="too far";uchar code table2[]="the distance is:";uc
为什么用超声波测距离的时候,测得很不准?尤其在近距离时
#include
#include
#define uint unsigned int
#define uchar unsigned char
uchar code table[]="0123456789.m";
uchar code table1[]="too far";
uchar code table2[]="the distance is:";
uchar code table3[]="please wait";
sbit lcden=P2^0;
sbit lcdrs=P2^1;
sbit trig=P2^2;
sbit echo=P3^2;
uint succeed;
float t,d,timeh,timel;
uint distance;
void delay(uint z)
{
uint x,y;
\x05for(x=z;x>0;x--)
\x05 for(y=110;y>0;y--);
}
void delay20us()
{
_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();
\x05_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();
}
\x05\x05\x05\x05
\x05\x05\x05\x05 void display( )
\x05\x05\x05\x05 {
\x05\x05\x05\x05 uchar i;
\x05\x05\x05\x05 init();\x05 //1602初始化
\x05\x05\x05\x05 \x05 write_com(0x80);
\x05\x05\x05\x05\x05\x05\x05\x05 for(i=0;i
为什么用超声波测距离的时候,测得很不准?尤其在近距离时#include#include#define uint unsigned int#define uchar unsigned charuchar code table[]="0123456789.m";uchar code table1[]="too far";uchar code table2[]="the distance is:";uc
误差源于声速的不准确和声波传播时间的记录误差,声速跟空气的温度有关,传播时间记录跟仪器的精度有关.声波接受设备的水平线性也对结果有一定影响.