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

搜索资源列表

  1. vhdl

    0下载:
  2. FIR滤波器的性能参数 设计一个滤波器最基本的就是性能参数的,决定着滤波器的实际功能.比如阶数,截至频率。 本文滤波器设计参数 ①输入,输出数据宽度10位 ②阶数为4阶的线性相位FIR滤波器, ③类型:带通 -FIR filter performance parameters The design of a filter is the most basic performance parameters, determines the actual filter fu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:3016
    • 提供者:bobo
  1. adaptdemos

    0下载:
  2. Active Noise Control Using a Filtered-X LMS FIR Adaptive Filter.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:817571
    • 提供者:chrispin
  1. DSDump

    0下载:
  2. The DirectShow Dump Filter is a renderer filter that writes the media samples it receives to a text file.
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:12255
    • 提供者:sheeva
  1. DSEZRGB24

    0下载:
  2. The DirectShow EZRGB24 filter is an image processing transform filter. This filter performs a number of individual video effects, including red, green, blue, darken, XOR, blur, gray, and emboss effects.
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:16251
    • 提供者:sheeva
  1. DSWavDest

    0下载:
  2. The DirectShow WavDes filter writes an audio stream to a WAV file. It takes a single audio stream as input, and its output pin must be connected to the File Writer filter. This sample filter is based on the CTransformFilter class.
  3. 所属分类:DirextX

    • 发布日期:2017-03-27
    • 文件大小:8828
    • 提供者:sheeva
  1. short-termstudyofthespeechenhancement

    0下载:
  2. 基于短时谱估计的语音增强研究,包括谱减法,维纳滤波和MMSE的介绍,很详细。-Based on the short-time spectral estimation of speech enhancement research, including spectral subtraction, Wiener filter and the MMSE introduction in great detail.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:457148
    • 提供者:童话
  1. Adaptivefiltering

    0下载:
  2. 对自适应滤波的工作原理进行了详细的介绍并综述了其算法的应用,对刚刚学习自适应滤波的人有很大帮助。-Work on the principle of adaptive filtering for a detailed introduction and overview of the application of the algorithm, adaptive filter just those who study are very helpful.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-02
    • 文件大小:1013434
    • 提供者:童话
  1. medfilt1

    0下载:
  2. median filter in 1-D
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1541
    • 提供者:paul
  1. DirectShowMPEG2DemultiplexerFilterforWindowsCE

    0下载:
  2. DirectShow MPEG-2 Demultiplexer Filter for WindowsCE.
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:352603
    • 提供者:sslu
  1. awgnchannelsimulation

    0下载:
  2. 掌握二进制信号传输的系统特征,针对awgn信道的通信系统仿真匹配滤波(相关滤波)的通信过程-Grasp the binary system of signal transmission characteristics of awgn channel for communication system simulation matched filter (correlation filtering) of the communication process
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:44239
    • 提供者:戴路
  1. SHIYAN_3

    1下载:
  2. 利用M函数仿真扩频通信系统。6个用户的CDMA的同步通信系统,每个用户利用L=31的Gold码,进行扩频,信道为AWGN信道,接收端利用匹配滤波器进行检测。绘出当N=10000个发射比特下,SNR=0:15(dB)时的误码率曲线。 -M function simulation using Spread Spectrum Communication System. 6 simultaneous users of CDMA communication system, each user of t
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:842
    • 提供者:沈友俊
  1. AFD

    1下载:
  2. 利用MATLAB GUI设计滤波器界面,可以设计IIR滤波器-Filter Design using MATLAB GUI interface, you can design IIR filter
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:355217
    • 提供者:nensic
  1. efk_example

    0下载:
  2. This is a simple demo of a Kalman filter for a sinus wave, it is very commented and is a good approach to start when learning the capabilities of it.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1876
    • 提供者:alazio
  1. ukf

    0下载:
  2. The Unscented Kalman Filter (UKF) is a novel development in the field. The idea is to produce several sampling points (Sigma points) around the current state estimate based on its covariance. Then, propagating these points through the nonlinear map t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2463
    • 提供者:alazio
  1. Filter

    0下载:
  2. 本例为Visual C++下开发的模拟自适应滤波器程序-In this case for the Visual C++ under the development of adaptive filter procedures
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1654687
    • 提供者:rula
  1. filter

    0下载:
  2. 中值滤波源代码,中值滤波在图像处理中,常用于用来保护边缘信息,是经典的平滑噪声的方法-Median filter source code, median filter in image processing, commonly used in the information used to protect the edge, is the classic method of noise smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:72705
    • 提供者:李建伟
  1. Practical_firdesign

    0下载:
  2. This tutorial white-paper illustrates practical aspects of FIR filter design and fixed-point implementation along with the algorithms available in the Filter Design Toolbox and the Signal Processing Toolbox for this purpose. The emphasis is m
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:883086
    • 提供者:kiran
  1. IIR

    0下载:
  2. Remove high frequency audio noise-IIR filter design
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:10472
    • 提供者:dragonslaver
  1. gexingjiegou

    1下载:
  2. 对格型滤波器进行了算法仿真,功能实现良好,我以仿真通过,请放心下载使用-Of the lattice filter algorithm for the simulation, the functional to achieve a good simulation through I, please rest assured that download
  3. 所属分类:Other Embeded program

    • 发布日期:2016-05-01
    • 文件大小:520
    • 提供者:金蝉
  1. fabryparot4project

    0下载:
  2. calculate the band of Fabry-Parot Filter -A Fabry-Parot Filter consist of the cavity formed by two highly reflective mirrors placed parallel to each other , as shown in the figure 1.The input light beam to the filter enters the first mirror at right
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-01
    • 文件大小:548
    • 提供者:mengbo
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com