CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 低通滤波器 matlab

搜索资源列表

  1. lvboqi

    0下载:
  2. matlab设计的IIR滤波器,包括巴特沃低通滤波器,切比雪夫低通滤波器等。-matlab design of IIR filters, including Butterworth low-pass filter, Chebyshev low pass filter.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7798
    • 提供者:双鱼座
  1. lowpassfilter

    0下载:
  2. 利用matlab设计FIR低通滤波器和IIR低通滤波器。编译通过。-matlablowpass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:807
    • 提供者:李小琴
  1. filter

    0下载:
  2. 一阶无限冲激响应低通滤波器和一阶无限冲激响应高通滤波器,用matlab计算并画出它们的增益响应-First order IIR low-pass filter and the first order IIR high-pass filter, using matlab to calculate and draw them gain response
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:zz
  1. matlab

    0下载:
  2. 这事我用巴特沃斯模拟的方法设计的数字低通,高通,带通滤波器,其中只有一小段-I used this method to design analog Butterworth digital low pass, high pass, band pass filter, which only a short
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:616248
    • 提供者:刘华
  1. cheng-xu

    0下载:
  2. (1)认真复习第七章中用窗函数法和等波纹最佳逼近法设计FIR数字滤波器的原理; (2)调用信号产生函数xtg产生具有加性噪声的信号xt,并自动显示xt及其频谱,如图10.5.1所示; 图10.5.1 具有加性噪声的信号x(t)及其频谱如图 (3)请设计低通滤波器,从高频噪声中提取xt中的单频调幅信号,要求信号幅频失真小于0.1dB,将噪声频谱衰减60dB。先观察xt的频谱,确定滤波器指标参数。 (4)根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:58368
    • 提供者:李海龙
  1. design

    0下载:
  2. 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。-This artic
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3379
    • 提供者:
  1. matlab011

    0下载:
  2. 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。-This artic
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3382
    • 提供者:
  1. FIRshuzilvboqi

    0下载:
  2. 一个FIR数字低通滤波器的设计,在CCS设计之前先在MATLAB中进行仿真,观察一下效果。并得到参数,然后再导入CCS中,用CCS实现FIR滤波器的设计。-A low-pass FIR digital filter design, design before the CCS in the MATLAB simulation and observe the results. And are parameters, and then import the CCS, the CCS to achiev
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:123270
    • 提供者:李明波
  1. Filtering

    0下载:
  2. 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4646
    • 提供者:zhangjiahui
  1. complete_signal

    0下载:
  2. matlab 基于fir的低通滤波器 完整程序-matlab fir low-pass filter based on a complete program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:805
    • 提供者:歆玥
  1. 123

    0下载:
  2. 在matlab中实现巴特沃斯低通滤波器as=70 Fs=15000 Fp=9000 -butterworth lowpass filter as=70 Fs=15000 Fp=9000
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:543
    • 提供者:samuel
  1. fir_com

    0下载:
  2. 用matlab实现低通滤波器。采用的是FIR低通滤波器实现。-Low pass filter with matlab. Using the FIR low-pass filter.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:766
    • 提供者:meimei
  1. fir

    0下载:
  2. matlab实现对单声道立体声信号的fir低通滤波器,使用窗函数方法。并将信号写入.dat文件供硬件仿真使用。-fir low-pass filter use window function method,use matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:600
    • 提供者:liuzhaozhao
  1. gaosi

    0下载:
  2. matlab中解决高斯滤波的问题,包括高通中通和低通滤波器-to solve the problem of
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:806
    • 提供者:longlong
  1. lowpassfilter

    0下载:
  2. 利用Kaiser窗设计一个低通滤波器,通带参数、阻带参数、阻带衰减、通带纹波都可以进行调整。程序简单易懂,按照凯塞窗设计滤波器的步骤,非常容易理解,得到的参数可以在MATLAB命令窗口中看到。-Kaiser window design using a low-pass filter, pass parameters, the stopband parameters, stopband attenuation, passband ripple can be adjusted
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1002
    • 提供者:srl
  1. MATLAB

    0下载:
  2. 有关FIR滤波器、求解微分方程、移动通信系统低通等效模型、信道编码、转移矩阵一些简单示例仿真。-The FIR filter, solving differential equations, low-pass equivalent mobile communication system model, channel coding, some simple examples of transition matrix simulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:179293
    • 提供者:linda
  1. soundprocessing

    1下载:
  2. 基于matlab对语音信号进行频谱分析,加入高斯噪声,再使用FIR高通、巴特沃斯低通、FIR带通滤波器进行滤波处理-Spectral analysis of the speech signal, adding Gaussian noise, and then use high-pass, low pass, band pass filter for filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:316948
    • 提供者:lisiwen
  1. filter

    0下载:
  2. 用MATLAB中的DSP BUILDER 设计的 FIR低通滤波器-Used in MATLAB DSP BUILDER design of FIR low-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:rentong
  1. FIR

    0下载:
  2. 通过MATLAB程序设计实现FIR低通滤波器,附加一个交互界面选择不同的窗函数下的低通滤波。-MATLAB programs designed and implemented by FIR low-pass filter, attach an interactive interface to select a different window functions under the low-pass filter.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:457334
    • 提供者:陈自力
  1. random-experient

    0下载:
  2. 在给定条件下对低通滤波器和高通滤波器的matlab仿真,通过有和没有噪声情况下的对比,观察波形-Under the given conditions the low-pass filter and high pass filter matlab simulation, with and without noise by comparison of the case, observe the waveform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2319
    • 提供者:拈龙刺穹
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com