登录
首页 » matlab » 2019(核)粒子滤波目标跟踪算法综述_昝孟恩

2019(核)粒子滤波目标跟踪算法综述_昝孟恩

于 2019-12-18 发布
0 185
下载积分: 1 下载次数: 5

代码说明:

说明:  2019年的核心期刊,关于粒子滤波的各种改进,重采样,交互多模型,自适应等方面(2019 Core Journal on particle filter improvements, resampling, interacting multiple models, adaptive and so on)

文件列表:

2019(核)粒子滤波目标跟踪算法综述_昝孟恩.pdf, 1768768 , 2019-12-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • high-performance-cuda
    本书共分5章:第1章介绍GPU通用计算的发展历程,介绍并行计算的历史、现状以及面临的问题;第2章介绍CUDA的使用方法,帮助理解CUDA的编程模型、存储器模型和执行模型,掌握CUDA程序的编写方法;第3章探讨CUDA硬件架构,深入分析Tesla GPU架构与CUDA通用计算的相互作用:第4章总结CUDA的高级优化方法,对任务划分、存储器访问、指令流效率等课题进行探讨;第5章以丰富的实例展示如何使用CUDA的强大性能解决实际问题。(This book is divided into five chapters: Chapter 1 introduces the development process of general-purpose GPU computing, parallel computing introduces the history, current situation and problems Chapter 2 describes the use of CUDA to help understand the CUDA programming model, the memory model and implementation model, master CUDA program writing method Chapter 3 explores CUDA hardware architecture, in-depth analysis of Tesla GPU architecture and CUDA general-purpose computing interactions: Chapter 4 summarizes the CUDA advanced optimization methods, the division of tasks, memory access, instruction stream efficiency and other topics were discussed Chapter 5 with abundant examples show how to use CUDA strong performance to solve practical problems.)
    2013-11-04 18:44:09下载
    积分:1
  • 伪彩颜色表,用于实现图像伪彩变幻处理. 可以用于医学图像处理和其他类型的图像处理. 例如在医学影像处理中将灰色图像以自定义伪彩显示出来.-Pseudo-color color table for the realization of pseudo-color image changing treatment. Can be used for medical image processing and other types of image processing. For example, in medical imaging will deal with the gray image to customize the pseudo-color display.
    2022-05-08 05:33:41下载
    积分:1
  • VHDL 函数信号发生器 VHDL 函数信号发生器
    VHDL 函数信号发生器 VHDL 函数信号发生器-VHDL Function Generator VHDL Function Generator
    2023-04-10 16:05:03下载
    积分:1
  • dds_test
    直接数字式频率合成器DDS设计、Verilog。 产生的信号可以是正弦波或方波、三角波、锯齿波等,自选。 采用DDS技术,将所需生成的波形写入ROM中,按照相位累加原理合成任意波形。 此方案得到的波形稳定,精度高,产生波形频率范围大,容易产生高频。 本实验在设计的模块中,包含以下功能: (1)通过 freq 信号输入需要的频率的值; (2)通过 wave_sel 信号选择所需的波形; (3)通过 amp_adj 信号选择波形放大的倍数。(DDS design of direct digital frequency synthesizer, Verilog. The generated signal can be sinusoidal or square wave, triangular wave, sawtooth wave and so on, optional. By using DDS technology, the required waveforms are written into ROM, and arbitrary waveforms are synthesized according to the principle of phase accumulation. The waveform obtained by this scheme is stable, accurate and easy to generate high frequency waveform. This experiment includes the following functions in the designed module: (1) Input the required frequency value through freq signal; (2) Choosing the required waveform by wave_sel signal; (3) Select the multiplier of waveform amplification by amp_adj signal.)
    2019-01-19 16:07:50下载
    积分:1
  • 通用的游戏自动喊话工具~易语言源码,支持大部分网游!
    通用的游戏自动喊话工具~易语言源码,支持大部分网游!-General game automatically call ~ easy language source tools to support the majority of online games!
    2022-02-02 09:28:14下载
    积分:1
  • HDPONLINE
    一段论文的代码实现 论文题目Multi-agent discrete-time graphical games and reinforcement learning solutions(Multi-agent discrete-time graphical games and reinforcement learning solutions)
    2019-06-17 20:20:16下载
    积分:1
  • lcd_1206
    Verilog控制lcd1206显示源程序(Verilog control lcd1206 display source program)
    2017-12-13 18:19:37下载
    积分:1
  • Hilbert-Huang变换及在信号处理中的应用
    说明:  HHT主要内容包含两部分,第一部分为经验模态分解(Empirical Mode Decomposition,简称EMD),它是由Huang提出的;第二部分为Hilbert谱分析(Hilbert Spectrum Analysis,简称HSA)。简单说来,HHT处理非平稳信号的基本过程是:首先利用EMD方法将给定的信号分解为若干固有模态函数(以Intrinsic Mode Function或IMF表示,也称作本征模态函数),这些IMF是满足一定条件的分量;然后,对每一个IMF进行Hilbert变换,得到相应的Hilbert谱,即将每个IMF表示在联合的时频域中;最后,汇总所有IMF的Hilbert谱就会得到原始信号的Hilbert谱。(The main content of HHT includes two parts. The first part is Empirical Mode Decomposition (EMD), which was proposed by Huang, and the second part is Hilbert Spectrum Analysis (HSA). Simply speaking, the basic process of HHT processing non-stationary signals is: firstly, the given signal is decomposed into several intrinsic mode functions (represented by Intrinsic Mode Function or IMF, also known as intrinsic mode functions), which are components satisfying certain conditions; secondly, Hilbert transform is applied to each IMF. The corresponding Hilbert spectrum is obtained, that is, each IMF is represented in the joint time-frequency domain; finally, the Hilbert spectrum of the original signal is obtained by summing up the Hilbert spectrum of all IMFs.)
    2020-06-23 22:00:02下载
    积分:1
  • various gates model of Verilog HDL description
    各种门电路模型的VerilogHDL描述-various gates model of Verilog HDL description
    2022-03-10 06:50:38下载
    积分:1
  • mathAndProgramming
    宇宙是用数学语言写成的,一切程序的运行归根于数学,现在介绍几个程序与数学的例子(The universe is written in mathematical language, all programs run return to their roots in mathematics, will now describe a few examples of procedures and mathematical)
    2009-10-13 13:53:21下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载