搜索结果
找到约 2,153 项符合
X-LMS 的查询结果
行业发展研究 Building the X Window System from the X.org Source Distribution
Building the X Window System from the X.org
Source Distribution
matlab例程 这是数字信号处理的作业的第一部分包括了lms算法的基本步骤
这是数字信号处理的作业的第一部分包括了lms算法的基本步骤
matlab例程 这是模式分类一书中第五章的LMS(最小均方算法)和Ho-Kashyap算法的matlab代码实现。
这是模式分类一书中第五章的LMS(最小均方算法)和Ho-Kashyap算法的matlab代码实现。
通讯/手机编程 Adaptive equalization via kalman filtering techniques. Optimal bounding ellipsoid algorithms, LMS an
Adaptive equalization via kalman filtering techniques. Optimal bounding ellipsoid algorithms, LMS and RLS and kalman filter
Linux/Unix编程 Mac OS X编程 Unix程序员手册
Mac OS X编程 Unix程序员手册,一本比较经典的UNIX编程参考书籍
其他 本程序是在MATLAB中对LMS均衡算法的通信仿真。
本程序是在MATLAB中对LMS均衡算法的通信仿真。
matlab例程 skyline method. for solving [K]{x}={F}
skyline method. for solving [K]{x}={F}
matlab例程 skyline method to inverse K matrix in [K]{X}={F}
skyline method to inverse K matrix in [K]{X}={F}
数据结构 一個簡單的mergesort程式。把陣列分三份後分別尋找使用者出入的X是否在陣列中。
一個簡單的mergesort程式。把陣列分三份後分別尋找使用者出入的X是否在陣列中。
DSP编程 This sample program generates two sine waves called X and Y. It will then calculate the normalized
This sample program generates two sine waves called X and Y.
It will then calculate the normalized magnitude and phase of
the two waveforms using the following formulas:
Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2)
Phase = (long) (atan2PU(X,Y) * 360)
The program will prompt the ...