搜索结果
找到约 2,153 项符合
X-LMS 的查询结果
数学计算 对应分析correspondence analysis(ANACOR) [G,F,A]=ANACOR(X)
对应分析correspondence analysis(ANACOR)
[G,F,A]=ANACOR(X),X为原始数据 p X n维 即有n个样本,每个样本由p个变量来描述。返回F为R型因子分析后的结果,Q为最后的结果,A=ZZ 。
matlab例程 %For the following 2-class problem determine the decision boundaries %obtained by LMS and perceptro
%For the following 2-class problem determine the decision boundaries
%obtained by LMS and perceptron learning laws.
matlab例程 分别用LMS和RLS算法实现的一个AR4阶谱估计
分别用LMS和RLS算法实现的一个AR4阶谱估计,附源代码和试验结果
其他 Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used
Lotus Notes开发用的在线DHTML编辑器,基于Active X control
1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base
code to add m ...
其他 通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ra
通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ray Radiographs》
DSP编程 基于TMS320F2812的LMS自适应滤波器的硬件仿真程序。
基于TMS320F2812的LMS自适应滤波器的硬件仿真程序。
DSP编程 基于TS201 Floating Point LMS Filter
基于TS201 Floating Point LMS Filter
Windows CE X-scale 27x 平台
X-scale 27x 平台,display driver, 从微软提供的显示驱动移植, 对于学习显示驱动的人很有帮助!
matlab例程 《MATLAB6.x信号处理》pdf文档
《MATLAB6.x信号处理》pdf文档,希望对大家有用哈
数值算法/人工智能 这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。 优点:1)程序简单; 2)对f(x)要求不高
这是二分法程序。满足f(a)*f(b)<0d的f(x)在[a,b]区间的实根。
优点:1)程序简单;
2)对f(x)要求不高,收敛性好。