首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   13篇
  免费   0篇
电工技术   1篇
无线电   5篇
一般工业技术   4篇
自动化技术   3篇
  2020年   1篇
  2016年   1篇
  2013年   1篇
  2011年   2篇
  2010年   1篇
  2008年   1篇
  2003年   1篇
  1999年   1篇
  1996年   1篇
  1994年   1篇
  1987年   1篇
  1978年   1篇
排序方式: 共有13条查询结果,搜索用时 15 毫秒
1.
A single-parameter controlled-variable amplitude change function has been constructed for digital filtering using multiple units of a prototype filter. The limits of variation are discussed. The technique is shown to be useful not only for the reduction of errors in either the pass band or the stop band of the overall filter, but also for varying the cutoff frequency of the overall filter over a wide range. Hardware implementation problems resulting from a wide variation are shown to be overcome by a modular approach.  相似文献   
2.
Abstract

Graphite has normally been used to synthesise fullerenes and nanotubes. However, coal is a cheaper and more suitable industrial material. Because coal is a molecular solid, unlike graphite, the mechanism by which fullerene and nanotubes are formed is different. Moreover, other products such as polyaromatic hydrocarbons (PAHs) and microfibres are also formed. In this review, the mechanism of formation of fullerene and nanotubes from coal is discussed. It is shown that the pathway involved is other than through the C1 intermediate route. The influence of other elements in coal such as hydrogen, oxygen, sulfur and iron is also discussed. It appears that, hydrogen, oxygen, iron and sulfur affect the yield and type of fullerenes and nanotubes formed.  相似文献   
3.
We have developed an optical delivery device (catheter) capable of transmitting broadband infrared light (IR wavelengths from 2 to 10 microm) for both diagnostic and therapeutic applications. The catheter is 1.68 mm in outer diameter and 1 m in length. It consists of two hollow glass waveguides coupled to a high-refractive-index optic tip. The IR light interacts with the tissue at the optic-tissue interface to measure the spectral signatures and perform therapy on the tissue at this interface. Fourier-transform IR spectrophotometer light is used to obtain the spectral signatures, and an IR free-electron laser (FEL) is used to study the therapeutic interaction of evanescent waves with the tissue. We present our catheter design; preliminary IR spectroscopy of aorta, blood, fatty tissue, and muscle; and IR FEL therapy on atheroslerotic aorta.  相似文献   
4.
    
Multirate architectures have been used for realizing linear FIR digital filters with reduced computational complexity. The Volterra kernel can be represented as a generalized convolution. It would thus be expected that multirate architectures could be used to advantage in realizing Volterra kernels as well. The quadratic Volterra kernel may be realized in the form of an “LDL structure.” The LDL structure includes a set of FIR filters of increasing length, which may be realized in a computationally efficient manner using multirate architectures  相似文献   
5.
    
This paper presents three automated algorithms for isotropic, conforming refinement of all‐quadrilateral and all‐hexahedral meshes. These algorithms are based on the two‐refinement templates introduced by Schneiders. However, we introduce a novel technique to choose the appropriate refinement template locally. This enables efficient implementation of the proposed algorithms, even in parallel. The proposed algorithms can handle refined regions of complicated geometry and do not suffer from concavity restrictions associated with the three‐refinement methods currently dominating the literature. Several application examples show the strength of these new algorithms in problems that require fast dynamic remeshing such as computational fluid dynamics and computer graphics. Copyright © 2011 John Wiley & Sons, Ltd.  相似文献   
6.
Fullerenes and Nanotubes from Coal   总被引:1,自引:0,他引:1  
Graphite has normally been used to synthesise fullerenes and nanotubes. However, coal is a cheaper and more suitable industrial material. Because coal is a molecular solid, unlike graphite, the mechanism by which fullerene and nanotubes are formed is different. Moreover, other products such as polyaromatic hydrocarbons (PAHs) and microfibres are also formed. In this review, the mechanism of formation of fullerene and nanotubes from coal is discussed. It is shown that the pathway involved is other than through the C1 intermediate route. The influence of other elements in coal such as hydrogen, oxygen, sulfur and iron is also discussed. It appears that, hydrogen, oxygen, iron and sulfur affect the yield and type of fullerenes and nanotubes formed.  相似文献   
7.
    
