搜索资源列表

  1. filter

    0下载:
  2. 包含各种滤波方式,包括高斯高通滤波.高斯低通滤波,维那滤波等-Contains a variety of filtering methods, including Gaussian high-pass filtering. Gaussian low-pass filtering, filtering Weina
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:bella
  1. filter

    0下载:
  2. 基于CCS开发的低通滤波器,个人感觉,很适合初学者学习-Based on the CCS Development of low-pass filter, personal feeling, it is suitable for beginners to learn
  3. 所属分类:DSP编程

    • 发布日期:2024-05-19
    • 文件大小:1104896
    • 提供者:
  1. low_passfilter

    0下载:
  2. 用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。-Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:赵亮
  1. analyze_lpf

    0下载:
  2. 将一幅图象进行离散小波变换后进行低通滤波分析-To an image after the discrete wavelet transform analysis of low-pass filter
  3. 所属分类:波变换

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:feng lei
  1. MatlabFIR

    0下载:
  2. matlab低通滤波器,可直接在matlab运行,显示
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:安哲
  1. lvbo

    0下载:
  2. 图像处理中的频域滤波,包括频域高通滤波和频域低通滤波
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:291840
    • 提供者:星魂
  1. 46541349879431316

    0下载:
  2. 对快速傅立叶变换辅助设计数字低通滤波器的设计进行了分析
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:宵遥
  1. Pall_FIR

    0下载:
  2. FIR低通滤波器得设计,采用并行算法设计-FIR low-pass filter was designed in parallel algorithm design
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:2004992
    • 提供者:luyingc
  1. shuzi

    0下载:
  2. 这个是我数字信号处理这门课的课程设计,文件包括用matlab编写的代码和设计报告.这个设计包括卷积演示程序、采样定理演示程序、模拟滤波器设计演示程序、设计切比雪夫I型低通滤波器、切比雪夫I型低通滤波器、双线性变换法设计巴特沃斯低通数字滤波器、用凯塞窗设计高通滤波器.-This is my digital signal processing the course of the curriculum design, preparation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:264192
    • 提供者:蔡泽鹏
  1. Gaussiansmoothing

    0下载:
  2. 高斯平滑是去除图像噪声的一种方法,用低频滤波器处理,低通滤波器的作用就是滤掉高频分量,从而达到减少图象噪声的目的,高斯平滑指的是滤波用的模版是高斯(guass)模版,通过采样2维高斯函数得到。-Gaussian smoothing is to remove the image noise is a means to deal with low-frequency filter, low pass filter function is t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:yue
  1. 2kHz-lowpass

    0下载:
  2. 用C程序低通滤波器,可以直接编译!!使用-C program used low-pass filter, you can direct the compiler! ! Use
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:张鹏
  1. LowPassFitler

    0下载:
  2. 使用VC编写的低通滤波器,能够读取.dat文件内数据,并执行滤波算法,最后将离散数据以连续曲线绘出。-VC prepared using low-pass filter, can read. Dat file data, and the implementation of filtering algorithms, the final discrete data to continuous curve is drawn.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1951744
    • 提供者:雷鸣
  1. digital_filter

    0下载:
  2. 数字滤波器,用M文件实现,可以做函数使用。有低通滤波器和高通滤波器。-Digital filter with M files to achieve, can be done using the function. There are low-pass filter and high-pass filter.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:eachgear
  1. simulated_filter

    0下载:
  2. 模拟滤波器,用M文件实现,可以做函数使用。有低通滤波器和高通滤波器,带通,带阻。-Analog filters, with M files to achieve, can be done using the function. There are low-pass filter and high-pass filter, band-pass, band-stop.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:eachgear
  1. MATLABFIR

    0下载:
  2. 实现FIR滤波器的设计,举了两个例子带通和低通滤波器,并进行了结果分析-Realization of FIR filter design, to cite two examples of band-pass and low pass filter, and results analysis
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:164864
    • 提供者:zhaoyang
  1. idealfilter

    0下载:
  2. matlab平台下的滤波程序,能够进行高通,低通滤波-matlab platform filtering procedures, to carry out high-pass, low pass filtering
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:48128
    • 提供者:czy
  1. filter

    0下载:
  2. 一个音频滤波器的C++类,可以实现低通,高通滤波,并可以指定频率,带宽和增益值-An audio filter C++ Category, you can realize low-pass, high pass filter, and can specify the frequency, bandwidth and gain value
  3. 所属分类:Audio

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:cxcxcx
  1. 4

    0下载:
  2. 频率域去噪程序,理想低通和巴特沃斯低通滤波器-Frequency domain de-noising procedure, an ideal low-pass and Butterworth low-pass filter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:354304
    • 提供者:plx
  1. FIR

    0下载:
  2. 设计一FIR低通滤波器 0=<|w|<=0.25Pi,输入n代表FIR滤波器的长度,输出H(ejw)幅度值,N代表输出数,Hbs[N]存放H(ejw)的幅度值,h[n]存放H[z]的系数,算法采用Hamming窗函数 -Design of FIR low-pass filter 1 0 =
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:陈扬坤
  1. fouier

    0下载:
  2. 使用傅立叶变换对图像的条纹噪声进行滤除,分别使用了理想低通滤波、巴特沃兹低通滤波和高斯低通滤波进行处理-The use of Fourier transform on the image to filter out the noise of the stripes, respectively, using an ideal low-pass filtering,巴特沃兹Gaussian low-pass filtering and lo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:135168
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org