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

搜索资源列表

  1. 413lab1

    0下载:
  2. In this laboratory, we mainly focus on how to design the FIR filters using MATLAB and under certain specifications. Also, we need to:  Design FIR filters using windows (rectangular and Hamming) to meet certain specifications  Ev
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5459
    • 提供者:RAVE YUEN
  1. chengxu

    0下载:
  2. 低通滤波器的设计,界面的设计,波形叠加,自己亲自设计-Low-pass filter design, interface design, waveform superimposed own personally designed
  3. 所属分类:LabView

    • 发布日期:2017-04-26
    • 文件大小:43353
    • 提供者:袁万全
  1. process

    0下载:
  2. 在数字图像处理中,常常会遇到图像中混杂有许多的噪声。因此,在进行图像处理中,有时要先进行祛除噪声的工作。最常用的祛除噪声的方法是用滤波器进行滤波处理。MATLAB的图像处理工具箱里也设计了许多的滤波器。如均值滤波器、中值滤波器、维纳滤波器等。用户可以很方便的运用一些函数完成数字滤波工作。-In digital image processing, the image often encounter mixed with a lot of noise. Therefore, when the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:527
    • 提供者:韦山
  1. yuyinxinhaolupoquzao

    0下载:
  2. 本课程设计的主要目的是在MATLAB环境下,使用窗口设计法设计一个滤波器,并对语音信号进行滤波去噪。开发平台为MATLAB7.0,设计方法为窗口设计法。用麦克风采集一段语音信号,绘制波形并观察其频谱,给定相应技术指标,用凯塞窗设计一个满足指标的FIR滤波器,对该语音信号进行滤波去噪处理,比较滤波前后的波形和频谱并进行分析。在滤波前后语音信号波形的变化中,由于我们录制的语音信号噪声不大,所以观察并不明显,但在频域波形中,我们可以明显的看到设计的滤波器对语音信号进行了滤波处理,将噪声进行了滤除。此次
  3. 所属分类:Voice Compress

    • 发布日期:2015-06-10
    • 文件大小:117760
    • 提供者:吴丹
  1. zuoye3

    0下载:
  2. 用MATLAB实现如何进行滤波器的设计,具体为设计同态滤波器-This source code introduces a method on how to design a filter using MATLAB.And a homostasis filter is designed in detail.
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:878
    • 提供者:weiase
  1. mykalman

    0下载:
  2. 用matlab模拟的kalman的低通滤波器,附带代码说明 某系统接收端接收到的信号为 y=4*cos(2*pi*310*t)+2*sin(2*pi*40*t) (G) 发现此信号夹杂了一个正弦噪声noise= 4*cos(2*pi*310*t), 请设计一个带阻滤波器将此噪声滤除,从而恢复原信号。 要求: (1)请写出具体的MATLAB程序,并详细解释每条程序 (2)画出滤波前后信号的频谱图 (3)画出所设计滤波器的幅频和相频特性图,并写
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:574542
    • 提供者:lbx
  1. digital_filter

    2下载:
  2. 使用matlab进行IIR与FIR数字滤波器的设计。使用直接法和双线性变换法设计IIR数字滤波器,利用窗函数法,频率采用法设计FIR数字滤波器并进行GUI界面的设计。 -Using matlab to design IIR and FIR digital filter. Using the direct method and the bilinear transform to design IIR digital filter and using window function met
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:110592
    • 提供者:李婉灵
  1. wfdsacf

    0下载:
  2. 选择合适的窗函数和算法,设计满足条件的低通滤波器,并得出相应图形-Select the appropriate window functions and algorithms, designed to meet the conditions of the low-pass filter, and draw the appropriate graphics
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:31716
    • 提供者:裴萌萌
  1. 20140430-wavelet-

    0下载:
  2. 毕业写的指纹识别代码,本代码设计了图像滤波处理、图像增强、图像锐化等算法及VC++编程实现。从基于小波变换的图像滤波处理试验结果可以看到,低(高)通滤波去除高(低)频带的小波系数,保留低(高)频带的小波系数,结果保持了图像信息,达到了较好的滤波效果-Graduation write fingerprint identification code, the code is designed image filtering, image enhancement, image sharpening a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:685506
    • 提供者:江湖
  1. Java-Scanner

    1下载:
  2. Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-15
    • 文件大小:3072
    • 提供者:wenchangwei
  1. lvboqi

    0下载:
  2. 设计了一个低通滤波器程序,包括以希望m文件,希望帮到。-The program of a low pass filter is designed, including hope m file, hope to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:张井伟
  1. FIR_programme

    0下载:
  2. 利用FIR滤波原理,设计了一个带通型的FIR滤波器,用于实现语音去噪。-According to the principles of FIR filtering,a type of bandpass FIR filter has been designed to achieve the goal of speech enhancement
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:10212
    • 提供者:lewi
  1. cook

    2下载:
  2. two message signal encryption models are designed based on chaotic system and their efficiency and effectiveness are evaluated by calculating the Bit Error Rate (BER). The robustness of the two models is also estimated using power spectrum analysis a
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:923820
    • 提供者:annariel
  1. KAERMALVBO

    0下载:
  2. 本程序是学习应用matlab设计卡尔曼滤波器的很好的基础学习程序-This program is designed to study the application of Kalman filter matlab good foundation for learning programs
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1452
    • 提供者:王刚
  1. guided_filter

    0下载:
  2. 剔除了bug完全可编译运行,是分析guider 滤波,设计其他平台如FPGA等算法的很好的参考。-Excluding the bug can be compiled to run fully, is to analyze the guider filter, designed for other platforms such as FPGA algorithms such as a good reference.
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2178013
    • 提供者:dong zheng
  1. LMS--filtering

    0下载:
  2. 信号在采集和输送过程中往往会参杂着噪声和干扰,将自适应神经网络与信号处理结合起来,采用最小均方(LSM)算法设计的线性自适应滤波器将信号中的杂波成分滤除。用matlab进行仿真,证实线性自适应滤波器具有良好的滤波功能。-Signal acquisition and delivery process often mingled with the noise and interference, the adaptive neural network combined with signal proc
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:1467
    • 提供者:段然
  1. Steady_State_kalman_filter

    0下载:
  2. 一种卡尔曼滤波器设计,针对稳态卡尔曼滤波,卡尔曼滤波,稳态-Kalman filter is designed for steady-state Kalman filter, Kalman filtering, steady
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:930
    • 提供者:梁由勇
  1. shuzilvbo1

    0下载:
  2. 在MATLAB环境下IIR数字滤波器和FIR数字滤波器的设计方法及实现方法,并进行图形用户界面设计,显示所介绍滤波器的特性。-designs of the Infinite Impulse Response digital filter (IIR) and Finite Impulse Response digital filter (FIR) under MATLAB are studied. And the Graphical User Interfaces (GUI) to analysi
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:914
    • 提供者:徐建委
  1. 2PSK

    0下载:
  2. 仿真2PSK数字通信系统。信道中噪声模型为加性高斯白噪声。接收端有自适应滤波器。-Simulate 2PSK communication system. Noise in channel is ideal additive Gaussian white noise. Adaptive filter is designed at receiving terminal.
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:2202
    • 提供者:凯文
  1. MSK

    0下载:
  2. 实现MSK数字通信系统仿真。通信信道模型中的噪声为理想加性高斯噪声。接收端有自适应滤波器。-Simulate MSK communication system. Noise in communication channel is additive Gaussian noise. Adaptive filter is designed at receiving terminal.
  3. 所属分类:Modem program

    • 发布日期:2017-04-13
    • 文件大小:2027
    • 提供者:凯文
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 »
搜珍网 www.dssz.com