We present a strategy for parallelizing the composite and filter operations suitable for an order‐independent rendering pipeline implemented on a modern graphics processor. Conventionally, this task is parallelized across pixels/subpixels, but serialized along individual depth layers. However, our technique extends the domain of parallelization to individual fragments (samples), avoiding a serial dependence on the number of depth layers, which can be a constraint for scenes with high depth complexity. As a result, our technique scales with the number of fragments and can sustain a consistent and predictable throughput in scenes with both low and high depth complexity, including those with a high variability of depth complexity within a single frame. We demonstrate composite/filter performance in excess of 50M fragments/sec for scenes with more than 1500 semi‐transparent layers.  相似文献   
8.
In this paper, a condition termed as linear phase condition (LPC), which ensures that the filters of a nonuniform filter bank are linear phase, is presented. It is observed that the proposed LPC is also applicable to the uniform filter bank case. Further, the utility of this LPC to find (i) necessary restrictions on the filters lengths, (ii) the number of symmetric and antisymmetric filters in the filter bank and (iii) filter bank decimation factors is also investigated. The results obtained for the different cases are also presented in the form of tables. These tables will facilitate the design of nonuniform filter bank by ruling out the non-solvable cases and by reducing the search space, thus saving the designers’ precious time.  相似文献   
9.
We present a Conforming Delaunay Triangulation (CDT) algorithm based on maximal Poisson disk sampling. Points are unbiased, meaning the probability of introducing a vertex in a disk-free subregion is proportional to its area, except in a neighborhood of the domain boundary. In contrast, Delaunay refinement CDT algorithms place points dependent on the geometry of empty circles in intermediate triangulations, usually near the circle centers. Unconstrained angles in our mesh are between 30° and 120°, matching some biased CDT methods. Points are placed on the boundary using a one-dimensional maximal Poisson disk sampling. Any triangulation method producing angles bounded away from 0° and 180° must have some bias near the domain boundary to avoid placing vertices infinitesimally close to the boundary.Random meshes are preferred for some simulations, such as fracture simulations where cracks must follow mesh edges, because deterministic meshes may introduce non-physical phenomena. An ensemble of random meshes aids simulation validation. Poisson-disk triangulations also avoid some graphics rendering artifacts, and have the blue-noise property.We mesh two-dimensional domains that may be non-convex with holes, required points, and multiple regions in contact. Our algorithm is also fast and uses little memory. We have recently developed a method for generating a maximal Poisson distribution of n output points, where n=Θ(Area/r2) and r is the sampling radius. It takes O(n) memory and O(nlogn) expected time; in practice the time is nearly linear. This, or a similar subroutine, generates our random points. Except for this subroutine, we provably use O(n) time and space. The subroutine gives the location of points in a square background mesh. Given this, the neighborhood of each point can be meshed independently in constant time. These features facilitate parallel and GPU implementations. Our implementation works well in practice as illustrated by several examples and comparison to Triangle.  相似文献   
10.
In this paper we have studied fault tolerance of a full binary tree in terms of availability of non-faulty (full) subtrees. When an unaugmented full binary tree is faulty, then the computation can be carried out on the largest available non-faulty (full) binary subtree.It is shown that the minimum number of faulty nodes required to destroy all subtrees of height h in a full binary tree of height n is given as fbt(n, h) = (2n−1)/(2h−1). It follows that the availability of a non-faulty subtree of height h = n−w, in an n level full binary tree containing u faulty nodes, can be ensured, where w is the smallest integer such that u ≤ 2w.An algorithm which evaluates whether a given set of faulty nodes will destroy all subtrees of some specified height, is given. This algorithm can also evaluate the largest available non-faulty subtree in a faulty full binary tree. We also study the availability of a non-faulty subtree in some augmented binary tree architectures.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号