期刊文献+
共找到1,272篇文章
< 1 2 64 >
每页显示 20 50 100
Huffman-Code-Based Ternary Tree Transformation
1
作者 Qing-Song Li Huan-Yu Liu +2 位作者 Qingchun Wang Yu-Chun Wu Guo-Ping Guo 《Chinese Physics Letters》 2025年第10期1-12,共12页
Using a quantum computer to simulate fermionic systems requires fermion-to-qubit transformations.Usually,lower Pauli weight of transformations means shallower quantum circuits.Therefore,most existing transformations a... Using a quantum computer to simulate fermionic systems requires fermion-to-qubit transformations.Usually,lower Pauli weight of transformations means shallower quantum circuits.Therefore,most existing transformations aim for lower Pauli weight.However,in some cases,the circuit depth depends not only on the Pauli weight but also on the coefficients of the Hamiltonian terms.In order to characterize the circuit depth of these algorithms,we propose a new metric called weighted Pauli weight,which depends on Pauli weight and coefficients of Hamiltonian terms.To achieve smaller weighted Pauli weight,we introduce a novel transformation,Huffman-code-based ternary tree(HTT)transformation,which is built upon the classical Huffman code and tailored to different Hamiltonians.We tested various molecular Hamiltonians and the results show that the weighted Pauli weight of the HTT transformation is smaller than that of commonly used mappings.At the same time,the HTT transformation also maintains a relatively small Pauli weight.The mapping we designed reduces the circuit depth of certain Hamiltonian simulation algorithms,facilitating faster simulation of fermionic systems. 展开更多
关键词 quantum computer weighted pauli weightwhich Huffman code based ternary tree transformation simulate fermionic systems fermion qubit transformations characterize circuit depth hamiltonian termsin fermionic systems
原文传递
Technique of Error Concealment for Block-Based Image Coding Using Genetic Algorithm
2
作者 杨守义 罗伟雄 《Journal of Beijing Institute of Technology》 EI CAS 2002年第2期164-168,共5页
Since real world communication channels are not error free, the coded data transmitted on them may be corrupted, and block based image coding systems are vulnerable to transmission impairment. So the best neighborh... Since real world communication channels are not error free, the coded data transmitted on them may be corrupted, and block based image coding systems are vulnerable to transmission impairment. So the best neighborhood match method using genetic algorithm is used to conceal the error blocks. Experimental results show that the searching space can be greatly reduced by using genetic algorithm compared with exhaustive searching method, and good image quality is achieved. The peak signal noise ratios(PSNRs) of the restored images are increased greatly. 展开更多
关键词 block based image coding genetic algorithm error concealment
在线阅读 下载PDF
QIM digital watermarkingbased on LDPC code and messagepassingunder scalingattacks
3
作者 崔鑫 颜斌 +1 位作者 贾霞 王亚菲 《Journal of Measurement Science and Instrumentation》 CAS 2014年第1期37-40,共4页
Watermarking system based on quantization index modulation (QIM) is increasingly popular in high payload applications,but it is inherently fragile against amplitude scaling attacks.In order to resist desynchronizati... Watermarking system based on quantization index modulation (QIM) is increasingly popular in high payload applications,but it is inherently fragile against amplitude scaling attacks.In order to resist desynchronization attacks of QIM digital watermarking,a low density parity check (LDPC) code-aided QIM watermarking algorithm is proposed,and the performance of QIM watermarking system can be improved by incorporating LDPC code with message passing estimation/detection framework.Using the theory of iterative estimation and decoding,the watermark signal is decoded by the proposed algorithm through iterative estimation of amplitude scaling parameters and decoding of watermark.The performance of the proposed algorithm is closer to the dirty paper Shannon limit than that of repetition code aided algorithm when the algorithm is attacked by the additive white Gaussian noise.For constant amplitude scaling attacks,the proposed algorithm can obtain the accurate estimation of amplitude scaling parameters.The simulation result shows that the algorithm can obtain similar performance compared to the algorithm without desynchronization. 展开更多
关键词 digital watermarking quantization index modulation (QIM) message passing algorithm based on factor graph low density parity check (LDPC) code amplitude scaling attack
在线阅读 下载PDF
High Quality Audio Object Coding Framework Based on Non-Negative Matrix Factorization 被引量:1
4
作者 Tingzhao Wu Ruimin Hu +2 位作者 Xiaochen Wang Shanfa Ke Jinshan Wang 《China Communications》 SCIE CSCD 2017年第9期32-41,共10页
Object-based audio coding is the main technique of audio scene coding. It can effectively reconstruct each object trajectory, besides provide sufficient flexibility for personalized audio scene reconstruction. So more... Object-based audio coding is the main technique of audio scene coding. It can effectively reconstruct each object trajectory, besides provide sufficient flexibility for personalized audio scene reconstruction. So more and more attentions have been paid to the object-based audio coding. However, existing object-based techniques have poor sound quality because of low parameter frequency domain resolution. In order to achieve high quality audio object coding, we propose a new coding framework with introducing the non-negative matrix factorization(NMF) method. We extract object parameters with high resolution to improve sound quality, and apply NMF method to parameter coding to reduce the high bitrate caused by high resolution. And the experimental results have shown that the proposed framework can improve the coding quality by 25%, so it can provide a better solution to encode audio scene in a more flexible and higher quality way. 展开更多
关键词 object-based AUDIO coding non-negative matrix FACTORIZATION AUDIO scenecoding
在线阅读 下载PDF
LncPipe" A Nextflow-based pipeline for identification and analysis of long non-coding RNAs from RNA-Seq data 被引量:2
5
作者 Qi Zhao Yu Sun +4 位作者 Dawei Wang Hongwan Zhang Kai Yu Jian Zheng Zhixiang Zuo 《Journal of Genetics and Genomics》 SCIE CAS CSCD 2018年第7期399-401,共3页
Long noncoding RNAs (IncRNAs) have been increasingly implicated in a variety of human diseases, including autoimmune disease (Wu et al., 2015), neurodegenerative diseases (Wapinski and Chang, 2011) and cancer (... Long noncoding RNAs (IncRNAs) have been increasingly implicated in a variety of human diseases, including autoimmune disease (Wu et al., 2015), neurodegenerative diseases (Wapinski and Chang, 2011) and cancer (Huarte, 2015). Due to recent advances in next-generation sequencing technologies, tens of thousands of lncRNAs have been identified and annotated, a number of them have been proven to be functional in diverse biological processes through various mechanisms. 展开更多
关键词 LncPipe" A Nextflow-based pipeline IDENTIFICATION analysis of long non-coding RNAs RNA-Seq data
原文传递
Code Clone Detection Method Based on the Combination of Tree-Based and Token-Based Methods
6
作者 Ryota Ami Hirohide Haga 《Journal of Software Engineering and Applications》 2017年第13期891-906,共16页
This article proposes the high-speed and high-accuracy code clone detection method based on the combination of tree-based and token-based methods. Existence of duplicated program codes, called code clone, is one of th... This article proposes the high-speed and high-accuracy code clone detection method based on the combination of tree-based and token-based methods. Existence of duplicated program codes, called code clone, is one of the main factors that reduces the quality and maintainability of software. If one code fragment contains faults (bugs) and they are copied and modified to other locations, it is necessary to correct all of them. But it is not easy to find all code clones in large and complex software. Much research efforts have been done for code clone detection. There are mainly two methods for code clone detection. One is token-based and the other is tree-based method. Token-based method is fast and requires less resources. However it cannot detect all kinds of code clones. Tree-based method can detect all kinds of code clones, but it is slow and requires much computing resources. In this paper combination of these two methods was proposed to improve the efficiency and accuracy of detecting code clones. Firstly some candidates of code clones will be extracted by token-based method that is fast and lightweight. Then selected candidates will be checked more precisely by using tree-based method that can find all kinds of code clones. The prototype system was developed. This system accepts source code and tokenizes it in the first step. Then token-based method is applied to this token sequence to find candidates of code clones. After extracting several candidates, selected source codes will be converted into abstract syntax tree (AST) for applying tree-based method. Some sample source codes were used to evaluate the proposed method. This evaluation proved the improvement of efficiency and precision of code clones detecting. 展开更多
关键词 Code Clone Token-based DETECTION Tree-based DETECTION TREE EDIT Distance
暂未订购
MAP-based Audio Coding Compensation for Speaker Recognition
7
作者 Tao Jiang Jiqing Han 《Journal of Signal and Information Processing》 2011年第3期165-169,共5页
The performance of the speaker recognition system declines when training and testing audio codecs are mismatched. In this paper, based on analyzing the effect of mismatched audio codecs in the linear prediction cepstr... The performance of the speaker recognition system declines when training and testing audio codecs are mismatched. In this paper, based on analyzing the effect of mismatched audio codecs in the linear prediction cepstrum coefficients, a method of MAP-based audio coding compensation for speaker recognition is proposed. The proposed method firstly sets a standard codec as a reference and trains the speaker models in this codec format, then learns the deviation distributions between the standard codec format and the other ones, next gets the current bias via using a small number adaptive data and the MAP-based adaptive technique, and then adjusts the model parameters by the type of coming audio codec format and its related bias. During the test, the features of the coming speaker are used to match with the adjusted model. The experimental result shows that the accuracy reached 82.4% with just one second adaptive data, which is higher 5.5% than that in the baseline system. 展开更多
关键词 AUDIO coding COMPENSATION SPEAKER RECOGNITION MAP-based
在线阅读 下载PDF
Coding of Topological Entities in Feature-Based Parametric Modeling System 被引量:1
8
作者 Wu Tao Bai Yuewei Chen Zhuoning Bin Hongzan School of Mechanical Engineering, Huazhong University of Science and Technology, Wuhan 430074, China 《Computer Aided Drafting,Design and Manufacturing》 2001年第1期19-25,共7页
How to identify topological entities during rebuilding features is a critical problem in Feature-Based Parametric Modeling System (FBPMS). In the article, authors proposes a new coding approach to distinguish differen... How to identify topological entities during rebuilding features is a critical problem in Feature-Based Parametric Modeling System (FBPMS). In the article, authors proposes a new coding approach to distinguish different entities. The coding mechanism is expatiated,and some typical examples are presented. At last, the algorithm of decoding is put forward based on set theory. 展开更多
关键词 feature-based modeling entity coding DEcoding
全文增补中
一种低复杂度的LDPC码改进型UMP BP-Based译码算法 被引量:1
9
作者 侯宁 曲桦 《计算机应用研究》 CSCD 北大核心 2009年第12期4683-4685,共3页
为了弥补UMP BP-Based相对于LLR BP译码算法的性能缺陷,提出一种改进型UMP BP-Based译码算法。通过将Normalized BP-Based和O ffset BP-Based译码算法的优点相结合,并利用最小均方误差准则来计算该算法中的参数。仿真结果表明,在相同误... 为了弥补UMP BP-Based相对于LLR BP译码算法的性能缺陷,提出一种改进型UMP BP-Based译码算法。通过将Normalized BP-Based和O ffset BP-Based译码算法的优点相结合,并利用最小均方误差准则来计算该算法中的参数。仿真结果表明,在相同误码率的情况下,改进型UMP BP-Based译码算法比UMP BP-Based、Nor-malized BP-Based以及O ffset BP-Based具有更好的LDPC译码性能。 展开更多
关键词 低密度校验码 TANNER图 最小均方误差 LLRBP译码算法 UMPBP-based译码算法 NormalizedBP-based译码算法 OffsetBP-based译码算法 改进型UMPBP-based译码算法
在线阅读 下载PDF
An evaluation of force-based design vs.direct displacement-based design of jointed precast post-tensioned wall systems 被引量:12
10
作者 M. Ataur Rahman Sri Sritharan 《Earthquake Engineering and Engineering Vibration》 SCIE EI CSCD 2006年第2期285-296,共12页
The unique features of jointed post-tensioned wall systems, which include minimum structural damage and re-centering capability when subjected to earthquake lateral loads, are the result of using unbonded post-tension... The unique features of jointed post-tensioned wall systems, which include minimum structural damage and re-centering capability when subjected to earthquake lateral loads, are the result of using unbonded post-tensioning to attach the walls to the foundation, along with employing energy dissipating shear connectors between the walls. Using acceptance criteria defined in terms of inter-story drift, residual drift, and floor acceleration, this study presents a multiplelevel performance-based seismic evaluation of two five-story unbonded post-tensioned jointed precast wall systems. The design and analysis of these two wall systems, established as the direct displacement-based and force-based solutions for a prototype building used in the PREcast Seismic Structural Systems (PRESSS) program, were performed at 60% scale so that the analysis model could be validated using the PRESSS test data. Both buildings satisfied the performance criteria at four levels of earthquake motions although the design base shear of the direct displacement-based jointed wall system was 50% of that demanded by the force-based design method. The study also investigated the feasibility of controlling the maximum transient inter-story drift in a jointed wall system by increasing the number of energy dissipating shear connectors between the walls but without significantly affecting its re-centering capability. 展开更多
关键词 CONCRETE PRECAST unbonded post-tensioning WALL building code performance-based evaluation force-baseddesign direct-displacement based design
在线阅读 下载PDF
基于改进型UMP BP-Based算法的LDPC译码研究
11
作者 张天瑜 《微型机与应用》 2010年第5期35-38,共4页
为了弥补UMPBP-Based译码算法相对于LLRBP译码算法的性能缺陷,提出一种改进型UMP BP-Based译码算法。该算法中的参数是在最小均方误差准则下确定的,对所有的LDPC码的译码具有通用性。仿真结果表明,在相同误码率的情况下,改进型UMP BP-Ba... 为了弥补UMPBP-Based译码算法相对于LLRBP译码算法的性能缺陷,提出一种改进型UMP BP-Based译码算法。该算法中的参数是在最小均方误差准则下确定的,对所有的LDPC码的译码具有通用性。仿真结果表明,在相同误码率的情况下,改进型UMP BP-Based译码算法比UMP BP-Based译码算法、Normalized BP-Based译码算法以及Offset BP-Based译码算法具有更好的LDPC译码性能。 展开更多
关键词 LDPC码 TANNER图 最小均方误差 LLR BP译码算法 改进型UMP BP—based译码算法
在线阅读 下载PDF
快衰落Rayleigh信道下短LDPC码两类BP-Based译码的优化设计 被引量:1
12
作者 郑贺 胡捍英 陆佩忠 《电子与信息学报》 EI CSCD 北大核心 2007年第7期1588-1591,共4页
该文基于最小均方误差(MMSE)准则,对快衰落瑞利(Rayleigh)信道下短码长低密度校验(LDPC)码的ScaledBP-Based和OffsetBP-Based两类改进译码算法进行了优化设计。利用该准则,得出了两类改进算法的最优校正因子,并给出了相应的数值计算。... 该文基于最小均方误差(MMSE)准则,对快衰落瑞利(Rayleigh)信道下短码长低密度校验(LDPC)码的ScaledBP-Based和OffsetBP-Based两类改进译码算法进行了优化设计。利用该准则,得出了两类改进算法的最优校正因子,并给出了相应的数值计算。对码长为504和1008的1/2码率(3,6)规则LDPC码实验仿真显示,使用该准则设计的两类算法能够取得优于置信传播(BP)算法的译码性能。 展开更多
关键词 置信传播 改进的BP-based算法 MMSE准则 短码长LDPC码
在线阅读 下载PDF
An Optimal Lempel Ziv Markov Based Microarray Image Compression Algorithm 被引量:2
13
作者 R.Sowmyalakshmi Mohamed Ibrahim Waly +4 位作者 Mohamed Yacin Sikkandar T.Jayasankar Sayed Sayeed Ahmad Rashmi Rani Suresh Chavhan 《Computers, Materials & Continua》 SCIE EI 2021年第11期2245-2260,共16页
In the recent years,microarray technology gained attention for concurrent monitoring of numerous microarray images.It remains a major challenge to process,store and transmit such huge volumes of microarray images.So,i... In the recent years,microarray technology gained attention for concurrent monitoring of numerous microarray images.It remains a major challenge to process,store and transmit such huge volumes of microarray images.So,image compression techniques are used in the reduction of number of bits so that it can be stored and the images can be shared easily.Various techniques have been proposed in the past with applications in different domains.The current research paper presents a novel image compression technique i.e.,optimized Linde–Buzo–Gray(OLBG)with Lempel Ziv Markov Algorithm(LZMA)coding technique called OLBG-LZMA for compressing microarray images without any loss of quality.LBG model is generally used in designing a local optimal codebook for image compression.Codebook construction is treated as an optimizationissue and can be resolved with the help of Grey Wolf Optimization(GWO)algorithm.Once the codebook is constructed by LBGGWO algorithm,LZMA is employed for the compression of index table and raise its compression efficiency additionally.Experiments were performed on high resolution Tissue Microarray(TMA)image dataset of 50 prostate tissue samples collected from prostate cancer patients.The compression performance of the proposed coding esd compared with recently proposed techniques.The simulation results infer that OLBG-LZMA coding achieved a significant compression performance compared to other techniques. 展开更多
关键词 Arithmetic coding dictionary based coding Lempel-Ziv Markov chain algorithm Lempel-Ziv-Welch coding tissue microarray
在线阅读 下载PDF
On the Angular Distribution of the Representative Points of Bases of Human Protein Coding Sequences
14
作者 Zhou Guoxiang Wang Aikun He Wenchen(Mathematics and Physics Department,Hebei University of Technology, 300130, Tianjin, China) 《河北工业大学学报》 CAS 1997年第A01期1-4,共4页
A novel diagrammtic method is proposed to show the angular distribution of bases of human protein sequences. Using this method, the distribution sphere[1-4] is divided into four regions with same volume. The picture i... A novel diagrammtic method is proposed to show the angular distribution of bases of human protein sequences. Using this method, the distribution sphere[1-4] is divided into four regions with same volume. The picture is clearer and more intuitive than that in [1] .A rule on the angular distribution of the representative points of bases of protein sequences is given. Besides, in 300 representative pointS of human protein sequence samples we find that there are three (not only one) points outside the sphere. 展开更多
关键词 ANGULAR DISTRIBUTION REPRESENTATIVE point of baseS of protein coding sequence/ DISTRIBUTION SPHERE
在线阅读 下载PDF
CodeBase用于微机远动通信接口机 被引量:1
15
作者 傅海帆 储青 +1 位作者 何彦辉 孙琴 《电力系统自动化》 EI CSCD 北大核心 1994年第2期39-42,共4页
CodeBase是一个面向数据库和屏幕管理的C语言函数库,它完整地实现了数据库管理功能,可以直接操作dBase、Foxbase的数据库文件,直接支持TurboC、MicrosoftC等语言。本文结合工程实际,将Cod... CodeBase是一个面向数据库和屏幕管理的C语言函数库,它完整地实现了数据库管理功能,可以直接操作dBase、Foxbase的数据库文件,直接支持TurboC、MicrosoftC等语言。本文结合工程实际,将CodeBase用于微机远动通信接口机的软件设计,使得调度中心的管理信,包网络高效、简便。 展开更多
关键词 远动 数据库 通信接口 微机
在线阅读 下载PDF
HRM: H-tree based reconfiguration mechanism in reconfigurable homogeneous PE array 被引量:7
16
作者 Junyong Deng Lin Jiang +5 位作者 Yun Zhu Xiaoyan Xie Xinchuang Liu Feilong He Shuang Song L.K.John 《Journal of Semiconductors》 EI CAS CSCD 2020年第2期42-50,共9页
In order to accommodate the variety of algorithms with different performance in specific application and improve power efficiency,reconfigurable architecture has become an effective methodology in academia and industr... In order to accommodate the variety of algorithms with different performance in specific application and improve power efficiency,reconfigurable architecture has become an effective methodology in academia and industry.However,existing architectures suffer from performance bottleneck due to slow updating of contexts and inadequate flexibility.This paper presents an H-tree based reconfiguration mechanism(HRM)with Huffman-coding-like and mask addressing method in a homogeneous processing element(PE)array,which supports both programmable and data-driven modes.The proposed HRM can transfer reconfiguration instructions/contexts to a particular PE or associated PEs simultaneously in one clock cycle in unicast,multicast and broadcast mode,and shut down the unnecessary PE/PEs according to the current configuration.To verify the correctness and efficiency,we implement it in RTL synthesis and FPGA prototype.Compared to prior works,the experiment results show that the HRM has improved the work frequency by an average of 23.4%,increased the updating speed by 2×,and reduced the area by 36.9%;HRM can also power off the unnecessary PEs which reduced 51%of dynamic power dissipation in certain application configuration.Furthermore,in the data-driven mode,the system frequency can reach 214 MHz,which is 1.68×higher compared with the programmable mode. 展开更多
关键词 H-tree based reconfiguration mechanism(HRM) Huffman-coding-like addressing programmable mode data-driven mode homogeneous PE array
在线阅读 下载PDF
MOTION-BASED REGION GROWING SEGMENTATION OF IMAGE SEQUENCES 被引量:1
17
作者 Lu Guanming Bi Houjie Jiang Ping(Department of Information Engineering, Nanjing University ofPosts & Telecommunications, Nanjing 210003) 《Journal of Electronics(China)》 2000年第1期53-58,共6页
This paper proposes a motion-based region growing segmentation scheme for the object-based video coding, which segments an image into homogeneous regions characterized by a coherent motion. It adopts a block matching ... This paper proposes a motion-based region growing segmentation scheme for the object-based video coding, which segments an image into homogeneous regions characterized by a coherent motion. It adopts a block matching algorithm to estimate motion vectors and uses morphological tools such as open-close by reconstruction and the region-growing version of the watershed algorithm for spatial segmentation to improve the temporal segmentation. In order to determine the reliable motion vectors, this paper also proposes a change detection algorithm and a multi-candidate pro- screening motion estimation method. Preliminary simulation results demonstrate that the proposed scheme is feasible. The main advantage of the scheme is its low computational load. 展开更多
关键词 CHANGE detection MOTION estimation Image SEGMENTATION Object-based VIDEO coding
在线阅读 下载PDF
CASE STORAGE BASED ON RELATIONAL DATABASE
18
作者 陈楚珣 王英林 张申生 《Journal of Shanghai Jiaotong university(Science)》 EI 2000年第2期65-69,共5页
This paper focused on the integration of case base and relational database management system (RDBMS). The organizational and commercial impact will be far greater if the case based reasoning (CBR) system is integrated... This paper focused on the integration of case base and relational database management system (RDBMS). The organizational and commercial impact will be far greater if the case based reasoning (CBR) system is integrated with main stream information system, which is exemplified by RDBMS. The scalability, security and robustness provided by a commercial RDBMS facilitate the CBR system to manage the case base. The virtual table in relational database (RDB) is important for CBR systems to implement the flexibility of case template. It was discussed how to implement a flexible and succinct case template, and a mapping model between case template and RDB was proposed. The key idea is to build the case as the virtual view of underlying data. 展开更多
关键词 CASE based REASONING RELATIONAL DATAbase artificial INTELLIGENCE Document code:A
在线阅读 下载PDF
一种非规则LDPC码的改进型UMPBP-Based译码算法
19
作者 李万臣 于学明 张川 《应用科技》 CAS 2010年第11期48-52,共5页
为了减小UMP BP-Based译码算法相对于LLR-BP译码算法的性能损失,提出了一种改进型UMP BP-Based译码算法,校验节点消息处理时,通过合理地设置校正因子与偏移因子2种参数,将Normalized BP-Based和Offset BP-Based 2种译码算法进行有效的融... 为了减小UMP BP-Based译码算法相对于LLR-BP译码算法的性能损失,提出了一种改进型UMP BP-Based译码算法,校验节点消息处理时,通过合理地设置校正因子与偏移因子2种参数,将Normalized BP-Based和Offset BP-Based 2种译码算法进行有效的融合;变量节点消息处理时,引入了一种LLR-BP译码算法中的震荡补偿算法.仿真结果表明,针对非规则LDPC码,在一定范围内误码率相同的条件下,改进型UMP BP-Based译码算法与UMP BP-Based、Normalized BP-Based和Offset BP-Based 3种译码算法相比较,译码性能得到明显的改善,可以更有效地逼近性能优异的LLR-BP译码算法. 展开更多
关键词 非规则LDPC码 LLR—BP译码算法 OFFSET BP—based译码算法 震荡补偿算法 改进型UMP BP-based 码算法
在线阅读 下载PDF
On-line Detection of Gas Pipeline Based on the Real-Time Algorithm and Network Technology with Robot
20
作者 鄢波 颜国正 +3 位作者 丁国清 周斌 付西光 左建勇 《Journal of Donghua University(English Edition)》 EI CAS 2004年第5期93-97,共5页
The detection system integrates control technology, network technology, video encoding and decoding, video transmiss-ion, multi-single chip microcomputer communication, dat-abase technology, computer software and robo... The detection system integrates control technology, network technology, video encoding and decoding, video transmiss-ion, multi-single chip microcomputer communication, dat-abase technology, computer software and robot technology. The robot can adaptively adjust its status according to diameter (from 400 mm to 650 mm) of pipeline. The maximum detection distance is up to 1 000 m. The method of video coding in the system is based on fractal transformation. The experiments show that the coding scheme is fast and good PSNR. The precision of on-line detection is up to 3% thickness of pipeline wall. The robot can also have a high precision of location up to 0.03 m. The control method is based on network and characterized by on-line and real-time. The experiment in real gas pipeline shows that the performance of the detection system is good. 展开更多
关键词 on-line control control based on network fractal video coding(FVC) Non-Destructive Testing (NDT)
在线阅读 下载PDF
上一页 1 2 64 下一页 到第
使用帮助 返回顶部