搜索资源列表
RLS.rar
- 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用,Recursive least squares method c language program, we can try, in very useful in the automatic control
RLS
- 用c编的一个RLS自适应滤波功能验证程序-C series with an RLS adaptive filtering functional verification procedures
TheResearchofSpatialSpectrumEstimationAlgorithminS
- 智能天线技术是第三代移动通信系统的关键技术之一,也是国内外热门的研究课题。由于无线移动通信的信道传输环境具有复杂性和不确定性,存在多径衰落和时延扩展,因此造成了符号间串扰、同信道干扰、多址干扰等,这些干扰降低了链路性能和系统容量,智能天线技术是解决以上问题的方法之一。 本文首先阐述了智能天线和白适应波束形成的基本理论,然后对自适应算法进行了研究。对一些基本的自适应算法最小均方算法、恒模算法及递推最小均方算法进行了分析讨论,用计算机仿真的结果论证了算法的性能。针对相干干扰介绍了空间平滑技术,对传统
RLSAdaptiveLinearPrediction
- source code for the test of adaptive linear prediction using RLS algorithm
RLSIdentifyFIRFilter
- source code for identifying the FIR filter using the RLS algorithm-source code for identifying the FIR filter using the RLS algorithm
rls
- c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include
equalization
- 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c pr
1
- RLS算法的去噪声仿真,在移动通信中的应用-RLS algorithm to the noise simulation, the application in mobile communication
RLS
- 通过均衡器的RLS算法在MATLAB中实现消除传输信道的噪声干扰。-Through the equalizer in the RLS algorithm in MATLAB to achieve elimination of the transmission channel noise.
fastrls
- Recursive Least Squares (RLS) Adaptive algorithm used for system identification RLS algorithm is one of two algorithms usually used for adaptive linear system identification.
spuc2.3.1
- Readme Complex class is very similar to the Standard C++ library complex class and the standard C++ class could be substituted in many cases. Code is wrapped in namespace SPUC SPUC DSP C++ source code library directory structure array -
RLS
- 本程序用于普通递推最小二乘算法在MATLAB下的仿真,为C程序。-This procedure is for the ordinary recursive least squares algorithm in MATLAB simulation, the C program.
rls-code-ver1.2-jul03
- C++ language the algorithm: Reactive local search for the maximum clique problem.
test_LR_MPE
- 为解决信道中的多经效应问题,可采用LMS和RLS算法。当C/A码通过多径信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-To solve more than by the effect of the channel can be used LMS and RLS algorithm. When the C/A code by multipath cha
test_LR_Noise
- 为解决信道中的噪声问题,可采用LMS和RLS算法。当C/A码通过噪声信道时,会产生误码。本作通过LMS和RLS算法较好的解决了这个问题。压缩文件里是一个simulink仿真,通过这个仿真不仅可以学习simulink的使用,还能较好的理解LMS和RLS算法的原理-, LMS and RLS algorithm can be used to resolve the problem of channel noise. When the C/A code through the noise channe
wavread
- 基于RlS(递归式最小均方)自适应滤波算法的C程序的仿真代码-Adaptive filtering algorithm based RlS C program simulation code
QR-RLS systolic array
- 基于QR分解的RLS算法,脉动结构,附带数据例子。基于C++语言。