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

搜索资源列表

  1. kaiser_band_filter

    0下载:
  2. 运用凯撒窗的一个带通滤波器,可以实现高通低通带通的功能。(A band pass filter with Kaiser window can achieve high pass, low pass and band pass function.)
  3. 所属分类:matlab例程

  1. filter_test1

    0下载:
  2. 五种常用的滤波器,C/C++实现(限幅滤波器、中位值滤波法、算术平均滤波法、递推平均滤波法、中位值平均滤波法、限幅平均滤波法)(five filter algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:236544
    • 提供者:variance
  1. prj_ex_13

    0下载:
  2. 用verilog实现数字滤波器的功能,基于quatursii平台。内含源代码(With Verilog digital filter function, based on the quatursii platform. Contain source code)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4086784
    • 提供者:jtjt138
  1. 1

    0下载:
  2. 设计AR(2)模型下的维纳滤波器,实现对随机信号的滤波(Design the wiener filter under the AR (2) model to filter the random signals)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:章199407
  1. 2

    0下载:
  2. matlab仿真实现自适应滤波器,对随机信号进行仿真(Matlab simulation to realize adaptive filter, simulation of random signal)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:章199407
  1. low_pass_filter.c

    0下载:
  2. 一阶RC低通滤波器的c语言实现,处理简单的低通滤波,自行设置cutoff频率以及采样频率(First-order Lowpass Filter - c code)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:chenf
  1. 基于Kalman滤波的神经网络快速学习算法及应用

    0下载:
  2. 一篇关于kalman滤波器论文,非常值得学习(a paper about kalman algrithom)
  3. 所属分类:数据结构

    • 发布日期:2017-12-15
    • 文件大小:238592
    • 提供者:量子幽灵
  1. 基于labview的FIR数字滤波器设计

    0下载:
  2. 基于labview的FIR数字滤波器课程设计文档,附vi程序(FIR digital filter based on LabVIEW curriculum design document, attached to the VI program)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-18
    • 文件大小:1721344
    • 提供者:欧uj快k
  1. FIR

    1下载:
  2. 用DSP实现 FIR,IIR等4种滤波器滤波功能,已经有硬件仿真(Using DSP to achieve FIR, IIR and other 4 filter filtering function)
  3. 所属分类:其他

  1. LMS

    0下载:
  2. LMS 自适应滤波器的算法实现和性能仿真代码,比较特征值扩散度和步长参数对滤波结果的影响。(LMS adaptive filter algorithm implementation and performance simulation code, compare the eigenvalues, diffusion and step size parameters on the filtering results.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:许大大
  1. Untitled3

    0下载:
  2. 高斯滤波器是一类根据高斯函数的形状来选择权值的线性平滑滤波器。高斯平滑滤波器对于抑制服从正态分布的噪声非常有效。(The Gauss filter is a class of linear smoothing filters that select weights based on the shape of the Gauss function. The Gauss smoothing filter is very effective in suppressing noise that obey
  3. 所属分类:图形图象

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:小莫洛
  1. fir

    0下载:
  2. fir 滤波器的程序文件和测试文件,仿真数据和matlab仿真数据进行过比对,matlab采用fdatool生成的低通滤波器,采样率为24兆,通带2.5M,截止频率为5M(FIR filter program files and test files, simulation data and MATLAB simulation data have been compared, Matlab using FDATool generated low-pass filter, sampling rat
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-16
    • 文件大小:4015104
    • 提供者:星皓
  1. 双边滤波器

    0下载:
  2. 双边滤波图像去雾程序,该滤波器具有较好的边缘保持特性,和较好的滤波去噪处理。(Bilateral filter image de fogging program, the filter has better edge preservation characteristics, and better filtering denoising.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:100352
    • 提供者:海风记忆
  1. bfilter

    0下载:
  2. 用matlab实现的双边滤波器源代码,我只想下个文献,怎么这么麻烦呀(Bilateral filter matlab cod)
  3. 所属分类:图形图像处理

  1. farrow

    1下载:
  2. verilog语言编写的farrow滤波器的实现过程,供大家参考,谢谢。(Verilog language Farrow filter implementation process for your reference)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:lhl529
  1. chengxu

    2下载:
  2. 对原时域信号x进行fft,得到频域信号y 频域滤波 对原信号频域滤波,得到滤波之后的频域信号y1(原频域信号y*滤波器c) 求包络谱(The original time domain signal x is FFT, and the frequency domain signal Y is obtained spectrum shaping In the frequency domain filtering of the original signal, the frequency d
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:57344
    • 提供者:吉吉哈拉
  1. MATLAB

    0下载:
  2. 通过设计数字滤波器,实现对语音信号的检测去除噪声,加深对数字滤波器设计理解(Through the design of digital filters, to achieve the detection of voice signals to remove noise, deepen the understanding of digital filter design)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:Ashley-d
  1. slide_window_filter

    0下载:
  2. 滑窗滤波器,实现数据处理 平滑等功能,可自由设置滑窗大小(Slide window fitering)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:4096
    • 提供者:Hey man
  1. Butterworth

    0下载:
  2. 用最少阶数设计一个数字滤波器,要求滤除频率在2000~2300Hz的信号,衰减比例不得小于40dB,1700Hz以下和2700Hz以上的信号要保留,最大衰减不能超过1dB,采样率为8000Hz。(The design of a digital filter with a minimum order requirements to filter the frequency in the 2000~2300Hz signal attenuation ratio shall not be less t
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:30720
    • 提供者:girlyboy
  1. 第40章:IIR滤波器的实现

    0下载:
  2. 可以对信号进行滤波处理 效果很好 利用了fft库。可以去参考参考。(Can filter the signal processing, the effect is very good, using the FFT library. Can refer to the reference.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-28
    • 文件大小:10099712
    • 提供者:九五..
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com