期刊文献+
共找到37,644篇文章
< 1 2 250 >
每页显示 20 50 100
A Novel Anti-Collision Algorithm for Large Scale of UHF RFID Tags Access Systems
1
作者 Xu Zhang Yi He +9 位作者 Haiwen Yi Yulu Zhang Yuan Li Shuai Ma Gui Li Zhiyuan Zhao Yue Liu Junyang Liu Guangjun Wen Jian Li 《Computers, Materials & Continua》 SCIE EI 2024年第7期897-912,共16页
When the radio frequency identification(RFID)system inventories multiple tags,the recognition rate will be seriously affected due to collisions.Based on the existing dynamic frame slotted Aloha(DFSA)algorithm,a sub-fr... When the radio frequency identification(RFID)system inventories multiple tags,the recognition rate will be seriously affected due to collisions.Based on the existing dynamic frame slotted Aloha(DFSA)algorithm,a sub-frame observation and cyclic redundancy check(CRC)grouping combined dynamic framed slotted Aloha(SUBF-CGDFSA)algorithm is proposed.The algorithm combines the precise estimation method of the quantity of large-scale tags,the large-scale tags grouping mechanism based on CRC pseudo-randomcharacteristics,and the Aloha anti-collision optimization mechanism based on sub-frame observation.By grouping tags and sequentially identifying themwithin subframes,it accurately estimates the number of remaining tags and optimizes frame length accordingly to improve efficiency in large-scale RFID systems.Simulation outcomes demonstrate that this proposed algorithmcan effectively break through the system throughput bottleneck of 36.8%,which is up to 30%higher than the existing DFSA standard scheme,and has more significant advantages,which is suitable for application in largescale RFID tags scenarios. 展开更多
关键词 Radio frequency identification anti-collision tags grouping dynamic framed slotted Aloha
下载PDF
Unmanned Ship Identification Based on Improved YOLOv8s Algorithm
2
作者 Chun-Ming Wu Jin Lei +2 位作者 Wu-Kai Liu Mei-Ling Ren Ling-Li Ran 《Computers, Materials & Continua》 SCIE EI 2024年第3期3071-3088,共18页
Aiming at defects such as low contrast in infrared ship images,uneven distribution of ship size,and lack of texture details,which will lead to unmanned ship leakage misdetection and slow detection,this paper proposes ... Aiming at defects such as low contrast in infrared ship images,uneven distribution of ship size,and lack of texture details,which will lead to unmanned ship leakage misdetection and slow detection,this paper proposes an infrared ship detection model based on the improved YOLOv8 algorithm(R_YOLO).The algorithm incorporates the Efficient Multi-Scale Attention mechanism(EMA),the efficient Reparameterized Generalized-feature extraction module(CSPStage),the small target detection header,the Repulsion Loss function,and the context aggregation block(CABlock),which are designed to improve the model’s ability to detect targets at multiple scales and the speed of model inference.The algorithm is validated in detail on two vessel datasets.The comprehensive experimental results demonstrate that,in the infrared dataset,the YOLOv8s algorithm exhibits improvements in various performance metrics.Specifically,compared to the baseline algorithm,there is a 3.1%increase in mean average precision at a threshold of 0.5(mAP(0.5)),a 5.4%increase in recall rate,and a 2.2%increase in mAP(0.5:0.95).Simultaneously,while less than 5 times parameters,the mAP(0.5)and frames per second(FPS)exhibit an increase of 1.7%and more than 3 times,respectively,compared to the CAA_YOLO algorithm.Finally,the evaluation indexes on the visible light data set have shown an average improvement of 4.5%. 展开更多
关键词 Unmanned ships R_YOLO EMA CSPStage YOLOv8s
下载PDF
Efficient Ship:A Hybrid Deep Learning Framework for Ship Detection in the River
3
作者 Huafeng Chen Junxing Xue +2 位作者 Hanyun Wen Yurong Hu Yudong Zhang 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第1期301-320,共20页
Optical image-based ship detection can ensure the safety of ships and promote the orderly management of ships in offshore waters.Current deep learning researches on optical image-based ship detection mainly focus on i... Optical image-based ship detection can ensure the safety of ships and promote the orderly management of ships in offshore waters.Current deep learning researches on optical image-based ship detection mainly focus on improving one-stage detectors for real-time ship detection but sacrifices the accuracy of detection.To solve this problem,we present a hybrid ship detection framework which is named EfficientShip in this paper.The core parts of the EfficientShip are DLA-backboned object location(DBOL)and CascadeRCNN-guided object classification(CROC).The DBOL is responsible for finding potential ship objects,and the CROC is used to categorize the potential ship objects.We also design a pixel-spatial-level data augmentation(PSDA)to reduce the risk of detection model overfitting.We compare the proposed EfficientShip with state-of-the-art(SOTA)literature on a ship detection dataset called Seaships.Experiments show our ship detection framework achieves a result of 99.63%(mAP)at 45 fps,which is much better than 8 SOTA approaches on detection accuracy and can also meet the requirements of real-time application scenarios. 展开更多
关键词 ship detection deep learning data augmentation object location object classification
下载PDF
Fine-Grained Ship Recognition Based on Visible and Near-Infrared Multimodal Remote Sensing Images: Dataset,Methodology and Evaluation
4
作者 Shiwen Song Rui Zhang +1 位作者 Min Hu Feiyao Huang 《Computers, Materials & Continua》 SCIE EI 2024年第6期5243-5271,共29页
Fine-grained recognition of ships based on remote sensing images is crucial to safeguarding maritime rights and interests and maintaining national security.Currently,with the emergence of massive high-resolution multi... Fine-grained recognition of ships based on remote sensing images is crucial to safeguarding maritime rights and interests and maintaining national security.Currently,with the emergence of massive high-resolution multi-modality images,the use of multi-modality images for fine-grained recognition has become a promising technology.Fine-grained recognition of multi-modality images imposes higher requirements on the dataset samples.The key to the problem is how to extract and fuse the complementary features of multi-modality images to obtain more discriminative fusion features.The attention mechanism helps the model to pinpoint the key information in the image,resulting in a significant improvement in the model’s performance.In this paper,a dataset for fine-grained recognition of ships based on visible and near-infrared multi-modality remote sensing images has been proposed first,named Dataset for Multimodal Fine-grained Recognition of Ships(DMFGRS).It includes 1,635 pairs of visible and near-infrared remote sensing images divided into 20 categories,collated from digital orthophotos model provided by commercial remote sensing satellites.DMFGRS provides two types of annotation format files,as well as segmentation mask images corresponding to the ship targets.Then,a Multimodal Information Cross-Enhancement Network(MICE-Net)fusing features of visible and near-infrared remote sensing images,has been proposed.In the network,a dual-branch feature extraction and fusion module has been designed to obtain more expressive features.The Feature Cross Enhancement Module(FCEM)achieves the fusion enhancement of the two modal features by making the channel attention and spatial attention work cross-functionally on the feature map.A benchmark is established by evaluating state-of-the-art object recognition algorithms on DMFGRS.MICE-Net conducted experiments on DMFGRS,and the precision,recall,mAP0.5 and mAP0.5:0.95 reached 87%,77.1%,83.8%and 63.9%,respectively.Extensive experiments demonstrate that the proposed MICE-Net has more excellent performance on DMFGRS.Built on lightweight network YOLO,the model has excellent generalizability,and thus has good potential for application in real-life scenarios. 展开更多
关键词 Multi-modality dataset ship recognition fine-grained recognition attention mechanism
下载PDF
A Time-Domain Numerical Simulation for Free Motion Responses of Two Ships Advancing in Head Waves
5
作者 PAN Su-yong CHENG Yong 《China Ocean Engineering》 SCIE EI CSCD 2024年第3期519-530,共12页
The constant panel method within the framework of potential flow theory in the time domain is developed for solving the hydrodynamic interactions between two parallel ships with forward speed.When solving problems wit... The constant panel method within the framework of potential flow theory in the time domain is developed for solving the hydrodynamic interactions between two parallel ships with forward speed.When solving problems within a time domain framework,the free water surface needs to simultaneously satisfy both the kinematic and dynamic boundary conditions of the free water surface.This provides conditions for adding artificial damping layers.Using the Runge−Kutta method to solve equations related to time.An upwind differential scheme is used in the present method to deal with the convection terms on the free surface to prevent waves upstream.Through the comparison with the available experimental data and other numerical methods,the present method is proved to have good mesh convergence,and satisfactory results can be obtained.The constant panel method is applied to calculate the hydrodynamic interaction responses of two parallel ships advancing in head waves.Numerical simulations are conducted on the effects of forward speed,different longitudinal and lateral distances on the motion response of two modified Wigley ships in head waves.Then further investigations are conducted on the effects of different ship types on the motion response. 展开更多
关键词 ship motions time domain simulation forward speed different distances wave loads
下载PDF
Application of Ship Maneuvering Simulator's Technology on Research of Vessels Automatic Anti-Collision
6
作者 LI Li-na YANG Shen-hua SUN Teng-da 《航海教育研究》 2007年第z1期15-21,共7页
In this paper, the authors make a summary of current situation of research on the Auto Anti-Collision, briefly introduce the components and functions of the NSACA Simulation Platform and bring forward the project to r... In this paper, the authors make a summary of current situation of research on the Auto Anti-Collision, briefly introduce the components and functions of the NSACA Simulation Platform and bring forward the project to realize the simulation of an Automatic Anti-Collision control, based on the NSACA Simulation Platform. Finally give typical examples from a great deal of simulating tests and analyze them. 展开更多
关键词 ship maneurering somulator's TECHNOLOGY VESSELS AUTOMATIC anti-collision
下载PDF
Structural Characteristics and Evolution of a Weighted Sino-US Container Shipping Network
7
作者 ZHANG Tiantian XI Daping +3 位作者 JIANG Wenping FENG Yuhao WANG Chuyuan HU Xini 《Chinese Geographical Science》 SCIE CSCD 2024年第5期810-828,共19页
This study selected the Sino-US route data from the top 30 global container liner companies between December 1,2019,and December 29,2019,as the data source utilizing the complex network research methodology.It constru... This study selected the Sino-US route data from the top 30 global container liner companies between December 1,2019,and December 29,2019,as the data source utilizing the complex network research methodology.It constructs a Sino-US container shipping network through voyage weighting and analyzes the essential structural characteristics to explore the network’s complex structural fea-tures.The network’s evolution is examined from three perspectives,namely,time,space,and event influence,aiming to comprehens-ively explore the network’s evolution mechanism.The results revealed that:1)the weighted Sino-US container shipping network exhib-its small-world and scale-free properties.Key hub ports in the United States include NEW YORK NY,SAVANNAH GA,LOS ANGELES CA,and OAKLAND CA,whereas SHANGHAI serving as the hub port in China.The geographical distribution of these hub ports is uneven.2)Concerning the evolution of the weighted Sino-US container shipping network,from a temporal perspective,the evolution of the regional structure of the entire Sino-US region and the Inland United States is in a stage of radiative expansion and de-velopment,with a need for further enhancement in competitiveness and development speed.The evolution of the regional structure of southern China and Europe is transitioning from the stage of radiative expansion and development to an advanced equilibrium stage.The shipping development in Northern China,the Western and Eastern United States,and Asia is undergoing significant changes but faces challenges of fierce competition and imbalances.From a spatial perspective,the rationality and effectiveness of the improved weighted Barrat-Barthelemy-Vespignani(BBV)model are confirmed through theoretical derivation.The applicability of the improved evolution model is verified by simulating the evolution of the weighted Sino-US container shipping network.From an event impact per-spective,the Corona Virus Disease 2019(COVID-19)pandemic has not fundamentally affected the spatial pattern of the weighted Sino-US container shipping network but has significantly impacted the network’s connectivity.The network lacks sufficient resilience and stability in emergency situations.3)Based on the analysis of the structural characteristics and evolution of the weighted Sino-US con-tainer shipping network,recommendations for network development are proposed from three aspects:emphasizing the development of hub ports,focusing on the balanced development of the network,and optimizing the layout of Chinese ports. 展开更多
关键词 container shipping network structure characteristics network evolution voyage weighting improved Barrat-Barthelemy-Vespignani(BBV)model
下载PDF
Improved Scatter Search Algorithm for Multi-skilled Personnel Scheduling of Ship Block Painting
8
作者 Guanglei Jiao Zuhua Jiang +1 位作者 Jianmin Niu Wenjuan Yu 《Journal of Harbin Institute of Technology(New Series)》 CAS 2024年第1期1-15,共15页
This paper focuses on the optimization method for multi-skilled painting personnel scheduling.The budget working time analysis is carried out considering the influence of operating area,difficulty of spraying area,mul... This paper focuses on the optimization method for multi-skilled painting personnel scheduling.The budget working time analysis is carried out considering the influence of operating area,difficulty of spraying area,multi-skilled workers,and worker’s efficiency,then a mathematical model is established to minimize the completion time. The constraints of task priority,paint preparation,pump management,and neighbor avoidance in the ship block painting production are considered. Based on this model,an improved scatter search(ISS)algorithm is designed,and the hybrid approximate dynamic programming(ADP)algorithm is used to improve search efficiency. In addition,the two solution combination methods of path-relinking and task sequence combination are used to enhance the search breadth and depth. The numerical experimental results show that ISS has a significant advantage in solving efficiency compared with the solver in small scale instances;Compared with the scatter search algorithm and genetic algorithm,ISS can stably improve the solution quality. Verified by the production example,ISS effectively shortens the total completion time of the production,which is suitable for scheduling problems in the actual painting production of the shipyard. 展开更多
关键词 ship painting personnel scheduling multi⁃skilled workers scatter search task constraints
下载PDF
Decoding RoPax Ship Capsizes and Development of an ISO Ship Safety Standard
9
作者 Soonhung Han Robert Latorre 《Engineering(科研)》 2024年第9期225-236,共12页
Marine accidents often result in significant losses of human life, environmental damage, and property destruction. Additionally, ships and offshore plants are large-scale and complex systems, making safety assessments... Marine accidents often result in significant losses of human life, environmental damage, and property destruction. Additionally, ships and offshore plants are large-scale and complex systems, making safety assessments challenging. However, the advent of onboard electronic systems has made it possible to monitor and respond more effectively. These new technologies can enhance safety levels while reducing the workload on crews. In this paper, authors analyze recent accidents involving ships with high structures above the water, such as car carriers or RoPax vessels, and propose preventive safety indicators to help prevent similar accidents from recurring. 展开更多
关键词 ship Accident CAPSIZE RoPax ship Profile Height Regulatory Body ISO Standards
下载PDF
Sending The King Ship, A Tradition Connecting Two Peoples
10
作者 Zhu Mengxiao 《China Report ASEAN》 2024年第6期34-36,共3页
“The sky is dark,and it is about to rain,”goes a lyric from China’s coastal Minnan(southern Fujian)region.“The king ship is leaving the bay,papa is going out to sea,and mama is sending the ship off.May it bring us... “The sky is dark,and it is about to rain,”goes a lyric from China’s coastal Minnan(southern Fujian)region.“The king ship is leaving the bay,papa is going out to sea,and mama is sending the ship off.May it bring us wealth,food,and the gods’protection.”The 600-year-old custom is called Ong Chun,Wangchuan,Wangkang,or“Sending the King Ship.” 展开更多
关键词 COASTAL ship REGION
下载PDF
Ship recognition based on HRRP via multi-scale sparse preserving method
11
作者 YANG Xueling ZHANG Gong SONG Hu 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第3期599-608,共10页
In order to extract the richer feature information of ship targets from sea clutter, and address the high dimensional data problem, a method termed as multi-scale fusion kernel sparse preserving projection(MSFKSPP) ba... In order to extract the richer feature information of ship targets from sea clutter, and address the high dimensional data problem, a method termed as multi-scale fusion kernel sparse preserving projection(MSFKSPP) based on the maximum margin criterion(MMC) is proposed for recognizing the class of ship targets utilizing the high-resolution range profile(HRRP). Multi-scale fusion is introduced to capture the local and detailed information in small-scale features, and the global and contour information in large-scale features, offering help to extract the edge information from sea clutter and further improving the target recognition accuracy. The proposed method can maximally preserve the multi-scale fusion sparse of data and maximize the class separability in the reduced dimensionality by reproducing kernel Hilbert space. Experimental results on the measured radar data show that the proposed method can effectively extract the features of ship target from sea clutter, further reduce the feature dimensionality, and improve target recognition performance. 展开更多
关键词 ship target recognition high-resolution range profile(HRRP) multi-scale fusion kernel sparse preserving projection(MSFKSPP) feature extraction dimensionality reduction
下载PDF
Novel method for extraction of ship target with overlaps in SAR image via EM algorithm
12
作者 CAO Rui WANG Yong 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第4期874-887,共14页
The quality of synthetic aperture radar(SAR)image degrades in the case of multiple imaging projection planes(IPPs)and multiple overlapping ship targets,and then the performance of target classification and recognition... The quality of synthetic aperture radar(SAR)image degrades in the case of multiple imaging projection planes(IPPs)and multiple overlapping ship targets,and then the performance of target classification and recognition can be influenced.For addressing this issue,a method for extracting ship targets with overlaps via the expectation maximization(EM)algorithm is pro-posed.First,the scatterers of ship targets are obtained via the target detection technique.Then,the EM algorithm is applied to extract the scatterers of a single ship target with a single IPP.Afterwards,a novel image amplitude estimation approach is pro-posed,with which the radar image of a single target with a sin-gle IPP can be generated.The proposed method can accom-plish IPP selection and targets separation in the image domain,which can improve the image quality and reserve the target information most possibly.Results of simulated and real mea-sured data demonstrate the effectiveness of the proposed method. 展开更多
关键词 expectation maximization(EM)algorithm image processing imaging projection plane(IPP) overlapping ship tar-get synthetic aperture radar(SAR)
下载PDF
Simulation Analysis on Navigation Indexes of Wanzhou Yangtze River Highway Bridge after the Anti-Collision Device Construction by Ship Model Test
13
作者 Kui Yu Chao Tao +1 位作者 Xuequan Chu Xiqin Ma 《Engineering(科研)》 2016年第11期806-814,共9页
After the anti-collision facility construction of Wanzhou Yangtze River Highway Bridge, the conditions of navigation in bridge area are complex. In order to study the navigation conditions of the reach and layout opti... After the anti-collision facility construction of Wanzhou Yangtze River Highway Bridge, the conditions of navigation in bridge area are complex. In order to study the navigation conditions of the reach and layout optimization measures, ensuring the safety of the ship navigation test has been carried out on the ship model navigation in the bridge area. According to the requirements of the maximum safety limit of the ship model test, the paper puts forward the best route, the control method and the difficulty of navigation through the analysis of the test results, and finally gives the recommendations and suggestions. 展开更多
关键词 Wanzhou Yangtze River Highway Bridge anti-collision Facility ship Model Test Navigation Indexes
下载PDF
欧盟AUTOSHIP项目
14
作者 王思佳 《中国船检》 2024年第1期70-73,共4页
欧洲水域自主航运倡议项目(Autonomous Shipping Initiative for European Waters,AUTOSHIP项目)由意大利Ciaotech S.r.l.公司牵头,联合康士伯等其他欧洲国家合作伙伴共同完成。该项目通过在不同环境下运营的两艘不同类型船舶上安装和... 欧洲水域自主航运倡议项目(Autonomous Shipping Initiative for European Waters,AUTOSHIP项目)由意大利Ciaotech S.r.l.公司牵头,联合康士伯等其他欧洲国家合作伙伴共同完成。该项目通过在不同环境下运营的两艘不同类型船舶上安装和测试自主航行设施,加速新一代自主航行船舶发展,并为欧盟实现船舶自主航行制定商业化路线图。 展开更多
关键词 ship 欧盟 合作伙伴
下载PDF
Corporate Social Responsibility and Shipping Supply Chain Risks
15
作者 Wen-Chi Lo 《Economics World》 2024年第3期145-155,共11页
This study aims to investigate whether Corporate Social Responsibility(CSR)activities reduce supply chain disruptions by examining the impact of the Suez Canal obstruction on the Ever Given container ship in March 202... This study aims to investigate whether Corporate Social Responsibility(CSR)activities reduce supply chain disruptions by examining the impact of the Suez Canal obstruction on the Ever Given container ship in March 2021.This study conclude that the more responsible companies have higher returns and are less affected by this event than the less responsible companies;the less responsible companies have lower returns.The companies with better CSR have a lower impact on their supply chains when faced with disruptions in the supply chain. 展开更多
关键词 Suez Canal obstruction corporate social responsibility supply chain risks event study Ever Given container ships
下载PDF
An Adaptive Tag Anti-Collision Protocol in RFID Wireless Systems 被引量:16
16
作者 LIU Xiaohui QIAN Zhihong ZHAO Yanhang GUO Yuqi 《China Communications》 SCIE CSCD 2014年第7期117-127,共11页
A novel anti-collision algorithm in RFID wireless network is proposed.As it is put forward on the basis of collision tree(CT)and improved collision tree(lCT) anti-collision protocols,we call it adaptive collision tree... A novel anti-collision algorithm in RFID wireless network is proposed.As it is put forward on the basis of collision tree(CT)and improved collision tree(lCT) anti-collision protocols,we call it adaptive collision tree protocol(ACT).The main novelty of this paper is that the AD strategy is introduced and used in ACT to decrease collisions and improve the tag system throughput.AD strategy means that query strings will divide into two or four branches adaptively according to the label quantity.This scheme can decrease both depth of query and collision timeslots,and avoid producing too much idle timeslots at the same time.Both theoretical analysis and simulation results indicate that the novel proposed anticollision protocol ACT outperforms the previous CT and ICT protocols in term of time complexity,system throughput,and communication complexity. 展开更多
关键词 RFID anti-collision collisiontree(CT) improved collision tree(ICT) ADstrategy.
下载PDF
Design of Anti-Collision Integrated Security Mechanism Based on Chaotic Sequence in UHF RFID System 被引量:5
17
作者 YUE Keqiang SUN Lingling +1 位作者 QIN Xing ZHENG Zhonghua 《China Communications》 SCIE CSCD 2014年第3期137-147,共11页
Collision and security issues are considered as barriers to RFID applications.In this paper,a parallelizable anti-collision based on chaotic sequence combined dynamic frame slotted aloha to build a high-efficiency RFI... Collision and security issues are considered as barriers to RFID applications.In this paper,a parallelizable anti-collision based on chaotic sequence combined dynamic frame slotted aloha to build a high-efficiency RFID system is proposed.In the tags parallelizable identification,we design a Discrete Markov process to analyze the success identification rate.Then a mutual authentication security protocol merging chaotic anti-collision is presented.The theoretical analysis and simulation results show that the proposed identification scheme has less than 45.1%of the identification time slots compared with the OVSF-system when the length of the chaos sequence is 31.The success identification rate of the proposed chaotic anti-collision can achieve 63%when the number of the tag is100.We test the energy consumption of the presented authentication protocol,which can simultaneously solve the anti-collision and security of the UHF RFID system. 展开更多
关键词 anti-collision SECURITY chaoticsequence discrete Markov process performance analysis
下载PDF
A Physical Layer Algorithm for Estimation of Number of Tags in UHF RFID Anti-Collision Design 被引量:5
18
作者 Zhong Huang Jian Su +4 位作者 Guangjun Wen Wenxian Zheng Chu Chu Yijun Zhang Yibo Zhang 《Computers, Materials & Continua》 SCIE EI 2019年第7期399-408,共10页
A priori knowledge of the number of tags is crucial for anti-collision protocols in slotted UHF RFID systems.The number of tags is used to decide optimal frame length in dynamic frame slotted ALOHA(DFSA)and to adjust ... A priori knowledge of the number of tags is crucial for anti-collision protocols in slotted UHF RFID systems.The number of tags is used to decide optimal frame length in dynamic frame slotted ALOHA(DFSA)and to adjust access probability in random access protocols.Conventional researches estimate the number of tags in MAC layer based on statistics of empty slots,collided slots and successful slots.Usually,a collision detection algorithm is employed to determine types of time slots.Only three types are distinguished because of lack of ability to detect the number of tags in single time slot.In this paper,a physical layer algorithm is proposed to detect the number of tags in a collided slot.Mean shift algorithm is utilized,and some properties of backscatter signals are investigated.Simulation results verify the effectiveness of the proposed solution in terms of low estimation error with a high SNR range,outperforming the existing MAC layer approaches. 展开更多
关键词 UHF RFID anti-collision cluster algorithm
下载PDF
A Novel Time-aware Frame Adjustment Strategy for RFID Anti-collision 被引量:3
19
作者 Haipeng Chen Kexiong Liu +2 位作者 Chunyang Ma Yu Han Jian Su 《Computers, Materials & Continua》 SCIE EI 2018年第11期195-204,共10页
Recently,object identification with radio frequency identification(RFID)technology is becoming increasingly popular.Identification time is a key performance metric to evaluate the RFID system.The present paper analyze... Recently,object identification with radio frequency identification(RFID)technology is becoming increasingly popular.Identification time is a key performance metric to evaluate the RFID system.The present paper analyzes the deficiencies of the state-of-the-arts algorithms and proposes a novel sub-frame-based algorithm with adaptive frame breaking policy to lower the tag identification time for EPC global C1 Gen2 UHF RFID standard.Through the observation of slot statistics in a sub-frame,the reader estimates the tag quantity and efficiently calculates an optimal frame size to fit the unread tags.Only when the expected average identification time in the calculated frame size is less than that in the previous frame size,the reader starts the new frame.Moreover,the estimation of the proposed algorithm is implemented by the look-up tables,which allows dramatically reduction in the computational complexity.Simulation results show noticeable throughput and time efficiency improvements of the proposed solution over the existing approaches. 展开更多
关键词 Radio frequency identification anti-collision ALPHA time efficiency
下载PDF
An Improved Binary Search Anti-Collision Protocol for RFID Tag Identification 被引量:2
20
作者 Guozhong Dong Weizhe Zhang +2 位作者 Sichang Xuan Feng Qin Haowen Tan 《Computers, Materials & Continua》 SCIE EI 2020年第11期1855-1868,共14页
Radio frequency identification(RFID)has been widespread used in massive items tagged domains.However,tag collision increases both time and energy consumption of RFID network.Tag collision can seriously affect the succ... Radio frequency identification(RFID)has been widespread used in massive items tagged domains.However,tag collision increases both time and energy consumption of RFID network.Tag collision can seriously affect the success of tag identification.An efficient anti-collision protocol is very crucially in RFID system.In this paper,an improved binary search anti-collision protocol namely BRTP is proposed to cope with the tag collision concern,which introduces a Bi-response mechanism.In Bi-response mechanism,two groups of tags allowed to reply to the reader in the same slot.According to Bi-response mechanism,the BRTP strengthens the tag identification of RFID network by reducing the total number of queries and exchanged messages between the reader and tags.Both theoretical analysis and numerical results verify the effectiveness of the proposed BRTP in various performance metrics including the number of total slots,system efficiency,communication complexity and total identification time.The BRTP is suitable to be applied in passive RFID systems. 展开更多
关键词 RFID anti-collision binary search Bi-response mechanism
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部