搜索资源列表
bpsk基于matlab的仿真
- 在matlab上实现bpsk的调制信道仿真,原理,程序详细
vb语言实现的卡尔曼滤波源程序
- 初学习滤波器的有关知识,给出一个简单的卡尔曼滤波的matlab程序。vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)-early learning knowledge of the filter, is a simple Kalman filtering Matlab procedures. Vb language Kalman filtering source (no test, the output corresponding to tie part of the pr
OFDMandchannal_estimate
- OFDM实现,matlab程序,各种信道估计方法对比-OFDM implementation, matlab program, various channel estimation methods
the_realization_of_fft
- 快速Fourier变换算法及Matlab程序实现,有助于初学者加深对fft的理解。-Fast Fourier Transform algorithm and Matlab procedures for implementation, will help beginners to deepen the understanding of the fft.
OFDMSimulation
- 3篇关于OFDM仿真的技术文档。是通信专业学生仿真OFDM必备论文。包括:OFDM的基本原理及FFT实现、OFDM Simulation Using Matlab、12575cornell大学一篇关于OFDM仿真的论文(含matlab程序)。-3 on the OFDM simulation of technical documentation. OFDM simulation of communications students must have papers. Include: OFDM
802_11MAC_layer_handoff
- 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
BCJR
- BCJR算法是在Turbo码的译码中广泛使用的一种重要算法。程序实现了BCJR的具体译码方法。程序是MAP-LOG的实现算法。-BCJR Algorithm for Turbo decoding is widely used in a key algorithm. The specific procedures implemented BCJR decoding method. MAP-LOG program is the realization algorithm.
Viterb
- viterb算法是卷积码中重要的一种译码算法,程序中用MATLAB实现了VITERB的译码算法,并且写了信道编码程序和二进制码通过以p概率错误的信道程序-viterb algorithm is important as a convolutional code decoding algorithm, the program using MATLAB to achieve a VITERB the decoding algorithm, and wrote letters Road, binary
CHENGXU
- 实现图像游程编码的MATLAB程序,对二值图像压缩效果明显。-RLC
chenxu
- 这些都是些有关用matlab语言实现的小程序,主要是关于gui界面的-These are some of the matlab language with a small program focused mainly on the gui interface
The-simulation-of-OFDM-systems
- 正交频分复用(OFDM) 是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情 况下,保护时隙(CP) 和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系 统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序。最后给出在不同的信道条件下,保 护时隙、信道估计方法对OFDM系统误码率影响的比较曲线,得出了较理想的结论。-Orthogonal frequency division mult
DC-control-system
- 双闭环调速控制系统MATLAB程序,可以用来实现双闭环调速系统控制。-DC control system
Extended-Kalman-filter-use-matlab
- 扩展卡尔曼滤波算法的matlab程序,改程序实现聊卡尔曼滤波的算法,值得学习机参考-Extended Kalman filter algorithm matlab program
Communication-and-matlab
- 可实现对通信原理课程各章节的仿真实验,以matlab为基础,程序丰富。-Communication Theory courses each chapter simulation matlab based rich program.
receiver--procedure
- 针对一个二元通信系统中的两个观测模型设计奈曼-皮尔逊接收机,在已知错误判决概率的约束条件下,确定检测概率。用matlab程序实现。-Design Neiman- Pierson receiver, under the constraint condition of the wrong decision probability is known, to determine the detection probability for a binary communication system in
RadioCoverage2DwithChampElecYU
- 本程序实现了对无线电覆盖的3D仿真,包括反射效应的2D模拟以及基于接收端与发射端距离的功率衰减。并实现基于Matlab的3D仿真。-The program 3D simulation of radio coverage, including 2D simulation based on the receiving end and the transmitter end distance power attenuation of the reflection effect. And to achi
Monte-Carloandmatlab
- Monte Carlo 与matlab 程序实现-Monte Carlo and matlab program implements
1.MUSIC算法MATLAB程序
- 通过matlab程序仿真,实现信号来波方向的角度估计演示(timation of the signal's wave direction through the simulation of MATLAB program)
线性外推MATLAB
- 线性外推MATLAB程序,可直接代入步长以及函数方程调用程序实现线性外推
CNN代码解析-matlab工具箱
- 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程