搜索资源列表

  1. 单片机数字滤波器算法

    0下载:
  2. 数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开-digital filter paper describes the SCM filtering algorithm needs of common browsers open Vip
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:98304
    • 提供者:刘星
  1. 带通fir设计及图形显示比较

    2下载:
  2. 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:feide
  1. 基于遗传算法的FIR数字滤波器的优化设计

    1下载:
  2. 基于遗传算法的FIR数字滤波器的优化设计 设计IIR数字滤波器的遗传优化算法 caj图书-based on genetic algorithm FIR digital filter design optimization IIR digital filter design of genetic optimization algorithm CAJ books
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:367616
    • 提供者:绿冬
  1. 2003061708205882

    0下载:
  2. IP Filter Driver Hook的例子程序。网络开发人员、技术支持人员使用的摇篮-Programs of examples for IP Filter Driver Hook.It is the cradle of developer for net use and technologic surfaceman.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:吴明
  1. 过滤目标端口数据

    0下载:
  2. 主要讲述基于SPI的包过滤实现,它是Winsock 2的一个新特性-SPI based mainly on the packet filter implementation, which is a Winsock two new features
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:卢菲
  1. filterdriver

    0下载:
  2. 用filter driver控制键盘的源代码.-filter driver using the keyboard to control the source code.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:李光哲
  1. kalman_fliter

    0下载:
  2. 卡尔曼滤波源码(matlab) 实现用Kalman滤波求出信号的估计值-A kalman filter code written with matlab,with it we can find out the estimative value.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王明
  1. Windows文件系统过滤驱动开发教程

    1下载:
  2. 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:仇韬
  1. mmse_mpsk

    0下载:
  2. This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:张非
  1. 频域滤波

    0下载:
  2. 频域滤波,包括梯形低/高通滤波,理想低/高通滤波,布尔沃什低/高通滤波和指数低/高通滤波等-frequency domain filtering, including the trapezoid low/high pass filters, ideal low/high pass filter, Buerwoshen low/high pass filter and index low/high pass filter, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:291840
    • 提供者:jia
  1. addfilter

    0下载:
  2. Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustr
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:真姓名
  1. diskperf

    0下载:
  2. The DiskPerf filter driver monitors disk-accesses, capturing performance data. - The DiskPerf filter driver monitors disk-accesses, capturing performance data.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:真姓名
  1. fpfilter

    0下载:
  2. FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver s
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:真姓名
  1. kkfft

    0下载:
  2. 用c语言实现fft和iir滤波器的设计。可以和matlab中的函数fft,filter等效。-used language fft and IIR filter design. Matlab can and the function fft, filter equivalent.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:姜正茂
  1. 图像处理11

    0下载:
  2. matlab的图像处理,包括直方图,图像变换,模 板(空域滤波图象增强和边缘检测算子的应用)-Matlab image processing, including the histogram, image transformation, templates (spatial filter image enhancement and edge detection operators applications)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:陈大明
  1. kalman 滤波器的实现与应用

    0下载:
  2. 利用kalman滤波器对具有随机加速度的物体运动路线的进行信号采样,滤波处理和估计。-use kalman filter to sample signals of object moving route with random acceleration,filter and estimate
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:
  1. matlab - Kalman

    0下载:
  2. 卡尔曼滤波matlab工具箱,还有demo-Kalman filter matlab toolbox with demo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:
  1. kalman滤波器详解

    1下载:
  2. 卡尔曼滤波器教程,中文详解,通俗易懂,18页-Kalman Filter Directory, Chinese Elaborates on, user-friendly, 18
  3. 所属分类:电子书籍

    • 发布日期:2024-05-20
    • 文件大小:140288
    • 提供者:
  1. DirectShow系统

    0下载:
  2. 在DirectX 9下构建filter graph,开发基于数字电视调节卡的程序. 编译代码需要Windows XP及其以上的版本,运行程序需要数字电视卡。同时需要安装DirectX 9。-in DirectX 9 under Construction filter graph, based on the development of digital TV card adjustment procedures. Compiling c
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-20
    • 文件大小:168960
    • 提供者:夏晨晨
  1. 利用 DirectShow 开发自己的 Filter_源码

    0下载:
  2. 利用 DirectShow 开发自己的 Filter_源码-Develop your Filter with DirectShow
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:枫之影
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »

源码中国 www.ymcn.org