搜索资源列表
against-tracking
- 用指令预取反跟踪。CPU 的执行时并不是执行到哪一句再到内存中去取那一句,而是先读入到 CPU 的 Cache 中,如果指令已经到了 Cache 中,再将它修改也没有用了,如果用跟踪程序的话,CPU 的 Cache 中就不会是跟正常执行时的指令相同,所以可以改动下几条指令,当然是故意改错,如果没有跟踪,程序还回照常执行,有跟踪的话,那就... -with instructions Prefetching anti-tracking. CPU implementation is not an
aperfectOFDMsimulationMATLAB
- 接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。-Receiver used algorithms and program flow with the sender sends the frame structure of OFDM symbols are. Concrete frame structure and timing estimates, frequency offset estimati
PMDKT110.ZIP
- Borland Pascal Debug Kit 1.10b by NederWare provides the programmer with ■ Allocation and deallocation tracking ■ A report of not deallocated memory after your program s termination ■ A full stack dump (procedure names and parameters) i
arts_debug
- 调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。-Debugging for is vital to th
MultiWii_1_8_patch2
- 针对汽车驾驶机器人采用常规PID控制时车速波动大、调节器参数调整困难等问题,提出了一种基于模糊自适应PID的汽车驾驶机器人车速控制方法。首先建立了汽车驾驶机器人多机械手协调控制模型,然后在 此基础上设计了-IIl view of the problems of large speed fluctuations and the tuning difficulty of regulator parameters when conventional PID control is used in
PARTICLE
- 粒子滤波 PF( Particle Filtering) 是在 贝叶斯滤波框架下基于 Monte Carlo 采样的统计滤波方法,可解 决非线性、非高斯的滤波问题,声源跟踪就属于这类问题。近年 来,基于粒子滤波的声源跟踪算法已成为研究的热点。 -he real acoustic data recorded in a typi- cal meeting room using a small-scale microphone array is used for tracking
EKF
- 追踪导弹的EKF仿真模拟有误差分析跟轨迹模拟-Error analysis and trajectory simulation of EKF simulation for tracking missile
pudn_Renj_matlab
- 1)football.m简单地以阵列形式显示一副图; 2)pre.m是心音信号过滤归一化预处理的过程; 3)wavlet.m是用db6小波进行信号的分解和重构,且求包络能量函数; 4)path.m是利用KKT条件的路径跟踪法,用于求解二次规划问题; 5)LRmmse是MIMO通信中常用检测方法,结合了最小均方误差准则和格基规约的知识。-1) football.m simply displays a graph in an array 2) pre.m is the proc
syrcu
- 多目标跟踪的粒子滤波器,最小均方误差(MMSE)的算法,仿真效果非常好。- Multi-target tracking particle filter, Minimum mean square error (MMSE) algorithm, Simulation of the effect is very good.
ADRC-matlab-master
- 演变过程 自抗扰控制器自PID控制器演变过来,采取了PID误差反馈控制的核心理念。传统PID控制直接引取输出于参考输入做差作为控制信号,导致出现响应快速性与超调性的矛盾出现。 折叠编辑本段组成部分 自抗扰控制器主要由三部分组成:跟踪微分器(tracking differentiator),扩展状态观测器 (extended state observer) 和非线性状态误差反馈控制律(nonlinear state error feedback law)。(The evoluti
ADRC_smith
- The evolution process The PID controller (adrc) evolution, took the core idea of PID error feedback control.Traditional PID control direct speech output to the reference input do bad as control signal, resulting in response to the contradiction
RSSTDeep_Code(1)
- 通过基于一组目标模板找到具有最小重建误差的最佳候选区域,将稀疏表示应用于视觉跟踪。(Sparse representations have been applied to visual tracking by finding the best candidate region with minimal reconstruction error based on a set of target templates.)