CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Filter

搜索资源列表

  1. filter

    0下载:
  2. 处理32位的位图数据对图像进行平滑,使图像更加平滑,便于后续处理-filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1066
    • 提供者:lue
  1. smctc-rc4

    0下载:
  2. Sequential Monte Carlo-Sequential Monte Carlo Sequential Monte Carlo methods are a very general class of Monte Carlo methods for sampling from sequences of distributions. Simple examples of these algorithms are used very widely in the tracking
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:478519
    • 提供者:marvin
  1. KALMAN

    0下载:
  2. Kalman filter in c c++ code, the five Kalman equations have been implemented for randomly generated data.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:vinay
  1. pf

    0下载:
  2. 例子滤波源程序,利用粒子滤波模拟跟踪拟合曲线-partical filter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:7464
    • 提供者:李尧
  1. Radar_KalmanIMM6

    0下载:
  2. matlab 编写的源程序交互多模算法,用于目标多机动蒙特卡罗法仿真跟踪滤波器 本人十分关注 机动目标。这个是利用交互多模算法,用于目标多机动假设运动情况下的蒙特卡罗法仿真跟踪滤波器。matlab 编写的源程序。 但是有一点小错误,如果您能修改,不胜感激。-matlab source code prepared by the interactive multi-mode algorithm, used to target many motor simulation Monte Carlo
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1587
    • 提供者:发放日
  1. DirectShow

    0下载:
  2. DirectShow开发指南源码 陆其明老师书带的源码,有几个很不错的实例。学流媒体不错的资源 。 下载内容说明: readme.txt:本说明文件。 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,S
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-05
    • 文件大小:599138
    • 提供者:呈现出
  1. lee_filter

    0下载:
  2. 针对sar图像的lee滤波程序,与其他滤波效果对比来说,效果比较好。-lee filter based on sar image
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:518
    • 提供者:张蕊
  1. matcode

    0下载:
  2. Design for Butterworth Filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2157
    • 提供者:Bharath
  1. coherence_MVDR

    0下载:
  2. 基于MVDR算法,计算两个信号的相关性的函数。-This program computes the coherence function between 2 signals x1 and x2 with the MVDR method. This algorithm is based on the paper by the same authors: J. Benesty, J. Chen, and Y. Huang, "A generalized MVDR sp
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:894
    • 提供者:huang
  1. UsbFilter

    0下载:
  2. Tcp-Ip Usb Filter For Windows-NT
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:19073
    • 提供者:ArturVasilek
  1. 2

    0下载:
  2. 对图像中干扰信号的滤除 H=fspecial( average ,n) 均值滤波器 -Image signal interference filter H=fspecial( average ,n) Mean Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:84209
    • 提供者:lkl
  1. DS_Netfilter

    0下载:
  2. server/client media streaming using window socket (TCP) by directshow filter.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-26
    • 文件大小:119162
    • 提供者:hoat
  1. filter

    0下载:
  2. 建立了一个完整的MFC应用程序,实现了位图的中值滤波和均值滤波。-Set up a complete MFC application, implementation of the digital map median filter and mean filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:37566
    • 提供者:shuiyeshan
  1. hpfilter

    0下载:
  2. 这不是一个标准MATLAB的函数 H = hpfilter (类型,男,氮, D0 , n )的创建传递函数的高通滤波器,氢,指定的类型和大小MxN 。可能的值类型, D0和N是: 理想 理想高通滤波器的截止频率D0 。 Ifsupplied , n是被忽略。 btw 巴特沃思高通滤波器 n阶和截止D0 。 gaussn 高斯高通滤波器的截止(标准偏差) D0 。 如果提供,正被忽略。 M和N应该是偶数的密度泛函过滤。-THIS IS NOT A STANDARD MATL
  3. 所属分类:Fractal program

    • 发布日期:2017-03-27
    • 文件大小:757
    • 提供者:lql
  1. LMS

    2下载:
  2. 采用一种快速收敛变步长LMS(Least mean square ) 自适应最小均方算法matlab源程序,其中算法所做的工作是用FIR 滤波器的预测系统,对IIR系统进行预测,如果阶数越高越能逼近被预测系统。-Using a fast convergence of variable step size LMS (Least mean square) adaptive least mean square algorithm matlab source, one of algorithm is t
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1197
    • 提供者:杨思科
  1. NonstationaryChannelEstimation

    0下载:
  2. Nonstationary Channel Estimation using a Kalman Tracking Filter 卡尔曼滤波算法的一个一个用,可用作 efk学习之用-Nonstationary Channel Estimation using a Kalman Tracking Filter Kalman filter algorithm one by one, and can be used as a learning efk
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:164751
    • 提供者:jerial
  1. gabor

    0下载:
  2. gabor filter for matlab 7.1
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:160183
    • 提供者:mohammad reza
  1. outdoorGPScode

    0下载:
  2. This is code for finding position of user. This code uses Kalman filter.
  3. 所属分类:GPS develop

    • 发布日期:2017-04-13
    • 文件大小:2384
    • 提供者:Pipo
  1. sanweigenzong

    0下载:
  2. 三维纯角度被动跟踪定位的最小二乘_卡尔曼滤波算法-Pure three-dimensional perspective of the passive tracking of the least-squares Kalman filter algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:22303
    • 提供者:
  1. beta_estimation

    0下载:
  2. Implements Maximum likelihood estimation of beta and other parameters for model of stock portfolio vs. index using kalman filter
  3. 所属分类:Finance-Stock software system

    • 发布日期:2016-11-13
    • 文件大小:1146
    • 提供者:rajesh
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com