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

搜索资源列表

  1. VCFilter

    1下载:
  2. 在WINDOWS平台下用VC+MSTUDIO实现信号处理中的信号滤波算法,程序实现了巴特沃斯高通,低通,带通等滤波算法.-the Windows platform using VC MSTUDIO achieve signal processing signal filtering algorithm, Realization of the Butterworth high-pass, low-pass, band-pass filter, etc..
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:77645
    • 提供者:王大众
  1. singal_processing

    0下载:
  2. 产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计三种高通,低通,带通滤波器对信号进行滤波处理,观察滤波后信号的频谱。-generating a continue time singal,which contains low,middle and high frequences,sampling it.analisize its spetrum.Then designing three kind filters are lowpass,highpass,bandpa
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:667
    • 提供者:haitao
  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. Wave_Fil_FFT

    1下载:
  2. MATLAB 信号处理 带通、高通、低通滤波 FFT变换 显示并返回原始波形的FFT结果、滤波后的波形及滤波后的FFT结果-MATLAB signal processing band-pass, high pass, low pass filter FFT of the waveform display and return to the original results of the FFT, the filtered waveform and the filtered results of
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:807
    • 提供者:Juggler
  1. dsp_system

    0下载:
  2. 实现一个数字信号处理的仿真系统 。具有界面并实现以下功能:能产生(得到)并选择各种数字信号(sin、方波、三角波、语音、噪声及其叠加);具有DFT和DCT变换功能,对各种信号进行变换;设计滤波器实现低通、高通、带通滤波,得到输出信号的频域特性和时间序列。-the realization of a digital signal processing simulation system. Requires interface and achieve the following functions:
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:46837
    • 提供者:塞北烽
  1. word

    0下载:
  2. 产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计低通,带通,高通滤波器对信号进行滤波处理,观察滤波前后信号的频谱。-Generates a continuous signal, including low-frequency, medium frequency, high frequency components, its sampling, spectral analysis, were designed low-pass, band pass, high pa
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:715
    • 提供者:leimin
  1. processing-time--signals-

    0下载:
  2. matlab时域信号处理算例,包括带通滤波、高通滤波、低通滤波-signals processing in time domain ,including Low pass filter ,high pass filter,Band pass filter
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59339
    • 提供者:杨彦龙
  1. processing-frequency-signals-

    0下载:
  2. matlab频域信号处理算例,包括带通滤波、高通滤波、低通滤波-signals processing in frequency domain ,including Low pass filter ,high pass filter,Band pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:103793
    • 提供者:杨彦龙
  1. MyFilter

    0下载:
  2. 一个对信号进行滤波(低通、带通、高通)的教学实验数据处理演示程序。-Matlab demo program of signal filtering for instruction experiment.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1697
    • 提供者:ayj
  1. vibra_shiyuchuli

    0下载:
  2. MATLAB实现振动信号时域处理:频域低通和带通滤波,频域高通和带阻滤波-MATLAB implementation time domain vibration signal processing: frequency-domain low-pass and band-pass filtering, frequency domain high pass and band-stop filter
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1496
    • 提供者:duncon
  1. zhendongxinhaoshiyuchuli

    1下载:
  2. 对振动信号进行时域处理包括:频域低通,带通滤波,频域高通,带阻滤波-The vibration signal in time domain processing includes frequency domain low-pass, band-pass filter, highpass and bandstop filter,
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:132995
    • 提供者:何珏杉
  1. b

    4下载:
  2. 基于MATLAB GUI 设计的数字信号处理系统,可以实现基本的信号生成,信号分析和信号滤波以及简单的语音信号处理等功能。其中信号生成模块可实现正弦波、方波、三角波、高斯白噪声、chrip信号的生成和叠加;信号分析模块支持基本的傅氏变换下的频域分析功能;信号滤波模块可以实现数字低通、高通、带通、带阻下的切比雪夫、巴特沃思、椭圆滤波器的设计和滤波处理;语音信号处理模块可以实现音频文件的读取、播放、叠加噪声、滤波等功能。(Based on MATLAB GUI design of digital s
  3. 所属分类:matlab例程

  1. xdxhcl

    0下载:
  2. 对MIT心电信号处理,线性插值,低通滤波,高通滤波,带阻滤波。 使用方法为在命令窗口输入R('XX.txt'),XX为你在MIT下载的txt数据。(MIT ECG signal processing, linear interpolation, low pass filter, high pass filter, band stop filter. The use of the method is to enter R ('XX.txt') at the command window, an
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:夜月明1
  1. 语音信号的采集与处理

    2下载:
  2. 1、语音信号的采集利用 Windows下的录音机,录制一段自己的话音,时间在1s内然后在Matlab软件平台下,利用函数wavread对语音信号进行采样,记住采样频率和采样点数。 2、语音信号的频谱分析在Matlab中,可以利用函数fft对信号进行快速傅立叶变换,得到信号的频谱特性,要求学生首先画出语音信号的时域波形,然后对语音信号进行频谱分析。 3、设计数字滤波器和画出其频率响应给出各滤波器的性能指标; 给定滤波器的性能指标如下: (1)低通滤波器的性能指标:fb=1000Hz,fc
  3. 所属分类:matlab例程

搜珍网 www.dssz.com