搜索资源列表
仿真图书馆电梯问题
- 这是个实现电梯问题的算法,包含了类的设计,和算法的实现-This is a realization of the elevator algorithm, the category includes the design, and algorithm implementation
tsplib
- matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,通过计算机仿真,得到结果与实际符合度较高-Matlab tsplib solution, the algorithm is simple and effective, tsplib can solve the common problems through computer simulation, and the actual outcome with a higher degree
simulate-dpsk8
- 本例用matlab语言实现了8dpsk的编解码及通过awgn信道的仿真。采用蒙特卡罗仿真法,得到误码性能,绘制曲线。可用于算法研究或课程学习。-cases using the Matlab language of the codec 8dpsk and awgn channel through the simulation. Using Monte Carlo simulation, to be error performance, drawing curves. Algorithms can
MatLab_Programs
- 无线通信信道测试的MATLAB仿真算法和其验证-wireless communication channel test MATLAB simulation algorithm and its certification
zuoyeCMA CMA恒模算法的盲均衡的Matlab仿真
- CMA恒模算法的盲均衡的Matlab仿真。包含主程序和调用程序,SISO-CMA constant modulus algorithm for blind equalization Matlab simulation. Including the main program and the calling program, SISO
elevatorAttemper
- 对操作系统里的电梯调度算法进行的仿真,考虑了电梯运行的各种情况-Elevator to the operating system
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
vh
- LMS自适应算法的matlab仿真源程序-LMS adaptive algorithm matlab simulation source
MIMO_Capacity_water_filling
- 注水算法的系统的系统容量的仿真程序。对学习MIMO技术很有帮助。-warter
SystemIdentification
- 系统辨识及MATLAB的仿真,关于系统辨识的并行算法。-SystemIdentification
RFIDanticollisionalgorithmbasedonFPGAimplementatio
- RFID防碰撞算法的FPGA实现,包括代码、仿真结果等-RFID anti-collision algorithm based on FPGA implementation, including the code, simulation results.
ProcessSchedule_ZJH
- 对进程调度算法的仿真,包括先到先服务算法(FCFS)和最高优先级优先算法(HPF),友好的人机交互界面。-The Simulation of Process Scheduling
VariableNoisySpeechEnhancementAlgorithmPerformance
- 语音增强是影响语音识别系统性能的重要成分。为了比较语音增强算法的性能,采用Matlab软件进行了数值仿真,对不同噪声环境下的语音用3种不同的方法进行降噪,采用信噪比、端点检测等方法来降噪效果,并对几种增强算法的性能进行了比较分析。结果表明,在变噪声环境下短时谱MMSE法最佳,谱减法和维纳滤波法各有优点。-Speech enhancement of voice recognition is an important component of system performance. In order
123
- 具体分析了数字积分法插补全象限直线、顺逆圆的算法,给出了插补流程图,编制了插补软件,提供了程序代码,列出了仿真结果-Concrete analysis of digital integral method interpolation all quadrants linear, ShunNi round algorithm is presented, the interpolation flowcharts, compiled the interpolation software, prov
模拟页面置换算法Clock
- 采用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串引用长度30-50,要求
抗积分饱和PID控制算法及仿真
- 抗积分饱和PID控制算法及仿真,含有积分饱和的算法代码(Anti - integral Saturation PID Control Algorithm and Simulation)
《卡尔曼滤波原理及应用-MATLAB仿真》程序.part01
- 卡尔曼滤波是最常用的滤波算法,在信号处理中经常用到(Kalman filter is the most commonly used filtering algorithm, which is often used in signal processing.)
DCPSO
- 标准粒子群算法介绍,目标函数求极值仿真,同时改进型的粒子群算法,避免陷入局部收敛(Improved particle swarm algorithm to avoid falling into local convergence.)
复指数序列仿真
- 复指数序列仿真,主要用于信号处理算法的初步仿真及学习,很基础的知识,但对认识信号有帮助。
简单波束形成算法优化
- 简单波束形成算法优化 matlab仿真..........