transformation
共 58 篇文章
transformation 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 58 篇文章,持续更新中。
1. The Unscented Transformation and UKF 2. Applications of UT/UKF to Particle Filters
1. The Unscented Transformation and UKF
2. Applications of UT/UKF to Particle Filters
hough transformation
hough transformation
XSL transformation [XSLT 1.0]- Quick Reference, from http://www.w3.org/TR/xslt/
XSL transformation [XSLT 1.0]- Quick Reference, from http://www.w3.org/TR/xslt/
Wavlet image transformation
Wavlet image transformation
SQL Server developers and administrators are no strangers to Data Transformation Services (DTS) pack
SQL Server developers and administrators are no strangers to Data Transformation Services (DTS) packages. They likely develop DTS packages to perform everything from simple database operations to data
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也
Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。
Givens transformation是向量的旋转变换。它可将被变换向量旋转成模与之相同的其它向量。其应用之一是QR分解。
The toolbox solves a variety of approximate modeling problems for linear static models. The model ca
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called mi
this code is a implementation of the Discrete cosinuss transformation. In this code I have used the
this code is a implementation of the Discrete cosinuss transformation.
In this code I have used the direct méthode of calcul by used the equation without used the maatrix multiplication.
《重构[改善既有代码的设计中文版]/软件工程系列》中文版
《重构[改善既有代码的设计中文版]/软件工程系列》中文版,侯捷等译,Martin Fowler和本书另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。本书解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。本书的核心是一份完整的重构名录(catalog of refactoring),其中每一项
Gabor Transformation based on a Exocortex dsp d
Gabor Transformation based on a Exocortex dsp d
this is fourier transformation algorithm programmed in java
this is fourier transformation algorithm programmed in java
The Applications of Optical System by Wavelet Transformation Method
The Applications of Optical System by Wavelet Transformation Method
jpeg 2D DCT transformation project
jpeg 2D DCT transformation project
基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of co
基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt
This belongs to the imagery processing design proposal, the topic is the digital image Fourier trans
This belongs to the imagery processing design proposal, the topic is the digital image Fourier transformation 。
CAN与RS232转换节点的设计与实现
<P>CAN与RS232转换节点的设计与实现</P>
<P>介绍将CAN总线接口与RS232总线接口相互转换的设计方法和2种总线电平转换关系,实现CAN总线与各模块的接口设计,制定了相应的软硬件设计方案,并给出软件设计流程图以及部分硬件设计原理图。为CAN总线与RS232总线互联提供了一种方法,对CAN总线与RS232总线接口设备的互联和广泛应用的实现具有重要意义。<BR>关键词:CAN总线;RS
基于FPGA的FFT数字处理器的硬件实现
DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比.当N较大时,因计算量太大,直接用DFT算法进行谱分析和喜好的实时处理是不切实际的.快速傅里叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级.本文的目的就是