This paper presents the principle and mathematic model for the 3D depth map method based on space encoding images performed by modulating scanning structuredlight according to time sequences,and the synchro control ...This paper presents the principle and mathematic model for the 3D depth map method based on space encoding images performed by modulating scanning structuredlight according to time sequences,and the synchro control among the camera,laser diode modulation and scanning polyhedron.展开更多
In response to the shortcomings of the common encoders in the industry,of which the photoelectric encoders have a poor anti-interference ability in harsh industrial environments with water,oil,dust,or strong vibration...In response to the shortcomings of the common encoders in the industry,of which the photoelectric encoders have a poor anti-interference ability in harsh industrial environments with water,oil,dust,or strong vibrations and the magnetic encoders are too sensitive to magnetic field density,this paper designs a new differential encoder based on the grating eddy-current measurement principle,abbreviated as differential grating eddy-current encoder(DGECE).The grating eddy-current of DGECE consists of a circular array of trapezoidal reflection conductors and 16 trapezoidal coils with a special structure to form a differential relationship,which are respectively located on the code plate and the readout plate designed by a printed circuit board.The differential structure of DGECE corrects the common mode interference and the amplitude distortion due to the assembly to some extent,possesses a certain anti-interference capability,and greatly simplifies the regularization algorithm of the original data.By means of the corresponding readout circuit and demodulation algorithm,the DGECE can convert the periodic impedance variation of 16 coils into an angular output within the 360°cycle.Due to its simple manufacturing process and certain interference immunity,DGECE is easy to be integrated and mass-produced as well as applicable in the industrial spindles,especially in robot joints.This paper presents the measurement principle,implementation methods,and results of the experiment of the DGECE.The experimental results show that the accuracy of the DGECE can reach 0.237%and the measurement standard deviation can reach±0.14°within360°cycle.展开更多
Damage detection in structures is performed via vibra-tion based structural identification. Modal information, such as fre-quencies and mode shapes, are widely used for structural dama-ge detection to indicate the hea...Damage detection in structures is performed via vibra-tion based structural identification. Modal information, such as fre-quencies and mode shapes, are widely used for structural dama-ge detection to indicate the health conditions of civil structures.The deep learning algorithm that works on a multiple layer neuralnetwork model termed as deep autoencoder is proposed to learnthe relationship between the modal information and structural stiff-ness parameters. This is achieved via dimension reduction of themodal information feature and a non-linear regression against thestructural stiffness parameters. Numerical tests on a symmetri-cal steel frame model are conducted to generate the data for thetraining and validation, and to demonstrate the efficiency of theproposed approach for vibration based structural damage detec-tion.展开更多
Acinetobacter baumannii is one of the most important human pathogens causing a variety of nosocomial infections. Carbapenem antibiotics have been primarily used to treat the A. baumannii infections. However, carbapene...Acinetobacter baumannii is one of the most important human pathogens causing a variety of nosocomial infections. Carbapenem antibiotics have been primarily used to treat the A. baumannii infections. However, carbapenem resistant A. baumannii producing carbapenemases causes serious treatment problems worldwide. Outbreaks of carbapenem resistant isolates have reported in some area of the United States, but their dissemination and genetic structure of the carbapenemase encoding genes are currently little known. To understand outbreaks, dissemination, and genetic structure of the carbapenemase encoding genes in Southern Texas, 32 clinical isolates collected from Austin and Houston, TX were characterized. Twenty-eight of 32 isolates were resistant to all tested β-lactam antibiotics including carbapenem (imipenem and meropenem). Three of them carried blaOXA-23 as a part of Tn2008 integrated into a known plasmid (pACICU2) and all others carried blaOXA-24 flanked by XerC/XerD-like recombinase binding sites that were adjoined by DNA sequences originated from multiple plasmids. Genotype analysis revealed that the 25 isolates carrying blaOXA-24 were all identical genotypes same as a representative isolate carrying blaOXA-24 from Chicago, IL but the 3 isolates carrying blaOXA-23 was a distinct genotype as compared with isolates carrying blaOXA-23 from Chicago, IL and Washington, D.C. Each of the blaOXA-23 and blaOXA-24 was transferred to carbapenem susceptible A. baumannii and E. coli with similar minimal inhibitory concentration (MIC) of carbapenem as that of their parental isolates but significantly lower levels of MIC in E. coli. Overall results suggest that a unique strain carrying blaOXA-23 and a similar strain carrying blaOXA-24 as seen in other geographic areas are currently disseminated in Southern Texas.展开更多
The molecular structures of hydrocarbons in straight run gasoline were numerically coded. The nonlinear quantitative relationship(QSRR) between gas chromatography(GC) retention indices of the hydrocarbons and their m...The molecular structures of hydrocarbons in straight run gasoline were numerically coded. The nonlinear quantitative relationship(QSRR) between gas chromatography(GC) retention indices of the hydrocarbons and their molecular structures were established by using an error back propagation(BP) algorithm. The GC retention indices of 150 hydrocarbons were then predicted by removing 15 compounds(as a test set) and using the 135 remained molecules as a calibration set. Through this procedure, all the compounds in the whole data set were then predicted in groups of 15 compounds. The results obtained by BP with the correlation coefficient and the standard deviation 0 993 4 and 16 54, are satisfied.展开更多
Finding all occurrences of a twig query in an XML database is a core operation for efficient evaluation of XML queries. It is important to effiectively handle twig queries with wildcards. In this paper, a novel path-p...Finding all occurrences of a twig query in an XML database is a core operation for efficient evaluation of XML queries. It is important to effiectively handle twig queries with wildcards. In this paper, a novel path-partitioned encoding scheme is proposed for XML documents to capture paths of all elements, and a twig query is modeled as an XPattern extended from tree pattern. After definition, simplification, normalization, verification and initialization of the XPattern, both work sets and a join plan are generated. According to these measures, an effiective algorithm to answer for a twig query, called DMTwig, is designed without unnecessary elements and invalid structural joins. The algorithm can adaptively deal with twig queries with branch ([ ]), child edge (/), descendant edge (//), and wildcard (*) synthetically. We show that path-partitioned encoding scheme and XPattern guarantee the I/O and CPU optimality for twig queries. Experiments on representative data set indicate that the proposed solution performs significantly.展开更多
A new way of indexing and processing twig patterns in an XML documents is proposed in this paper. Every path in XML document can be transformed into a sequence of labels by Structure-Encoded that constructs a one-to-o...A new way of indexing and processing twig patterns in an XML documents is proposed in this paper. Every path in XML document can be transformed into a sequence of labels by Structure-Encoded that constructs a one-to-one correspondence between XML tree and sequence. Base on identifying characteristics of nodes in XML tree, the elements are classified and clustered. During query proceeding, the twig pattern is also transformed into its Structure-Encoded. By performing subsequence matching on the set of sequences in XML documents, all the occurrences of path in the XML documents are refined. Using the index, the numbers of elements retrieved are minimized. The search results with pertinent format provide more structure information without any false dismissals or false alarms. The index also supports keyword search Experiment results indicate the index has significantly efficiency with high precision.展开更多
The linear encoding of a quadtree is an efficient way to represent the quadtree. In this paper, an improved linear quadtree, a cell linear quadtree, is proposed, in which its redundant storage is eliminated and the co...The linear encoding of a quadtree is an efficient way to represent the quadtree. In this paper, an improved linear quadtree, a cell linear quadtree, is proposed, in which its redundant storage is eliminated and the concept of a cell is introduced. Therefore, it has higher storage efficiency than a conventional linear quadtree.展开更多
The designing,encodings and an instance of simulation of a binary tree for DNA computer were proposed,which utilizes the method of biology to complete inserting and deleting of the binary tree. Firstly,DNA encodings f...The designing,encodings and an instance of simulation of a binary tree for DNA computer were proposed,which utilizes the method of biology to complete inserting and deleting of the binary tree. Firstly,DNA encodings for storage and all elements of the binary tree were completely given out. Then, the implementations of all bio-operations in DNA computer were described. Finally, to prove the feasibility of this method, an actual binary tree with detailed nucleotide encodings was introduced. The process of an algorithm implemented on this binary tree was demonstrated. Based on this method, more other data structures in DNA computer can be developed.展开更多
Coded structured light is an accurate, fast 3D measurement approach with high sampling density, of which the encoded fringes are distorted when projected to curved surface. Focused on the demand of encoding, decoding,...Coded structured light is an accurate, fast 3D measurement approach with high sampling density, of which the encoded fringes are distorted when projected to curved surface. Focused on the demand of encoding, decoding, multiview registration and system calibration, we expect to obtain undistorted fringes from camera image. Therefore, in this paper, we analyze the accuracy and sampling density of projecting distortion calibration approach based on control point and fitting surface. Moreover, combining the characteristic of coded structured light system, we design encoded fringe projecting distortion calibration scheme based on simplified encoded structured light model. Primarily, we neglect the minor parameters that affect the calibration in structured light model to reduce complexity. Then, we build the correspondence between camera image points and projector image points and achieve the calibration. Finally, we design evaluation scheme of projecting distortion calibration with parallelism and equal interval, and verify the effectiveness and accuracy of the approach through visual effect and experimental data.展开更多
文摘This paper presents the principle and mathematic model for the 3D depth map method based on space encoding images performed by modulating scanning structuredlight according to time sequences,and the synchro control among the camera,laser diode modulation and scanning polyhedron.
基金the Biomedical Science and Technology Support Special Project of Shanghai Science and Technology Committee(No.20S31908300)。
文摘In response to the shortcomings of the common encoders in the industry,of which the photoelectric encoders have a poor anti-interference ability in harsh industrial environments with water,oil,dust,or strong vibrations and the magnetic encoders are too sensitive to magnetic field density,this paper designs a new differential encoder based on the grating eddy-current measurement principle,abbreviated as differential grating eddy-current encoder(DGECE).The grating eddy-current of DGECE consists of a circular array of trapezoidal reflection conductors and 16 trapezoidal coils with a special structure to form a differential relationship,which are respectively located on the code plate and the readout plate designed by a printed circuit board.The differential structure of DGECE corrects the common mode interference and the amplitude distortion due to the assembly to some extent,possesses a certain anti-interference capability,and greatly simplifies the regularization algorithm of the original data.By means of the corresponding readout circuit and demodulation algorithm,the DGECE can convert the periodic impedance variation of 16 coils into an angular output within the 360°cycle.Due to its simple manufacturing process and certain interference immunity,DGECE is easy to be integrated and mass-produced as well as applicable in the industrial spindles,especially in robot joints.This paper presents the measurement principle,implementation methods,and results of the experiment of the DGECE.The experimental results show that the accuracy of the DGECE can reach 0.237%and the measurement standard deviation can reach±0.14°within360°cycle.
文摘Damage detection in structures is performed via vibra-tion based structural identification. Modal information, such as fre-quencies and mode shapes, are widely used for structural dama-ge detection to indicate the health conditions of civil structures.The deep learning algorithm that works on a multiple layer neuralnetwork model termed as deep autoencoder is proposed to learnthe relationship between the modal information and structural stiff-ness parameters. This is achieved via dimension reduction of themodal information feature and a non-linear regression against thestructural stiffness parameters. Numerical tests on a symmetri-cal steel frame model are conducted to generate the data for thetraining and validation, and to demonstrate the efficiency of theproposed approach for vibration based structural damage detec-tion.
文摘Acinetobacter baumannii is one of the most important human pathogens causing a variety of nosocomial infections. Carbapenem antibiotics have been primarily used to treat the A. baumannii infections. However, carbapenem resistant A. baumannii producing carbapenemases causes serious treatment problems worldwide. Outbreaks of carbapenem resistant isolates have reported in some area of the United States, but their dissemination and genetic structure of the carbapenemase encoding genes are currently little known. To understand outbreaks, dissemination, and genetic structure of the carbapenemase encoding genes in Southern Texas, 32 clinical isolates collected from Austin and Houston, TX were characterized. Twenty-eight of 32 isolates were resistant to all tested β-lactam antibiotics including carbapenem (imipenem and meropenem). Three of them carried blaOXA-23 as a part of Tn2008 integrated into a known plasmid (pACICU2) and all others carried blaOXA-24 flanked by XerC/XerD-like recombinase binding sites that were adjoined by DNA sequences originated from multiple plasmids. Genotype analysis revealed that the 25 isolates carrying blaOXA-24 were all identical genotypes same as a representative isolate carrying blaOXA-24 from Chicago, IL but the 3 isolates carrying blaOXA-23 was a distinct genotype as compared with isolates carrying blaOXA-23 from Chicago, IL and Washington, D.C. Each of the blaOXA-23 and blaOXA-24 was transferred to carbapenem susceptible A. baumannii and E. coli with similar minimal inhibitory concentration (MIC) of carbapenem as that of their parental isolates but significantly lower levels of MIC in E. coli. Overall results suggest that a unique strain carrying blaOXA-23 and a similar strain carrying blaOXA-24 as seen in other geographic areas are currently disseminated in Southern Texas.
文摘The molecular structures of hydrocarbons in straight run gasoline were numerically coded. The nonlinear quantitative relationship(QSRR) between gas chromatography(GC) retention indices of the hydrocarbons and their molecular structures were established by using an error back propagation(BP) algorithm. The GC retention indices of 150 hydrocarbons were then predicted by removing 15 compounds(as a test set) and using the 135 remained molecules as a calibration set. Through this procedure, all the compounds in the whole data set were then predicted in groups of 15 compounds. The results obtained by BP with the correlation coefficient and the standard deviation 0 993 4 and 16 54, are satisfied.
基金supported by the National High-Tech Research and Development Plan of China (Grant No.2005AA4Z3030)
文摘Finding all occurrences of a twig query in an XML database is a core operation for efficient evaluation of XML queries. It is important to effiectively handle twig queries with wildcards. In this paper, a novel path-partitioned encoding scheme is proposed for XML documents to capture paths of all elements, and a twig query is modeled as an XPattern extended from tree pattern. After definition, simplification, normalization, verification and initialization of the XPattern, both work sets and a join plan are generated. According to these measures, an effiective algorithm to answer for a twig query, called DMTwig, is designed without unnecessary elements and invalid structural joins. The algorithm can adaptively deal with twig queries with branch ([ ]), child edge (/), descendant edge (//), and wildcard (*) synthetically. We show that path-partitioned encoding scheme and XPattern guarantee the I/O and CPU optimality for twig queries. Experiments on representative data set indicate that the proposed solution performs significantly.
基金Supported by the National Natural Science Foundation of China (60473085)
文摘A new way of indexing and processing twig patterns in an XML documents is proposed in this paper. Every path in XML document can be transformed into a sequence of labels by Structure-Encoded that constructs a one-to-one correspondence between XML tree and sequence. Base on identifying characteristics of nodes in XML tree, the elements are classified and clustered. During query proceeding, the twig pattern is also transformed into its Structure-Encoded. By performing subsequence matching on the set of sequences in XML documents, all the occurrences of path in the XML documents are refined. Using the index, the numbers of elements retrieved are minimized. The search results with pertinent format provide more structure information without any false dismissals or false alarms. The index also supports keyword search Experiment results indicate the index has significantly efficiency with high precision.
文摘The linear encoding of a quadtree is an efficient way to represent the quadtree. In this paper, an improved linear quadtree, a cell linear quadtree, is proposed, in which its redundant storage is eliminated and the concept of a cell is introduced. Therefore, it has higher storage efficiency than a conventional linear quadtree.
文摘The designing,encodings and an instance of simulation of a binary tree for DNA computer were proposed,which utilizes the method of biology to complete inserting and deleting of the binary tree. Firstly,DNA encodings for storage and all elements of the binary tree were completely given out. Then, the implementations of all bio-operations in DNA computer were described. Finally, to prove the feasibility of this method, an actual binary tree with detailed nucleotide encodings was introduced. The process of an algorithm implemented on this binary tree was demonstrated. Based on this method, more other data structures in DNA computer can be developed.
基金The support of National Science Foundation of China (61571168,61401126), Leading Talent Team Backup Leader Foundation of Heilongjiang Province are gratefully acknowledged.
文摘Coded structured light is an accurate, fast 3D measurement approach with high sampling density, of which the encoded fringes are distorted when projected to curved surface. Focused on the demand of encoding, decoding, multiview registration and system calibration, we expect to obtain undistorted fringes from camera image. Therefore, in this paper, we analyze the accuracy and sampling density of projecting distortion calibration approach based on control point and fitting surface. Moreover, combining the characteristic of coded structured light system, we design encoded fringe projecting distortion calibration scheme based on simplified encoded structured light model. Primarily, we neglect the minor parameters that affect the calibration in structured light model to reduce complexity. Then, we build the correspondence between camera image points and projector image points and achieve the calibration. Finally, we design evaluation scheme of projecting distortion calibration with parallelism and equal interval, and verify the effectiveness and accuracy of the approach through visual effect and experimental data.