资源列表

« 1 2 ... .49 .50 .51 .52 .53 13954.55 .56 .57 .58 .59 ... 28522 »

[matlab例程lms

说明:最小均方算法lms在波束形成中的应用  LMS算法步骤:   1,、设置变量和参量:   X(n)为输入向量,或称为训练样本   W(n)为权值向量   b(n)为偏差   d(n)为期望输出   y(n)为实际输出   η为学习速率   n为迭代次数   2、初始化,赋给w(0)各一个较小的随机非零值,令n=0   3、对于一组输入样本x(n)和对应的期望输出d,计算   e(n)=d(n)-X^T(n)W(n)   W(n+1)=W(n)+ηX(n)e(n)   4、判断是否满足条件,若满足
<林朝> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[matlab例程Matlabgezhexue

说明:介绍matlab 的葛哲学的书,很好的反映了如何在matlab 中实现信号的分析和处理-Introduction matlab' s Gezhe school books, a good reflection of how to implement matlab signal analysis and processing
<shaojiang> 在 2025-07-19 上传 | 大小:37.53mb | 下载:0

[matlab例程OFDM-system--Matlab-and-DSP

说明:MATLAB的仿真,完整的OFDM系统,含Matlab仿真代码和DSP源代码,包括仿真和源程序,值得一看-MATLAB simulation, the complete OFDM system simulation with Matlab source code and DSP code, including simulation and source code, worth a visit
<yqpscut> 在 2025-07-19 上传 | 大小:861kb | 下载:0

[matlab例程matlabtoVCPP

说明:matlab 到VC++的一些串口及其转换文件的说明,可以实现两者之间的混合编程-matlab to the VC++ serial port and convert some documents that can be achieved between the two hybrid programming
<shaojiang> 在 2025-07-19 上传 | 大小:8.69mb | 下载:0

[matlab例程wesseling

说明:Matlab sources on CFD book by P.Wesseling
<Includer> 在 2025-07-19 上传 | 大小:42kb | 下载:0

[matlab例程Wesseling-P.-Principles-of-computational-fluid-dy

说明:The best of modern books on CFD
<Includer> 在 2025-07-19 上传 | 大小:5.08mb | 下载:0

[matlab例程FDTD3D_UPML1_OP

说明:help me to help another
<samir> 在 2025-07-19 上传 | 大小:3kb | 下载:0

[matlab例程fdtd3D_UPML

说明:help me to help another
<samir> 在 2025-07-19 上传 | 大小:5kb | 下载:0

[matlab例程apsk

说明:APSK modulation scheme code for matlab. Supports 16-APSK and 32-APSK. The mapping symbols corresponds to DVB-S2 standard.
<jguiu> 在 2025-07-19 上传 | 大小:2kb | 下载:0

[matlab例程dem_apsk

说明:Matlab code for ASPK demodulator. Please note that use 16 or 32 APSK and demodulate by amplitude first and phase after.
<jguiu> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[matlab例程pulse_shaping_SRRC

说明:Pulse shaping code for Matlab. This module use a square root raised cosine (SRRC) pulse.
<jguiu> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[matlab例程channel_awgn

说明:This code simulates a communication AWGN channel with matlab. You can specify No (noise spectral power) and Eb (bit energy).
<jguiu> 在 2025-07-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .49 .50 .51 .52 .53 13954.55 .56 .57 .58 .59 ... 28522 »

源码中国 www.ymcn.org