inverse

共 41 篇文章
inverse 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 41 篇文章,持续更新中。

KSIR-核分段逆回归

一个非常经典的核统计学习工具箱,集成了kpca、kdr、ksri等,具有分类和回归双重功能 KSIR-核分段逆回归 sliced inverse regression of a kernel

[自动化控制杂志]Nuts.and.Volts.25-03.-.Mar.2004.-.Inverse.Kinematics

·[自动化控制杂志]Nuts.and.Volts.25-03.-.Mar.2004.-.Inverse.Kinematics

《自动化控制杂志》Nuts.and.Volts.25-03.-.Mar.2004.-.Inverse.Kinematics

·《自动化控制杂志》Nuts.and.Volts.25-03.-.Mar.2004.-.Inverse.Kinematics

反向复用的ATM (IMA)

1 Scope 1<BR>2 References 1<BR>3 Definitions&nbsp; 1<BR>4 Abbreviations 2<BR>5 Overview of Inverse M

Inverse multiplexing for ATM (IMA)

<P>Inverse multiplexing for ATM (IMA):</P> <P>1 Scope 1<BR>2 References 1<BR>3 Definitions&nbsp; 1

InverseProblemTheory

Inverse Problem Theory

机器人学_国立交通大学_杨谷洋

<p>Chapter 1 – Introduction</p><p>Chapter 2 – Spatial Representation and Transformation</p><p>&nbsp;Chapter 3 – Kinematics and Inverse Kinematics</p><p>&nbsp;Chapter 4 – Differential Relationship</p><

单片机实现ADPCM编码和解码

<p>INTRODUCTION In the past, adding speech recording and playback capability to a product meant using a digital signal processor or a specialized audio chip. Now, using a simplified Adaptive Different

This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inve

This is a simple one dimensional Fast Fourier Transform (and Inverse FFT) test program. FFT(and Inverse FFT) is implemeted as a function. 2^n-point FFT is possible.

Another inverse kinematic of two link manipulator, robots.

Another inverse kinematic of two link manipulator, robots.

C++ Inverse kinematic with OpenGL.

C++ Inverse kinematic with OpenGL.

The code includes the implementation of inverse convolutional code and testing of it.

The code includes the implementation of inverse convolutional code and testing of it.

IML package provides efficient routines to solve nonsingular systems of linear equations, certifie

IML package provides efficient routines to solve nonsingular systems of linear equations, certified solve any shape systems of linear equations, and perform mod p matrix operations, such as comput

The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d

The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline,

fft.c - fast Fourier transform and its inverse (both recursively)

fft.c - fast Fourier transform and its inverse (both recursively)

包括使用修正Gram-Schmit算法实现QR分解

包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimu

This directory includes matlab interface of the curvelet transform using usfft. Basic functions

This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m -- forward curvelet transform afdct_usfft.m -- adjoint curvelet transform ifdct_u

Kriging 插值程序

Kriging 插值程序,实现二维三维数据插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and l

IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cos

IEEE Std 1180-1990. IEEE Standard Specifications for the Implementations of 8x8 Inverse Discrete Cosine Transform, specifies the numerical characteristics of the 8x8 inverse discrete cosine transform

小弟撰寫的類神經pca對圖片的壓縮與解壓縮,對來源圖片training過後,可使用該張圖像的特性(eigenvalue和eigenvetex)來對別張圖解壓縮,非常有趣的方式,再設定threashol

小弟撰寫的類神經pca對圖片的壓縮與解壓縮,對來源圖片training過後,可使用該張圖像的特性(eigenvalue和eigenvetex)來對別張圖解壓縮,非常有趣的方式,再設定threashold時注意時值不要過大,因為這牽涉inverse matrex的計算.