| | |
| | | |
| | | /* Write and send the response message. See NOTE 9 below.*/ |
| | | if(tag_id_recv-TAG_ID_START<=TAG_NUM_IN_SYS) |
| | | memcpy(&tx_resp_msg[DIST_IDX], &anchor_dist_last_frm[tag_id_recv-TAG_ID_START], 4); |
| | | memcpy(&tx_resp_msg[DIST_IDX], &g_Tagdist[tag_id_recv], 4); |
| | | |
| | | dwt_writetxdata(sizeof(tx_resp_msg), tx_resp_msg, 0);//åå
¥åéæ°æ® |
| | | dwt_writetxfctrl(sizeof(tx_resp_msg), 0);//设å®åéé¿åº¦ |
| | |
| | | /*--------------------------以ä¸ä¸ºéæµè·é»è¾------------------------*/ |
| | | LED0_BLINK; //æ¯æå䏿¬¡é讯åéªç䏿¬¡ |
| | | g_UWB_com_interval = 0; |
| | | dis_after_filter=dist_cm; |
| | | hex_dist = dist_cm+(int16_t)g_com_map[DIST_OFFSET]; |
| | | |
| | | hex_dist = dist_cm+(int16_t)g_com_map[DIST_OFFSET]*10; |
| | | if(hex_dist-anchor_dist_last_frm[tag_id_recv-TAG_ID_START]<15000||misdist_num>4) |
| | | {int32_t filter_dist; |
| | | misdist_num=0; |
| | |
| | | { |
| | | if(abs(hex_dist-his_dist[tag_id_recv-TAG_ID_START])<10000) |
| | | { |
| | | g_Tagdist[tag_id_recv-TAG_ID_START] = hex_dist; |
| | | anchor_dist_last_frm[tag_id_recv-TAG_ID_START] = hex_dist; |
| | | //anchor_dist_last_frm[tag_id_recv-TAG_ID_START] = hex_dist; |
| | | |
| | | #ifdef TDFILTER |
| | | TrackingDiffUpdate(pUWBDistanceTrackingDiff, (float)hex_dist); |
| | | filter_dist=pUWBDistanceTrackingDiff->pos_predict/10; |
| | | NewTrackingDiffUpdate(tag_id_recv-TAG_ID_START, (float)hex_dist); |
| | | filter_dist=pos_predict[tag_id_recv-TAG_ID_START]/10; |
| | | #else |
| | | filter_dist=hex_dist/10; |
| | | #endif |
| | |
| | | }else{ |
| | | misdist_num++; |
| | | } |
| | | if(anchor_dist_last_frm[tag_id_recv-TAG_ID_START]>1000) |
| | | {anchor_dist_last_frm[tag_id_recv-TAG_ID_START]=anchor_dist_last_frm[tag_id_recv-TAG_ID_START];} |
| | | |
| | | } |
| | | }else{ |
| | | /* Clear RX error events in the DW1000 status register. */ |