搜索资源列表
仿真图书馆电梯问题
- 这是个实现电梯问题的算法,包含了类的设计,和算法的实现-This is a realization of the elevator algorithm, the category includes the design, and algorithm implementation
predictionpower
- 利用LMS算法仿真了各种线性预测滤波器,并证明的该算法效率很高,能节省硬件资源.-LMS algorithm simulation using a variety of linear predictive filter, and demonstrate the high efficiency of the algorithm. can save hardware resources.
ANN-PID
- 神经网络PID控制算法仿真实例,有很好的参考价值
AlgorithmdesignandsimulationforSINSbasedonMatlab.r
- 根据圆锥误差补偿算法和划船误差补偿算法的研究成果,考虑到实际捷联惯导算法 仿真程序编写的方便性,总结了一些与捷联惯导更新算法有关的函数的计算公式。对圆锥误 差补偿算法和捷联惯导算法进行了仿真,仿真结果和理论分析结论吻合。在附录中给出了 Matlab 的m 文件源程序代码,具有一定的参考价值。
zuoyeCMA CMA恒模算法的盲均衡的Matlab仿真
- CMA恒模算法的盲均衡的Matlab仿真。包含主程序和调用程序,SISO-CMA constant modulus algorithm for blind equalization Matlab simulation. Including the main program and the calling program, SISO
program.rar
- MIMO-OFDM技术,以及算法仿真程序,空时编码,V-BLAST编码算法等。,MIMO-OFDM technology, and simulation algorithm, space-time coding, V-BLAST encoding algorithm.
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
music(1)
- 使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助-Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn
ESPRIT
- 基振信号处理的一种算法,运用ESPEIT算法仿真,TAMesprit算法-Vibration-based signal processing algorithm, using ESPEIT algorithm simulation, TAMesprit algorithm
PSOFuzzyModeler
- Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
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,要求
《卡尔曼滤波原理及应用-MATLAB仿真》程序.part01
- 卡尔曼滤波是最常用的滤波算法,在信号处理中经常用到(Kalman filter is the most commonly used filtering algorithm, which is often used in signal processing.)