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

搜索资源列表

  1. bandpassfilter

    3下载:
  2. matlab通带滤波,是在频域内实现的,最好用于地震波,或其他一些信号逐渐衰减的情况-bandpass filter,used for strong motion data process for better. because the software carry out the filter function through fft
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1180
    • 提供者:penglei
  1. 41_cyq

    0下载:
  2. 可以打开bmp真彩图像,并能完成Sobel边缘检测算子提取边缘还能完成低通滤波,高通滤波等基本图像处理-Can open bmp true color images, and can complete the Sobel edge detection operator can extract the edge of complete low-pass filter, high pass filter, and other basic image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:2015004
    • 提供者:yue
  1. adfilter

    0下载:
  2. 设计一个3阶低通切比雪夫滤波器,对信号发生器产生的频率为1KHZ的正弦信号进行实时滤波,将结果通过示波器显示,并与滤波前的波形进行对比。-Design a 3-order low-pass Chebyshev filter, the signal generator' s frequency sinusoidal signal 1KHZ real-time filtering, the results shown by the oscilloscope, and waveform with
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:2128
    • 提供者:欢欢牛
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11603
    • 提供者:王兆云
  1. Butterworthlowpassfilterandhighpassfilter

    0下载:
  2. 低通和高通滤波程序,是常用的图像预处理程序-lowpass filter program and highpass filter program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1259
    • 提供者:jiney03
  1. LVBO

    0下载:
  2. 简单的滤波程序,有高通、低通、带通三种滤波形式可供选择,经测试滤波效果明显。-A simple filtering process, a high-pass, low pass, band-pass filter form of three options, tested filtering effect is obvious.
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1964887
    • 提供者:李浩
  1. matlab

    0下载:
  2. matlab 图像锐化 图像增强 高通滤波 巴特沃斯-image enhancement matlab image sharpening high-pass filter 波巴特沃斯
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:44715
    • 提供者:杜鹏菲
  1. qdpsk

    0下载:
  2. 摘 要: 经过限带滤波后的QDPSK 信号的码元波形可分为稳定区与过渡区, 根据这一特点可以利用DFT 方法来实现信 号的解调和位同步。 在这种数字化解调器中需要设计一个合适的带通滤波器, 以便尽可能地消除信号的旁瓣分量而不影响信号 码元稳定区内的波形。本文介绍了上述带通滤波器的方案选择和基于M at lab 的滤波器参数设计方法, 以及仿真效果。-Abs tra c t: A f ter a band pass f ilter, QDPSK signal′ s symbo l can
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:197411
    • 提供者:zhangchenglin
  1. IS95Gausewhitenoise

    0下载:
  2. IS95 FIR滤波器低通滤波白噪声(由输入和输出噪声功率谱图可见,IS-95滤波器较好实现了低通滤波。)-IS95 FIR low-pass filter white noise filter
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:685
    • 提供者:红孩儿
  1. example4_5

    0下载:
  2. 分析双极性不归零码的功率谱特性请输入随机序列的长度N= -ubplot(312) plot(f,lpf) title( 低通滤波器 ) axis([-fs/2 fs/2-0.2 1.2]) subplot(313) plot(f,abs(yr_lpf)/N) title( 经低通滤波后的频谱 ) xlabel( f /Hz )
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:538
    • 提供者:张红
  1. example4_6

    0下载:
  2. :滤波 fs=400 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=5 时间窗大小 t=0:ts:T -hf1=zeros(1,N) hf1(f<=B1&f>=-B1)=1 y1=hf1.*fftshift(y) figure subplot(211) plot(f,abs(fftshift(y))/N,f,hf1, r-- ) axis([-fs/2,fs/2,0,1.2]) title( 原信号
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:598
    • 提供者:张红
  1. filter

    0下载:
  2. 里面有对img格式文件的读取方式,还有对图像进行低通和高通滤波的方法。-There is on img file format, and read the image low-pass and high-pass filter method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:45735
    • 提供者:
  1. fir

    0下载:
  2. DES3200实验系统的模拟信号输出通道产生一个1KHz 的方波,然后利用信号输入通道对产生的方进行低通滤波,得到一个1KHz 的正弦信号,并使用CCS 的图形显示工具显示输入和输出的波形。这里我们使用的是一个46阶的对称结构的FIR低通滤波器,其采样频率Fs为25KHZ,通带截止频率 1KHZ,阻带截止频率为3KHZ,阻带衰减为-60dB。-DES3200 experimental system analog output channel generates a 1KHz square wav
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11265
    • 提供者:杨美美
  1. 111

    0下载:
  2. Xilinx单片机 通过低通滤波实现示波器XY双通道输出点并且控制运动轨迹程序
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1887
    • 提供者:汪涛
  1. FIRforVHDL

    0下载:
  2. 17阶的简易低通滤波(FIR),用quartusII 实现(含实验报告)-17 Order of the simple low-pass filter (FIR), with quartusII implementation (including test report)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:199312
    • 提供者:kevinlyject
  1. Edge

    0下载:
  2. 自己设计的一种简单的理想频域低通滤波器,对图像进行低通滤波操作。-A simple self-designed ideal frequency domain low pass filter, low pass filter on the image operation.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-09
    • 文件大小:157114
    • 提供者:xujiangle
  1. low_pass

    0下载:
  2. 图像的低通滤波器,用MATLAB设计一个3×3模板标准差为0.5的高斯低通滤波。-Image low-pass filter MATLAB design, a standard template for 3 x 3 0.5 gaussian low-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1516
    • 提供者:赵士猛
  1. fir_lpf

    0下载:
  2. 在FPFA上实现低通滤波,使用VERILOG编写-In FPFA to achieve low-pass filter, using VERILOG write
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:987
    • 提供者:周志伟
  1. M

    0下载:
  2. 基于MATLAB编程的图像处理程序——低通滤波模拟编程-MATLAB based image processing program- low-pass filter simulation program a
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:784
    • 提供者:Q
  1. zr

    0下载:
  2. 用窗函数法设计一个能对模拟信号进行滤波的线性相位FIR低通滤波器。抽样频率为 kHz,通带截止频率为 kHz,阻带截止频率为 kHz,要求阻带最小衰减 dB。为了降低运算量,所设计滤波器的阶数要尽可能的低-With the window method to design a filter to the analog signals of linear phase FIR low-pass filter. Sampling frequency is kHz, passband cutoff fre
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3036
    • 提供者:zr
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com