搜索结果
找到约 273 项符合
Linear 的查询结果
按分类筛选
- 全部分类
- matlab例程 (49)
- 数学计算 (28)
- 电源技术 (25)
- 数值算法/人工智能 (17)
- 人工智能/神经网络 (16)
- 技术资料 (13)
- 书籍 (12)
- 其他书籍 (10)
- 模拟电子 (7)
- 其他 (7)
- 单片机编程 (5)
- 电子书籍 (5)
- 通讯编程文档 (5)
- *行业应用 (4)
- 行业发展研究 (4)
- VHDL/FPGA/Verilog (4)
- DSP编程 (4)
- 学术论文 (3)
- 软件设计/软件工程 (3)
- Java编程 (3)
- 通讯/手机编程 (3)
- 文章/文档 (3)
- 无线通信 (2)
- 压缩解压 (2)
- 系统设计方案 (2)
- 文件格式 (2)
- 语音压缩 (2)
- 3G开发 (2)
- 书籍源码 (2)
- 嵌入式/单片机编程 (2)
- STL (2)
- 教程 (2)
- 论文 (2)
- 行业应用文档 (1)
- 通信网络 (1)
- 开关电源 (1)
- 生物技术 (1)
- Applet (1)
- 嵌入式Linux (1)
- 技术管理 (1)
- Linux/Unix编程 (1)
- 其他数据库 (1)
- J2ME (1)
- Ajax (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 数据结构 (1)
- 微处理器开发 (1)
- 编辑器/阅读器 (1)
- 单片机开发 (1)
- 接口技术 (1)
- 源码 (1)
- VIP专区 (1)
- 精品软件 (1)
数学计算 GNU Octave is a high-level language, primarily intended for numerical computations. It provides a c
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear problems numerically.
人工智能/神经网络 The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg
The tca package is a Matlab program that implements the tree-dependent
component analysis (TCA) algorithms that extends the independent
component analysis (ICA), where instead of looking for a linear transform
that makes the data components independent, we are looking for components
that can be bes ...
matlab例程 The main features of the considered identification problem are that there is no an a priori separati
The main features of the considered identification problem are that there is no an a priori separation of the variables into inputs and outputs and the approximation criterion, called misfit, does not depend on the model representation. The misfit is defined as the minimum of the l2-norm between the ...
语音压缩 英文版G.729语音压缩标准。 GENERAL ASPECTS OF DIGITAL TRANSMISSION SYSTEMS CODING OF SPEECH AT 8 kbit/s USI
英文版G.729语音压缩标准。
GENERAL ASPECTS OF DIGITAL TRANSMISSION
SYSTEMS
CODING OF SPEECH AT 8 kbit/s
USING CONJUGATE-STRUCTURE
ALGEBRAIC-CODE-EXCITED
LINEAR-PREDICTION (CS-ACELP)
Java编程 用Java实现的一个简单的寄存器分配器
用Java实现的一个简单的寄存器分配器,用的算法是线性扫描(Linear Scan)
数学计算 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, plus several finite difference methods.
In higher dimensions, only a finite difference/linear alge ...
书籍源码 MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t
MATLAB Code for Optimal Quincunx Filter
Bank Design
Yi Chen
July 17, 2006
This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms
1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of
quincunx filter banks with perfect reconstruction, linear ...
系统设计方案 measure through the cross-entropy of test data. In addition, we introduce two novel smoothing tech
measure through
the cross-entropy of test data. In addition,
we introduce two novel smoothing techniques,
one a variation of Jelinek-Mercer
smoothing and one a very simple linear interpolation
technique, both of which outperform
existing methods.
数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...
人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of corresponding input-output pairs and an initial
% network,
% ...